Refactor styles

This commit is contained in:
2023-03-02 21:27:48 +02:00
parent 3078c2fb07
commit 30fecdb876
6 changed files with 698 additions and 92 deletions

17
assets/css/header.css Normal file
View File

@@ -0,0 +1,17 @@
.header_container {
margin: 0 auto;
max-width: 80rem;
padding: 0 2rem;
position: relative;
width: 100%;
}
.header_title > a {
color: #010101;
font-weight: bolder;
font-size: 5rem;
}
.header_title > a:hover {
color: #4d4d4d;
}