diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 33b4bab..3a48d1c 100644 --- a/css/style.css +++ b/css/style.css @@ -6,10 +6,21 @@ body { background-color: white; } +#container1{ + border: 1px solid grey; + background-color: yellow; +} + #quote-box { margin: auto; padding: auto; text-align: center; + height: 50%; + width: 60%; + position: absolute; + top: 30%; + left: 10%; + right: 10%; } #text { @@ -25,4 +36,4 @@ body { position: sticky; padding: 4vw; margin: 4vw; -} \ No newline at end of file +}