diff --git a/index.html b/index.html index c7c645d00..b1390be1a 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ Document +
@@ -32,27 +33,27 @@

Jason Thornton

- logo + Black Electric Guitar

Guitars

- logo + Cute Beagle Puppy

Dogs

- logo + White Kitten pose

Cats

- logo + Fresh Cup Of Coffee

Coffee

- logo + Vintage Television

Television

- logo + Mario Video Game

Video Games

diff --git a/style/index.css b/style/index.css index 185e11650..0af2b1fb8 100644 --- a/style/index.css +++ b/style/index.css @@ -7,7 +7,7 @@ } -header nav{ + header nav{ width:100%; background-color: CadetBlue; color: azure; @@ -15,9 +15,7 @@ header nav{ justify-content: space-between; align-items:center; } -h1{ - text-size: 30%; -} + .links{ width: 60%; @@ -77,7 +75,16 @@ footer{ justify-content: center; } - +@media(max-width:500px){ + header nav{ + display:flex; + flex-direction:column; + align-items:center; + } + .links{ + width:100%; + } +}