diff --git a/09/miniwebsite/style.css b/09/miniwebsite/style.css index 9102f4f..fb32b49 100644 --- a/09/miniwebsite/style.css +++ b/09/miniwebsite/style.css @@ -25,6 +25,10 @@ header { text-align: center; } +h1 { + font-style: italic; +} + section { width: 100%; } @@ -38,6 +42,8 @@ ul { line-height: 19px; } + + #left { float: left; width: 50%; @@ -50,12 +56,13 @@ ul { margin: auto; } -#video { - width: 94%; +article { + width: 96%; margin: auto; } + .pdfs { width: 100%; margin: auto; diff --git a/09/miniwebsite/video.html b/09/miniwebsite/video.html index dd77cec..9f502f7 100644 --- a/09/miniwebsite/video.html +++ b/09/miniwebsite/video.html @@ -20,7 +20,7 @@