You are designing a webpage for a vintage-themed site and want to use a cursive style for headings. Which CSS property-value combination will you use?
- font-family: cursive;
- font-style: cursive;
- text-decoration: cursive;
- text-transform: uppercase;
To achieve a cursive style for text in CSS, you should use the font-family property with the value set to 'cursive'. This will apply a cursive font family to the selected text, which is suitable for vintage-themed designs.
Loading...
Related Quiz
- Suppose you want to target every third list item in a list. Which CSS pseudo-class will you use?
- If you want an animation to play forwards first, then reverse on alternate cycles, which value of animation-direction would you use?
- In SASS/SCSS, how do you define a mixin?
- The CSS function clamp() restricts a value between a specified ______ and ______.
- In the BEM methodology, how is a modifier typically represented in a class name?