DEV Community

rodman864
rodman864

Posted on

Discussion

Inline style is a style added as attributes of an HTML element. Embedded style is a style added to the head of an HTML file. External style is a style created by the page author and placed into a CSS file and linked to the page. The external style is what you would use to apply to an entire website.

You will add the keyword !important.

/Tri and Succeed Sports Color Styles/

blockquote {color: rgb(255, 0, 0);}

address {color: black; background-color: hsl(90 , 100%, 50%;}

color: rgb(232, 121, 50);

h1, h2 {background-color: rgba(255, 255, 0, 0.7);

Top comments (0)