gmarche-rs/static/style1.css

35 lines
404 B
CSS
Raw Normal View History

2020-10-26 23:43:18 +01:00
html, body {
2020-10-27 11:15:46 +01:00
width: 100%;
2020-10-26 23:43:18 +01:00
margin: 0;
padding: 0;
}
2020-10-27 11:15:46 +01:00
#banner {
width: 100%;
}
#stand {
2020-10-26 23:43:18 +01:00
width: 200px;
2020-11-02 11:48:44 +01:00
float: left;
2020-10-26 23:43:18 +01:00
}
2020-10-27 11:15:46 +01:00
2020-11-02 11:41:55 +01:00
#errors {
padding: 4px;
border: 2px dashed rgba(128, 0, 0, 0.2);
border-radius: 3px;
font-weight: bold;
background-color: rgba(255,0,0,0.2);
color: #800000;
}
2020-10-27 11:15:46 +01:00
.center {
padding: 4px;
}
@media screen and (min-width: 801px) {
.center {
width: 800px;
margin: auto;
}
}