mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-04 19:33:22 +01:00
15 lines
222 B
Plaintext
15 lines
222 B
Plaintext
#page404 {
|
|
#message404 {
|
|
font-family: Helvetica,Arial,"Nimbus Sans L",sans-serif;
|
|
font-size: 16px;
|
|
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
height: 250px;
|
|
width: 500px;
|
|
margin: -125px 0 0 -250px;
|
|
}
|
|
}
|
|
|