Skip to content
Snippets Groups Projects
Commit 0eda3d49 authored by Jeremy Sithole's avatar Jeremy Sithole
Browse files

Hover effects on container buttons. Container padding reduced.

parent dfd9f8fd
Branches
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ nav {
min-height: calc(100vh - 14vh); /* 100vh - navbar(8vh) - margin-top(6vh) = 86vh*/ /*prøve rem?*/
width: 80%;
border-bottom: 2px solid black;
padding-top: 100px;
padding-top: 20px;
}
.container h1 {
......@@ -158,6 +158,18 @@ nav {
margin: 30px 0px 0px 30px;
}
.container-button1:hover{
background-color: black;
filter: drop-shadow(0px 5px 3px black);
}
.container-button2:hover{
background-color: black;
color: #FFE119;
filter: drop-shadow(0px 5px 3px black);
}
.container #pizza-vid {
position: absolute;
right: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment