html

HTML and CSS Tips

CSS Styling Basic definitions such as ,html,body,a etc. I recommend starting a CSS document with these. An example would be: define font and color. This is the first global definition.{ font: XXXXXXXX; color: XXXXX; }html { }body { width: 100%; height: 100%; margin: 0px; }This could some some problems when you are working in dimensions that […]

Articles