greenhouse background for nav
This commit is contained in:
@ -5,6 +5,10 @@ nav {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
background-image: url("/assets/img/greenhouse.jpg");
|
||||||
|
background-size: cover;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
border-radius: 2rem .25rem .25rem 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a {
|
nav a {
|
||||||
|
|||||||
Reference in New Issue
Block a user