Skip to content

Commit 96917a1

Browse files
committed
Changed: flat h3
1 parent af24eba commit 96917a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

styles/main.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ h1 {
3030
}
3131

3232
h3 {
33-
background-image: url(../imgs/h3.png);
33+
background-color: #f7f7f7;
3434
padding: 5px;
3535
padding-left: 5px;
3636
border: 1px solid #ddd;
3737
font-size: 1.1em;
3838
clear: both;
3939
font-weight: bold;
40+
color: #333;
4041
}
4142

4243
.block {

0 commit comments

Comments
 (0)