Make header pretty
Seva Luchianov
1 year, 6 months ago
6 | 6 |
.header {
|
7 | 7 |
position: absolute;
|
8 | 8 |
height: 40px;
|
9 | |
font-size: 24px;
|
10 | |
top: 15px;
|
11 | |
left: 40px;
|
12 | |
right: 40px;
|
|
9 |
font-size: 40px;
|
|
10 |
top: 2px;
|
|
11 |
left: 18px;
|
|
12 |
right: 80px;
|
|
13 |
color: $blue;
|
|
14 |
font-family: 'Leckerli One', sans-serif;
|
|
15 |
text-shadow: -1px 1px 4px black;
|
13 | 16 |
}
|
14 | 17 |
|
15 | 18 |
.torso {
|
0 | 0 |
@import 'colors.scss';
|
1 | 1 |
@import url(https://fonts.googleapis.com/css2?family=Asap&family=VT323&display=swap);
|
|
2 |
@import url(https://fonts.googleapis.com/css2?family=Leckerli+One&display=swap);
|
2 | 3 |
|
3 | 4 |
html {
|
4 | 5 |
margin: 0;
|
|
68 | 69 |
border: 2px solid white;
|
69 | 70 |
background: $background;
|
70 | 71 |
cursor: pointer;
|
71 | |
font-family: 'Asap', sans-serif;
|
72 | 72 |
font-size: 15px;
|
73 | 73 |
margin: 10px;
|
74 | 74 |
}
|