diff --git a/circle.html b/circle.html index 213a8df4e..2aca71cf1 100644 --- a/circle.html +++ b/circle.html @@ -8,6 +8,14 @@

How to create a circle using a div

-
+
+ +

+ Another circle in different color +

+
+ +
+ diff --git a/style.css b/style.css index b1a4e3b87..c0b3e4827 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,12 @@ .blue { background-color:blue } +.red { + background-color:darkred +} .circle{ border-radius:50%; width:300px; height:300px; } +