Files
asutermflask/static/css/styles.css
2020-09-19 09:27:02 +03:00

32 lines
314 B
CSS

.box1 {
background-color: wheat;
}
.box1 img {
max-width: 100%;
}
.box2 {
background-color: sandybrown;
}
.box2 img {
max-width: 100%;
}
.box3 {
background-color: tan;
}
.box3 img {
max-width: 100%;
}
.box4 {
background-color: peru
}
.box_main {
background-color: blue;
}