-
Notifications
You must be signed in to change notification settings - Fork 0
/
zwhotwhot.php
52 lines (48 loc) · 893 Bytes
/
zwhotwhot.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Whotwhot</title>
<link rel="stylesheet" type="text/css" href="/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/font/css/all.css">
</head>
<body>
<br>
<center>
<div style="width: 200px;" class="dso9k">
<div class="wd100 fa-2x text-left">
4
<br>
<i class="fa fa-star fa-1x"></i>
</div>
<div class="wd100">
<center><i class="fa fa-star" style="font-size: 100px;"></i></center>
</div>
<div class="wd100 dkidmo fa-2x text-left">
<i class="fa fa-star fa-1x"></i><br>
4
</div>
</div>
</center>
</body>
</html>
<style type="text/css">
.right{
float: right;
}
.left{
float: left;
}
.wd100{
width: 100%;
}
.dso9k{
border-radius: 5px;
padding: 10px;
border:2px dotted black;
}
.dkidmo{
position: relative;
transform: rotate(180deg);
}
</style>