Skip to content

Commit 8f09fd1

Browse files
authored
Create style.css
1 parent 2d31fb1 commit 8f09fd1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.blue {
2+
background-color:blue
3+
}
4+
.circle{
5+
border-radius:50%;
6+
width:300px;
7+
height:300px;
8+
}

0 commit comments

Comments
 (0)