mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
13 lines
199 B
CSS
13 lines
199 B
CSS
html {
|
|
background:#eeeeec;
|
|
min-height: 100%;
|
|
}
|
|
|
|
body {
|
|
background: white;
|
|
border-left: 1px solid #babdb6;
|
|
border-right: 1px solid #babdb6;
|
|
max-width: 720pt;
|
|
margin: auto;
|
|
min-height: 100%;
|
|
}
|