-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
executable file
·52 lines (52 loc) · 974 Bytes
/
index.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
html {
font-family: Verdana, sans-serif;
font-size: 25px;
line-height: 1.5;
font-weight: normal;
}
.logo {
scale: 50px;
text-align: center;
background-color: antiquewhite;
border-radius: 10px;
}
.menu {
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
text-align: center;
}
.button-support {
font-size: 25px;
border-radius: 50px;
background-color: paleturquoise;
padding: 10px;
width: fit-content;
}
.projects h1 {
color: #047c26d3;
font-size: 35px;
}
.projects h2 {
color: #095625;
font-size: 25px;
}
.projects .left {
background-color: rgba(231, 189, 231, 0.241);
border-radius: 20px;
padding-top: 1px;
padding-left: 10px;
}
.aim {
word-wrap: break-word;
}
.desc-2020 {
background-color: rgba(187, 123, 187, 0.289);
border:2px solid Tomato;
color: #5628d4b8;
border-radius: 20px;
padding: 15px;
word-wrap: break-word;
}
.made-with {
background-color: lightgreen;
text-align: center;
}