Add: header styling
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 1m39s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 55s
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Failing after 1m39s
Publish Docker image / Push Docker image to Docker Hub (push) Failing after 55s
This commit is contained in:
parent
d0296c7570
commit
fc1ef42652
1 changed files with 21 additions and 0 deletions
21
css/main.css
21
css/main.css
|
@ -7,6 +7,27 @@ a {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header {
|
||||
padding-left: 4rem;
|
||||
color: #0044ff;
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.header::before {
|
||||
background: no-repeat center center;
|
||||
background-image: url(../favicon.png);
|
||||
background-size: contain;
|
||||
width: 4rem;
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.controls {
|
||||
background: #ddd;
|
||||
border-radius: 1rem;
|
||||
|
|
Loading…
Reference in a new issue