Skip to content

Commit 6abf8be

Browse files
committed
a little bit of styling
1 parent 8264bdf commit 6abf8be

2 files changed

Lines changed: 22 additions & 5 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
</head>
99
<body>
1010
<header>
11-
11+
<h1>Hi, I'm Savely!</h1>
1212
</header>
13-
<h1>Hi, I'm Savely!</h1>
1413
<footer>
1514
<a href="https://github.com/volvetcode">github</a>
1615
<!-- -->
1716
1817
<!-- -->
1918
<a href="https://t.me/iamvolvet">telegram</a>
19+
<p>@ 2024 volvet.tech</p>
2020
</footer>
2121
</body>
2222
</html>

styles.css

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,31 @@
22
box-sizing: border-box;
33
margin: 0;
44
padding: 0;
5-
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
65
}
76

87
body {
9-
color: black;
8+
font-family: "Roboto Mono", monospace;
9+
color: #0a0a23;
10+
font-size: 18px;
11+
padding: 1em;
12+
line-height: 1.4;
13+
text-align: center;
14+
margin-top: 15vw;
1015
}
1116

1217
h1 {
1318
font-family: 'Times New Roman', Times, serif;
1419
font-weight: 200;
15-
}
20+
}
21+
22+
a {
23+
color: #0a0a23;
24+
text-decoration: underline;
25+
}
26+
27+
a:hover {
28+
color: #f5f6f7;
29+
background-color: #1b1b32;
30+
cursor: pointer;
31+
text-decoration: none;
32+
}

0 commit comments

Comments
 (0)