Add landing page for WebGoat
This commit is contained in:
10
docs/scss/_footer.scss
Normal file
10
docs/scss/_footer.scss
Normal file
@ -0,0 +1,10 @@
|
||||
.footer {
|
||||
padding-top: 5rem;
|
||||
padding-bottom: 5rem;
|
||||
background-color: $secondary;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
background-color: darken($secondary, 10%);
|
||||
}
|
Reference in New Issue
Block a user