Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTML5 / CSS3 / Saas (HTML/CSS (kbd tag, background-attachment: fixed,…
HTML5 / CSS3 / Saas
-
-
-
Flex
-
display: flex
flex-direction: column
flex-wrap: wrap
justify-content: center
height: 555px / for item alignment/
align-items: center;
Grid
.grid {
/ Responsive: for the list with MANY ITEMS: image gallery /
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
-
-