-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path期末作业.css
60 lines (59 loc) · 784 Bytes
/
期末作业.css
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
53
54
55
56
57
58
59
60
body{
background-color:#1a1e2e;
text-align:center;
}
h1 {
color:#ffffff;
font-size:70px;
}
p {
font-size: 20px;
color: #ffffff;
margin: 5px;
}
div{
display: inline-block;
}
a:link {
text-decoration: underline;
color: white;
font-size: 20px;
}
a:visited {
color: #FFF;
}
.yuanjiao{
margin:15px;
background: #1a1e2e;
width:150px;
height:30px;
border:2px solid white;
border-radius:50px;
text-align: center;
line-height: 33px;
}
.mydiv{
width:150px;
height:150px;
border-radius:50%;
overflow:hidden;
}
.mydiv-2{
width:100%;
height:60%;
overflow:hidden;
}
.computer-class{
width: 100%;
height: 200px;
text-align: left;
}
.mydiv-3{
width: 100%;
text-align: left;
}
.mydiv-4{
text-align: center;
height:auto;
width:100%;
}