From e32e94a4419f6f053802c48553f4f870167b83af Mon Sep 17 00:00:00 2001 From: daman599 Date: Tue, 21 Jan 2025 22:45:48 +0530 Subject: [PATCH] add changes --- _project_starter_/index.html | 2 +- _project_starter_/style.css | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/_project_starter_/index.html b/_project_starter_/index.html index 4783501..2333132 100644 --- a/_project_starter_/index.html +++ b/_project_starter_/index.html @@ -7,7 +7,7 @@ My Project -

Project Starter

+

Project Starter

diff --git a/_project_starter_/style.css b/_project_starter_/style.css index ec80c4b..77560c6 100644 --- a/_project_starter_/style.css +++ b/_project_starter_/style.css @@ -5,12 +5,19 @@ } body { - font-family: 'Roboto', sans-serif; + font-family:Georgia, 'Times New Roman', Times, serif; display: flex; flex-direction: column; align-items: center; - justify-content: center; + justify-content:flex-start; height: 100vh; overflow: hidden; margin: 0; + background-color: cadetblue; +} +#p1:hover{ + font-size:200px; + text-decoration: wavy; + text-align: justify; + text-shadow: 5px 10px 15px white; }