10 lines
121 B
CSS
10 lines
121 B
CSS
|
body {
|
||
|
padding-top: 70px;
|
||
|
}
|
||
|
|
||
|
hr {
|
||
|
height: 2px;
|
||
|
border-width: 0;
|
||
|
color: gray;
|
||
|
background-color: gray
|
||
|
}
|