initial commit
This commit is contained in:
32
static/css/styles.css
Normal file
32
static/css/styles.css
Normal file
@@ -0,0 +1,32 @@
|
||||
.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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user