CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Modal Box - Style - Part 1

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Modal Box - Style - Part 1

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial covers styling a model box using CSS. It begins with positioning the forms in the center of the page and making the wrapper fixed. The tutorial then adds styles to the wrapper, including padding, border, and color. Navigation buttons are styled using Flexbox, and headings and form elements are customized with font size and color. Input fields and buttons are styled with width, background color, and margin adjustments. The tutorial concludes with final styling touches.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What CSS property is used to center the forms wrapper on the page?

position: static

position: absolute

position: fixed

position: relative

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to ensure the wrapper is above other elements?

opacity

z-index

visibility

display

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What layout model is used to arrange buttons side by side?

Grid

Block

Flexbox

Inline

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to make text uppercase in headings?

text-decoration

font-style

font-variant

text-transform

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of using the 'not' selector in CSS?

To exclude certain elements from styles

To apply styles to all elements

To reset styles

To apply styles to only one element

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to remove the outline from inputs?

border: none

outline: none

box-shadow: none

visibility: hidden

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are inputs for first and last names positioned side by side?

Using float

Using inline-block

Using grid

Using flexbox

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?