Skip to content

Commit 247b554

Browse files
committed
added solution
1 parent b62745c commit 247b554

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#my-first-div {
2+
font-size: 15px;
3+
}
4+
#the-second-one {
5+
font-size: 25px;
6+
}
7+
8+
/* YOUR CODE BELOW THIS LINE */
9+
h2{
10+
font-size: 0.8em;
11+
}
12+
13+
h3{
14+
font-size: 0.8rem;
15+
}

0 commit comments

Comments
 (0)