DEV Community

Joshua Jones
Joshua Jones

Posted on Edited on

Learning CSS

CSS modifies colors, font types, font sizes, images, element positioning,

Image description

Example of using Inline style
Image description

Internal Stylesheet

  • < style > must be placed inside of < head >

Image description

  • - Use < link > element to link HTML and CSS files together
  • href relative path or address
  • rel- the relationship between the files.

Image description
**
Review**

Image description

Top comments (0)