5 lines
75 B
CSS
5 lines
75 B
CSS
article h2 {
|
|
border-bottom: solid 1px gray;
|
|
margin-bottom: 1rem;
|
|
}
|