Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS (SASS (Suzy (grid columns, glutter), Programming CSS, server-side =>…
CSS
SASS
Suzy
grid columns
glutter
Programming CSS
server-side => generate CSS code
& => selft
BEM
Block__Element--Modifier
Naming System
Typography
REM
Base Font Size
browser depends on base font size to render the web
<html> font-size
set base font-size = 16px and body font-size = rem(1)
Layout
Tips
component should grow on height
component's width will be calculated
layout for mobile first
start with mobile screen size
add grid breakpoint when scale up