7 lines
74 B
CSS
7 lines
74 B
CSS
|
|
h1 {
|
||
|
|
font-size: 60px;
|
||
|
|
}
|
||
|
|
.msg {
|
||
|
|
font-size: 38px;
|
||
|
|
color: #F00;
|
||
|
|
}
|