Differences
This shows you the differences between two versions of the page.
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 '' | ||
<code css> | <code css> |