Refactor styles
This commit is contained in:
17
assets/css/header.css
Normal file
17
assets/css/header.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user