-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
128 lines (76 loc) · 1.37 KB
/
main.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
nav { /*Superalgos Header*/
color: white;
text-align: center;
text-shadow: 2px 1px rgba(250, 104, 104, 0.774);
font-size: 50px;
font-family: sans-serif;
padding: 0%;
margin-bottom: 1.5%;
}
li {
display: inline;
font-size: 32px;
margin-right: 30px;
}
a { /* Links styling */
color: rgba(250, 104, 104, 0.774);
text-decoration: none;
font-family: sans-serif;
font-weight: bold;
padding-right: 15px;
}
body {
background: #3f3d3d;
}
.disclaimer {
font-size: 23px;
padding: 8px;
margin-bottom: 25px;
background-color: rgba(242, 70, 20);
border-radius: 15px;
width: 78%;
}
.box {
background: rgba(250, 104, 104, 0.774);
border-radius: 26px;
padding: 1%;
margin-bottom: 1.5%;
margin-left: 0.2%;
width: 75%;
box-shadow: 6px 6px 0px grey;
}
h2 {
font-size: 30px;
font-family: sans-serif;
color: white;
padding: 0;
margin: 0;
}
.pictures {
max-width: 6%;
align-items: baseline;
}
h4 {
font-family: serif;
font-weight: 550;
color: rgb(230, 230, 230);
padding: 0;
margin: 0;
}
p {
color: rgb(230, 230, 230);
padding: 0;
margin: 0;
text-align:
width: 60%;
}
hr {
height: 4px;
margin-bottom: 14px;
margin-left: 0px;
margin-right: 0px;
background-color: white;
width: 77.5%;
height: 0.5%;
border-radius: 90%;
}