xpeppers / study-web-development

4 stars 1 forks source link

CSS Layouts #13

Open ivoputzer opened 2 years ago

ivoputzer commented 2 years ago
AlexSemykin commented 2 years ago

Layouts and patterns: https://csslayout.io/ ~Layout: https://every-layout.dev/~

giuxtaposition commented 2 years ago

Flex

CSS Tricks - A Complete Guide to Flexbox Flex Cheatsheet

Grid

CSS Tricks - A Complete Guide to Grid Grid Cheatsheet

Responsive Design

Responsive Layouts, Fewer Media Queries

ivoputzer commented 2 years ago

grids

flexbox

colums

some frameworks?

aldomalerba commented 2 years ago

Flexbox https://css-tricks.com/snippets/css/a-guide-to-flexbox/

Grid https://cssgridgarden.com/

CSS Templates https://www.w3schools.com/css/css_templates.asp

Biatel commented 2 years ago

https://www.freecodecamp.org/news/learn-css-grid-by-building-5-layouts/

ivoputzer commented 2 years ago