diff --git a/source/style.css b/source/style.css index bc696d0..565de63 100644 --- a/source/style.css +++ b/source/style.css @@ -45,4 +45,33 @@ footer{ text-align: center; font-size: 18px; letter-spacing:3px; +} + +@media (max-width: 828px){ + header{ + position: sticky; + top: 0px; + height: 26px; + background:rgb(4, 236, 4); + } + .Introduction{ + font-size: 25px; + background:rgb(4, 236, 4); + padding-left: 50px; + padding-top: 25px; + font-weight: bold; + padding-bottom: 25px; + } + footer{ + height: 25px; + background:rgb(4, 236, 4); + font-weight: bold; + text-align: center; + margin-top: 20px; + font-size: 10px; + letter-spacing:3px; + } + footer p{ + padding-top: 5px; + } } \ No newline at end of file