Add animated menu cards
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
:root {
|
||||
|
||||
--primary-color: #3dae15;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
@@ -13,8 +13,8 @@
|
||||
}
|
||||
|
||||
html, body {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
height: 100dvh;
|
||||
width: 100dvw;
|
||||
}
|
||||
|
||||
html, body, main, section, section div, footer {
|
||||
@@ -57,4 +57,8 @@ ul li{
|
||||
|
||||
ul li a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.accentuated {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
Reference in New Issue
Block a user