diff --git a/CSS/position/position.html b/CSS/position/position.html index 777c82b..6787965 100644 --- a/CSS/position/position.html +++ b/CSS/position/position.html @@ -11,6 +11,9 @@

My Awesome Website

Hello World! I'm learning how to create my own website using HTML and CSS!

-
+
+ +
+

This website is in progress. Please come back later!

\ No newline at end of file diff --git a/CSS/position/style.css b/CSS/position/style.css index 913be30..309ad6c 100644 --- a/CSS/position/style.css +++ b/CSS/position/style.css @@ -15,7 +15,10 @@ p { background-color: green; width: 650px; height: 120px; - position: relative; - top: 50px; - left: 120px; +} +.inProgress { + position: absolute; + top: 300px; + right: 0; + background-color: aqua; } \ No newline at end of file