-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdesign.css
46 lines (42 loc) · 869 Bytes
/
design.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
.mimg {
width: 100%;
border-radius: 5px;
}
* {
background-color: rgb(6, 27, 39);
color: rgb(189, 192, 196);
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
h2{
font-style: italic;
}
p{
font-family: bodyFont;
}
.titles{
font-family: myFirstFont;
color: rgb(255, 255, 255);
justify-content:center;
padding-right: 10%;
display: flex;
}
@font-face {
font-family: myFirstFont;
src: url(Fonts/Merienda/static/Merienda-Black.ttf);
}
@font-face {
font-family: conclude;
src: url(Fonts/Pacifico/Pacifico-Regular.ttf);
}
@font-face {
font-family: bodyFont;
src: url(Fonts/Paprika/Paprika-Regular.ttf);
}
.autro{
justify-content: end;
align-items: end;
display: flex;
font-style: italic;
font-family: conclude;
}