php-gen/style.css

39 lines
653 B
CSS
Raw Permalink Normal View History

2020-01-29 12:18:50 +00:00
html {
background-color: #1b0061;
min-height: 100%; }
body {
min-height: 100%; }
.container {
padding: 5em;
display: grid;
grid-template-columns: 45% auto 45%;
grid-template-rows: 45% auto 45%;
min-height: 100%;
height: 100%; }
#r1 {
grid-row-start: 1;
grid-row-end: 1;
grid-column-start: 2;
grid-column-end: 2;
min-height: 100%; }
#r2 {
grid-row-start: 3;
grid-row-end: 3;
min-height: 100%; }
.idea {
grid-column-start: 2;
grid-column-end: 2;
grid-row-start: 2;
grid-row-end: 2; }
.idea div {
padding: 2em;
background-color: #00611b;
color: #eeffa8; }
/*# sourceMappingURL=style.css.map */