rebuild with gatsby
This commit is contained in:
35
src/styles/Header.module.css
Normal file
35
src/styles/Header.module.css
Normal file
@@ -0,0 +1,35 @@
|
||||
.header {
|
||||
padding: 2em;
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
box-shadow: 0px 5px 8px rgba(255, 255, 255, 0.7);
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
height: 50vh;
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding: 2em;
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.nav {
|
||||
height: min-content;
|
||||
}
|
||||
|
||||
.nav > * {
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
.title {
|
||||
text-align: center;
|
||||
font-size: 2rem;
|
||||
line-height: 3rem;
|
||||
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
|
||||
color: white;
|
||||
opacity: 0.8;
|
||||
}
|
||||
Reference in New Issue
Block a user