-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsub.css
More file actions
65 lines (59 loc) · 1018 Bytes
/
sub.css
File metadata and controls
65 lines (59 loc) · 1018 Bytes
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
body {
background-color: #333;
font-family: Arial, sans-serif;
text-align: center;
}
.banner{
background-color: aqua;
background-image: url("git.png");
width: 100%;
margin: 0;
background-size: contain;
height: 12vw;
}
.container {
width: 80%;
margin: 0 auto;
}
.main-title {
color: rgb(157, 248, 248);
font-size: 36px;
margin-bottom: 40px;
}
.subtitles {
text-align: left;
margin: 0 auto;
width: 90%;
}
.subtitle {
color: #fff;
font-size: 24px;
margin-bottom: 20px;
}
.sub-sub-subtitle {
color: #fff;
font-size: 18px;
margin-bottom: 20px;
font-weight: 100;
}
.sub-subtitle {
color: #fff;
font-size: 18px;
margin-bottom: 20px;
}
ul {
list-style-type:circle;
padding-left: 0;
}
li {
color: #fff;
font-size: 18px;
margin-bottom: 10px;
}
a{
color: rgb(157, 248, 248);
}
.end{
height: 12vw;
background-color: #444343;
}