Use a CSS Class to Style an Element, freeCodeCamp review html & css

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=CoSW5l4inVk



Duration: 6:13
3,893 views
54


This challenge introduces CSS classes. A class allows you to specify which elements you want to receive certain styles. This comes in handy when you do not want to apply the same style to like elements. For example, you might want to apply a style to your first heading tag and to your first paragraph tag. And a different style to your second heading tag, and paragraph tag. You can give the first 2 tags the same class which contains the specific style you want applied. While the next heading and paragraph can have a different style applied through their specific class. Class names are created by you, so give them good ones.




Other Videos By We Will Code


2017-02-27Add Borders Around your Elements, freeCodeCamp review html & css, lesson 18
2017-02-27Size your Images, freeCodeCamp review html & css, lesson 17
2017-02-26Add Images to your Website, freeCodeCamp review html & css, lesson 16
2017-02-26Specify How Fonts Should Degrade, freeCodeCamp review html & css, lesson 15
2017-02-26Factorialize a Number, freeCodeCamp review Basic Algorithm Scripting, lesson 2
2017-02-26Reverse a String, freeCodeCamp review, Basic Algorithm Scripting, lesson 1
2017-02-26Import a Google Font , freeCodeCamp review html & css
2017-02-26Set the Font Family of an Element, freeCodeCamp review html & css
2017-02-25Change the Font Size of an Element, freeCodeCamp review html & css
2017-02-25Style Multiple Elements with a CSS Class, freeCodeCamp review html & css
2017-02-25Use a CSS Class to Style an Element, freeCodeCamp review html & css
2017-02-25Use CSS Selectors to Style Elements, freeCodeCamp review html & css
2017-02-25Change the Color of Text, freeCodeCamp review html & css
2017-02-25Delete HTML Elements, freeCodeCamp review html & css
2017-02-25Fill in the Blank with Placeholder Text, freeCodeCamp review html & css
2017-02-25Inform with the Paragraph Element, freeCodeCamp review html & css
2017-02-25Uncomment Html, freeCodeCamp review html & css
2017-02-25Comment out HTML, freeCodeCamp review html & css
2017-02-25Headline with the h2 Element, freeCodeCamp review html & css
2017-02-25Say hello to html elements, freeCodeCamp review html & css
2017-02-25Introduction to freecodecamp review , lessons for beginners



Tags:
freecodecamp
beginner
html
css
javascript
coding
program
education
tutorial
say hello