Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 343 Bytes

File metadata and controls

6 lines (6 loc) · 343 Bytes

What is the purpose of CSS? To style your webpage exactly how you want it. There are a different methods to apply color and control the visual aspect What are the three ways to insert CSS into your project? External CSS, Internal CSS,Inline CSS Write an example of a CSS rule that would give all

elements red text. p { color: yellow; }