CSS
Articles focused on CSS (Cascading Style Sheets) used in Web Design.
- Yes, we can use UTF-8 characters as class and ID names, but it will also increase CSS file sizes.
- List of CSS selectors used to style HTML elements.
- How to add hover effects on links using CSS pseudo classes.
- In HTML5 and Living Standard, CSS placed in the body is now valid.
- Here you can learn how to change the background of every second HTML element in a parent with CSS.
- The CSS !important rule allows users to overwrite author declarations. It is therefor best to avoid using it in StyleSheets.