Код: Выделить всё
Aerocello
[img]logo2.png[/img]
// if (what goes here?) {
// and here
// }
hi
Код: Выделить всё
body {
background-color: #AEAEAE;
margin: 0;
padding: 0;
height: 100vh;
}
.gallery {
display: flex;
flex-direction: row;
flex-wrap: wrap;
position: relative;
height: 100%;
}
.centre {
width: auto;
max-width: auto;
height: 80%;
max-height: 80%;
display: block;
margin-left: auto;
margin-right: auto;
overflow: auto;
margin: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.roboto {
font-family: roboto;
}
Я особо ничего не пробовал, не знал, с чего начать?
Подробнее здесь: https://stackoverflow.com/questions/793 ... idth-to-80
Мобильная версия