Skip to content

Commit 2e7318e

Browse files
Add files via upload
1 parent cad7e9d commit 2e7318e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

style.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#shape {
2+
3+
width:200px;
4+
height:200px;
5+
background-color: green;
6+
border: 1px solid blue;
7+
display: none;
8+
position: relative;
9+
}
10+
.bold {
11+
font-weight: bold;
12+
color:red;
13+
}

0 commit comments

Comments
 (0)