Skip to content

Commit 85c2727

Browse files
committed
Changing the height and the width of the circle
1 parent 729ceb2 commit 85c2727

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
:root {
2+
--size1: 500px;
3+
}
4+
15
.blue {
26
background-color:blue
37
}
48
.circle{
59
border-radius:50%;
6-
width:300px;
7-
height:300px;
10+
width:var(--size1);
11+
height:var(--size1);
812
}

0 commit comments

Comments
 (0)