How will you target an h2 and h3 with the same styling?
What is the difference between the usage of an id and a class?
what is the overflow property in css used for?
What is the difference between a relative, fixed, absolute and statically positioned element?
Name a few prominent css frameworks.
How do style sheets cascade?
What are the various font-related attributes in css?
what is a css pre-processor? When do you recommend a pre-processor be used in a project?
What are the ways to assign a certain colour to an element in css?
Why was css developed?
What effect would this piece of css code have? {Box-sizing: border-box;}
What are vendor-prefixes?
Explain the scenario you would use translate() instead of absolute positioning?
What will this piece of css code do to an element? .container { margin: 0 auto; }
How would you style an image or element to have rounded corners?