Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
css [2020/10/06 06:13]
paul created
css [2020/10/06 06:15] (current)
paul
Line 1: Line 1:
 ====== CSS ====== ====== CSS ======
 Yay I take the time to learn front end programming! So many fun things to do in life :) Yay I take the time to learn front end programming! So many fun things to do in life :)
 +
 +To get rid of default margin around everything set body margin to 0 at the start. That zeros everything.
 +
 +To set css on a tag: use ''tag-name {}'' for a class use ''.class-name {}'' and for an id use ''#id-name {}''.
  
 <code css> <code css>
  • css.1601964830.txt.gz
  • Last modified: 2020/10/06 06:13
  • by paul