diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..e471c43 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "pwa-chrome", + "request": "launch", + "name": "Open index.html", + "file": "/Users/mikayla/Developer/Excursion_110621/index.html" + } + ] +} \ No newline at end of file diff --git a/Resources/css/style.css b/Resources/css/style.css index 7494192..0775e17 100644 --- a/Resources/css/style.css +++ b/Resources/css/style.css @@ -11,8 +11,27 @@ header { text-align: center; } -#download-excursion { +.download { color: aquamarine; font-size: 16px; font-weight: bold; +} + +.section-header { + font-family: Verdana; + font-weight: 300; + font-size: 42px; + color: white; +} + +#article-paragraph { + font-family: Verdana; + font-size: 21px; + color: gray; +} + +#copyright { + text-align: right; + color: gray; + padding-right: 8px; } \ No newline at end of file diff --git a/index.html b/index.html index 3e7d045..7288521 100644 --- a/index.html +++ b/index.html @@ -2,18 +2,43 @@