Skip to content

Commit 380bf90

Browse files
committed
⭕️
1 parent abaa0d4 commit 380bf90

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

style.css

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1+
body {
2+
background-color: bisque;
3+
}
4+
5+
h1 {
6+
color: lime;
7+
background-color: rgba(0, 0, 0, 0.546);
8+
}
19
.blue {
210
background-color: blue;
311
}
412
.circle {
5-
border-radius: 50%;
13+
border-radius: 46%;
614
width: 500px;
715
height: 500px;
16+
background-color: aquamarine;
17+
border: 5px solid firebrick;
18+
outline: 50px solid whitesmoke;
19+
margin: 80px;
820
}

0 commit comments

Comments
 (0)