-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
130 lines (115 loc) · 2.15 KB
/
style2.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
@font-face {
src: url(assets/fonts/Quicksand-Light.ttf);
font-family: "Quicksand", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
}
body {
background: #282a68;
margin: 0;
max-width: 100%;
font-family: "Quicksand", sans-serif;
}
button {
border: none;
border-radius: 10px;
background-color: #4f42b1;
color: white;
text-align: center;
display: inline-block;
font-size: 16px;
padding: 12px 28px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
margin: 10px;
}
button:hover {
background-color: #282a68;
}
a button {
font-family: "Quicksand", sans-serif;
}
h2 {
color: white;
text-shadow: 0 0 10px #cccccc, 0 0 20px #cccccc, 0 0 30px #cccccc, 0 0 40px #cccccc, 0 0 50px #cccccc;
font-family: "Quicksand", sans-serif;
font-size: 30px;
}
h3 {
color: white;
font-family: "Quicksand", sans-serif;
font-size: 22.5px;
}
.header {
background-color: #3f42a1;
padding: 1px;
padding-left: 128px;
text-align: left;
max-width: 100%;
}
.topnav {
background-color: #323582;
margin: 0px;
padding: 10px;
text-align: center;
max-width: 100%;
}
.content {
background-color: #323582;
margin: 0px;
padding: 10px;
text-align: center;
max-width: 100%;
max-height: 100vh;
height: 100vh;
}
a {
text-decoration: none;
}
footer {
background-color: #333;
color: white;
padding: 10px;
padding-left: 20px;
text-align: left;
position: fixed;
bottom: 0;
box-sizing: border-box;
width: 100%;
display: flex;
align-items: center;
font-size: 15px;
}
footer a {
color: white;
font-family: "Quicksand", sans-serif;
text-decoration: none;
margin-right: 20px;
}
footer p {
font-family: "Quicksand", sans-serif;
color:#8070ff
}
a:visited {
color: #fff;
}
a {
color: #fff;
}
.about {
margin: 5px;
padding: 5px;
text-align: left;
position: absolute;
color: #fff;
font-family: "Quicksand", sans-serif;
}
.about p {
font-size: 17.5px;
font-family: "Quicksand", sans-serif;
}
.about ul {
font-size: 17.5px;
}