What is at-rule?
At-rules are CSS statements that instruct CSS how to behave. They begin with an at sign, ' @ ' ( U+0040 COMMERCIAL AT ), followed by an identifier and includes everything up to the next semicolon, ' ; ' ( U+003B SEMICOLON ), or the next CSS block, whichever comes first.
| Is This Answer Correct ? | 0 Yes | 0 No |
List some newly introduced text related features in css3?
What is css prefix?
What is box shadow and how it is used?
What is hover color?
What is a page margin?
Why do we use class in css?
What is inline style? How to link?
Is it possible to create border as a image in css3?
Explain the difference between responsive website coding and mobile-first strategy coding.
Draw a circle using CSS ?
What are the 3 parts of a css rule?
What is a keyframe in css?