12 lines
111 B
CSS
12 lines
111 B
CSS
|
|
html {
|
||
|
|
background-color: #C0FFC0;
|
||
|
|
color: #101040;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
div.modal {
|
||
|
|
clear: both;
|
||
|
|
}
|