-
Notifications
You must be signed in to change notification settings - Fork 0
/
decalwebsite.css
112 lines (111 loc) · 1.41 KB
/
decalwebsite.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
table {
width:100%;
}
table, th, td {
border-collapse: collapse;
}
th, td {
padding: 15px;
text-align: center;
vertical-align: middle;
font-size: 18px;
}
#timeline tr:nth-child(even) {
background-color: #54567a;
}
#timeline tr:nth-child(odd) {
background-color: #464866;
}
#timeline th {
background-color: #25274d;
color: white;
}
.column {
float: left;
}
.centered {
text-align: center;
vertical-align: middle;
}
.left1 {
width: 70%;
}
.right1 {
width: 30%;
padding-top: 100px;
}
.left2 {
width: 50%;
}
.right2 {
width: 50%;
}
.left3 {
width: 20%;
}
.right3 {
width: 80%;
}
.row:after {
content: "";
display: table;
clear: both;
}
.sectiontitle{
font-size: 40px;
margin-top: 30px;
margin-bottom: 20px;
font-weight: 600;
color: #04aeee;
}
a {
text-decoration: none;
}
h1 {
font-size: 40px;
}
.linkbox {
border-radius: 30px;
background-color: #25274d;
width: 60%;
margin: 0 auto;
}
.divider {
height: 1px;
background-color: white;
margin-top: 30px;
}
.firsttitle {
font-size: 48px;
margin-top: 30px;
margin-bottom: 30px;
color: #04aeee;
font-weight: 700;
}
.newh4 {
font-size: 16px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
}
.newh2 {
font-size: 24px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
}
.newh1 {
font-size: 40px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
}
.newh3 {
font-size: 20px;
font-weight: 700;
margin-top: 20px;
margin-bottom: 20px;
}
.nonefiller {
background-color: none;
}