-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy.css
84 lines (67 loc) · 908 Bytes
/
my.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
@import url(https://use.fontawesome.com/releases/v5.0.2/css/all.css);
a, a > code {
color: rgb(70, 130, 180);
text-decoration: none;
}
/* Two-column layout */
.left-col-50 {
width: 50%;
float: left;
}
.right-col-50 {
width: 50%;
float: right;
}
.left-col-25 {
width:25%;
float: left;
}
.right-col-25 {
width: 25%;
float: right;
}
.left-col-75 {
width:75%;
float: left;
}
.right-col-75 {
width: 75%;
float: right;
}
.left-col-30 {
width: 30%;
float: left;
}
.right-col-30 {
width: 30%;
float: right;
}
.left-col-70 {
width: 70%;
float: left;
}
.right-col-70 {
width: 70%;
float: right;
}
.left-col-40 {
width: 40%;
float: left;
}
.right-col-40 {
width: 40%;
float: right;
}
.left-col-60 {
width: 60%;
float: left;
}
.right-col-60 {
width: 60%;
float: right;
}
/* One-column layout */
.left-col-100 {
width: 100%;
float: left;
}