You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
First-Website/gallery/css.css

26 lines
351 B

* {
box-sizing: border-box;
}
body {
background-color: #212126!important;
}
.gallery {
margin-top: calc(3rem + 55px);
text-align: center;
}
.rowImg {
display: flex;
flex-wrap: wrap;
padding: 0 4px;
margin-top: 3rem;
}
.columnImg {
flex: 33%;
max-width: 33%;
padding: 0 4px;
}
.columnImg img {
margin-top: 8px;
width: 100%;
}