css

06. CSS Variables πŸ‘©β€πŸŽ“πŸ‘¨β€πŸŽ“

πŸ—οΈ Implement CSS Variables in Style Sheet

Work with a partner to implement the following user story:

  • As a developer, I want to manage CSS values that are used in multiple CSS rules in a more efficient manner.

Instructions

  • Create two CSS Variables:
    • One for any repeated color value
    • One for any repeated border radius value

πŸ† Bonus

If you have completed the activity and want to further your knowledge, work through the following challenge with your partner:

  • What does the term DRY mean in web development?

Use Google or another search engine to research this.


βœ… Solutions

Solutions Click Here