Font size
WorksheetsCSS Day-3
Total questions: 25
Worksheet time: 17mins
What does the CSS property font-style: italic; do?
Sets the style of the font to Bold
Sets the font to small-caps
Sets the style of the font to italic
Changes the font color
Which property is used to change the font type?
font-size
font-family
font-style
text-font
Which CSS property is used to control space between lines?
line-height
word-spacing
letter-spacing
text-align
Which Bootstrap class is used to create a full-width container?
(a)
Which is a valid CSS color format?
color(red)
rgb(255, 0, 0)
hex(255,0,0)
color: #GGG
In the HSL color model, what does the 'L' stand for?
(a)
Which property specifies the transition timing behavior?
transition-style
transition-timing-function
transition-effect
transition-mode
Which CSS rule is used to define animations?
@transition
@animate
@keyframes
@frames
The (a) property specifies the font for an element and should include fallback fonts in case the primary isn't available.
What is Bootstrap?
A programming language
A JavaScript framework
A front-end CSS framework
A database tool
Bootstrap is based on which technologies?
PHP and MySQL
HTML, CSS, and JavaScript
Python and Django
Python and Django
Which Bootstrap breakpoint is associated with screens >= 768px?
(a)
Bootstrap uses a (a) -column grid system.
Which tag is used to link Bootstrap CSS?
<script>
<style>
<link>
<meta>
What is CDN?
Code Delivery Network
Code Delivery Network
Content Delivery Network
Central Data Node
In Bootstrap, (a) classes are used to move columns to the right by a specified number of columns.
Which class is used to create a grid row?
.grid
.column
.row
.container
In the shorthand transition: background-color 0.5s ease-in-out 0.2s;, what is the 0.2s ?
Transition duration
Animation iteration count
Transition delay
Playback speed
To load custom font files (like .woff or .woff2) into your CSS project, you must use the (a) rule.
Using col-12 col-md-6 col-lg-4, what is the column width on a large (lg) screen?
Half width
One-five width
One-third width
One-fourth width
Which utility controls text alignment?
.align-text-cente
.text-center
.center-text
.text-align
.bg-success applies a (a) background color.
Which utility aligns items horizontally in the center?
.align-items-center
.justify-content-center
.align-self-center
.content-center
Which class makes flexbox responsive for medium screens?
.d-flex
.d-sm-flex
.d-md-flex
.d-lg-flex
.flex-column sets flex direction to (a) .
