Use bootstrap containers.

This commit is contained in:
2018-12-28 15:17:28 +00:00
parent 6d52e09d51
commit bd786b51b9
8 changed files with 119 additions and 54 deletions

View File

@@ -2,4 +2,33 @@
@import "_vgafont";
@import "_fontstyles";
@import "../node_modules/bootstrap/scss/bootstrap";
@import "../node_modules/bootstrap/scss/bootstrap";
footer
{
background-color: $brown;
color: $black;
}
header
{
background-color: $teal;
color: $black;
text-align: center;
}
header a
{
color: $pink;
}
header a:hover
{
color: $orange;
text-decoration: none;
}
footer a:hover
{
text-decoration: none;
}