7 lines
132 B
CSS
7 lines
132 B
CSS
|
#error {
|
||
|
font-size: 3.5rem;
|
||
|
line-height: 5rem;
|
||
|
text-align: center;
|
||
|
margin: 6rem 0; }
|
||
|
|
||
|
#error h1 { font-size: 8rem; }
|