9 lines
101 B
CSS
9 lines
101 B
CSS
|
.paragraphStyle {
|
||
|
margin-top: 10;
|
||
|
}
|
||
|
|
||
|
.spanStyle {
|
||
|
font-family: 'Orbitron';
|
||
|
font-weight: 800;
|
||
|
}
|