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; }