First section of index page!

This commit is contained in:
Adsooi 2021-06-08 20:22:47 +02:00
parent 45e0d5fca3
commit 09c21184c5
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
7 changed files with 25 additions and 8 deletions

View file

@ -5,10 +5,13 @@ body {
--light-font: 'Metropolis Light', 'Fira Sans Light','Ubuntu Light', 'Noto Sans Light', sans-serif;
--primary-color: #50DC71;
--nav-background: #FAFAFA;
--footer-background: #111111;
--footer-background: #111111;
}
a[role=button] {
text-decoration: none;
color: black;
}
.center {
margin-right: auto;

View file

@ -40,11 +40,6 @@ nav .navbar-list {
text-transform: uppercase;
}
a[role=button] {
text-decoration: none;
color: black;
}
.navbar-list li {
padding: 1em;
margin-left: 0;
@ -84,6 +79,7 @@ a[role=button] {
.nav-mobile {
display: flex;
width: 100%;
}
.navbar-brand {

10
static/css/sections.css Normal file
View file

@ -0,0 +1,10 @@
.section-end-triangle {
width: 0;
height: 0;
border-top-width: 3em;
border-top-style: solid;
border-top-color: transparent;
border-right-width: 100vw;
border-right-style: solid;
border-right-color: #FFFFFF;
}