From 83e04bf735fffc0a394fe547d9b53573b575925d Mon Sep 17 00:00:00 2001 From: Prashansa Date: Sat, 1 Oct 2022 05:38:05 +0530 Subject: [PATCH] style.css modified --- .vscode/settings.json | 3 +++ css/style.css | 13 ++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json 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 +}