127.0.0.1:8000 budget / 52282ed
Make header pretty Seva Luchianov 1 year, 6 months ago
2 changed file(s) with 8 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
66 .header {
77 position: absolute;
88 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;
1316 }
1417
1518 .torso {
00 @import 'colors.scss';
11 @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);
23
34 html {
45 margin: 0;
6869 border: 2px solid white;
6970 background: $background;
7071 cursor: pointer;
71 font-family: 'Asap', sans-serif;
7272 font-size: 15px;
7373 margin: 10px;
7474 }