Files
power-six/styles.css
salman-abedin 52d902e185 debut
debut2
2020-12-18 10:30:40 +06:00

24 lines
232 B
CSS

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body, .square, img{
height: 100%;
}
.row {
height: 12.5%;
}
.square {
width: 12.5%;
float: left;
}
img{
width: 100%;
object-fit: contain;
}