12 lines
No EOL
183 B
CSS
12 lines
No EOL
183 B
CSS
body {
|
|
background-color: rgb(38 38 38);
|
|
border-radius: 25px;
|
|
padding: 25px;
|
|
/*width: 900px;*/
|
|
width: stretch;
|
|
color: lightgrey;
|
|
}
|
|
|
|
h5 {
|
|
color: lightgrey;
|
|
} |