-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
63 lines (53 loc) · 919 Bytes
/
style.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
61
62
63
ul {
list-style: decimal;
}
h1 {
font-size: 25px;
padding-left: 10px;
}
li {
color: #3f3a64;
}
a {
color: #8e43e7;
transition: 0.3s;
text-decoration: none;
}
.display {
display: flex;
justify-content: start;
}
.html {
width: 20%;
height: 2%;
line-height: 25px;
margin-right: 15px;
padding-right: 15px;
border-radius: 10px;
background: #fafafa;
border: 1px solid #754ef9;
}
.css {
width: 23%;
margin-right: 15px;
padding-left: 10px;
border-radius: 10px;
background: #fafafa;
border: 1px solid #754ef9;
}
.flex {
height: 40%;
margin-right: 15px;
position: relative;
padding-right: 15px;
border-radius: 10px;
background: #fafafa;
border: 1px solid #754ef9;
}
.heibai {
padding-right: 12px;
height: 20%;
border-radius: 10px;
background: #fafafa;
border: 1px solid #754ef9;
}