issues
search
rafaelgeronimo
/
freeCodeCamp
1
stars
1
forks
source link
Basic CSS
#2
Closed
rafaelgeronimo
closed
6 years ago
rafaelgeronimo
commented
6 years ago
[x] Change the Color of Text
[x] PassedUse CSS Selectors to Style Elements
[x] PassedUse a CSS Class to Style an Element
[x] PassedStyle Multiple Elements with a CSS Class
[x] PassedChange the Font Size of an Element
[x] PassedSet the Font Family of an Element
[x] PassedImport a Google Font
[x] PassedSpecify How Fonts Should Degrade
[x] PassedSize Your Images
[x] PassedAdd Borders Around Your Elements
[x] PassedAdd Rounded Corners with border-radius
[x] PassedMake Circular Images with a border-radius
[x] PassedGive a Background Color to a div Element
[x] PassedSet the id of an Element
[x] PassedUse an id Attribute to Style an Element
[x] PassedAdjust the Padding of an Element
[x] PassedAdjust the Margin of an Element
[x] PassedAdd a Negative Margin to an Element
[x] PassedAdd Different Padding to Each Side of an Element
[x] PassedAdd Different Margins to Each Side of an Element
[x] PassedUse Clockwise Notation to Specify the Padding of an Element
[x] PassedUse Clockwise Notation to Specify the Margin of an Element
[x] PassedUse Attribute Selectors to Style Elements
[x] PassedUnderstand Absolute versus Relative Units
[x] PassedStyle the HTML Body Element
[x] PassedInherit Styles from the Body Element
[x] PassedPrioritize One Style Over Another
[x] PassedOverride Styles in Subsequent CSS
[x] PassedOverride Class Declarations by Styling ID Attributes
[x] PassedOverride Class Declarations with Inline Styles
[x] PassedOverride All Other Styles by using Important
[x] PassedUse Hex Code for Specific Colors
[x] PassedUse Hex Code to Mix Colors
[x] PassedUse Abbreviated Hex Code
[x] PassedUse RGB values to Color Elements
[x] PassedUse RGB to Mix Colors
[x] PassedUse CSS Variables to change several elements at once
[x] PassedCreate a custom CSS Variable
[x] PassedUse a custom CSS Variable
[x] PassedAttach a Fallback value to a CSS Variable
[x] PassedCascading CSS variables
[x] PassedChange a variable for a specific area
[x] PassedUse a media query to change a variable