mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 02:12:53 +00:00
12 lines
238 B
SCSS
12 lines
238 B
SCSS
.Header {
|
|
width: 100%;
|
|
background: url("../images/header.jpg");
|
|
background-size: cover;
|
|
height: 30em;
|
|
border-bottom: solid;
|
|
border-width: 1px;
|
|
border-color: #DADADA;
|
|
h1 {
|
|
text-align: center;
|
|
}
|
|
} |