j-pohl / sign-up-page

Sign Up Landing Page in HTML and CSS
0 stars 0 forks source link

Suggested reading: CSS methodologies #5

Closed violetadev closed 3 years ago

violetadev commented 3 years ago

https://github.com/pudelmotte/sign_up_page/blob/95775a6b3fca8f497024aa274a2993f6d4c1484e/index.css#L41 You want to keep your css classes with meaningful names, so when your apps grow a lot you can still identify which is which. I suggest you read a bit about css methodologies (I work mostly with BEM but there are a few more)

Methodologies

BEM: http://getbem.com/

SMACSS: http://smacss.com/

OOCSS: https://dev.to/nouran96/oocss-methodology-92d

j-pohl commented 3 years ago

Going to read those now, thanks again!