added navbar
This commit is contained in:
15
styles/elements/hero.css
Normal file
15
styles/elements/hero.css
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
#hero {
|
||||
grid-template-rows: 1fr auto auto;
|
||||
height: 100vh;
|
||||
/*
|
||||
grid-template-rows: 1fr 50px auto auto;
|
||||
*/
|
||||
}
|
||||
#hero header {
|
||||
}
|
||||
#hero .mouse {
|
||||
}
|
||||
#hero .banner {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user