CSS Responsive Page Layout

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

A series of vocabulary flashcards based on the content from the lecture notes about responsive web design and CSS layout techniques.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

CSS Flexible Box Layout (Flexbox)

A layout model that provides flexible and responsive arrangements of items in a single dimension.

2
New cards

Flex Container

An element that holds flex items and is defined with the display property set to flex.

3
New cards

Flex Item

A child element of the flex container that can be manipulated by flex properties.

4
New cards

justify-content

A CSS property that configures how the extra space along the main axis of a flex container should be displayed.

5
New cards

grid

A two-dimensional layout system that allows for designing responsive page layouts by defining rows and columns.

6
New cards

grid-template-columns

A CSS property that defines the number and size of columns in a grid layout.

7
New cards

Media Query

A CSS technique used to apply styles based on the results of a media feature test, such as screen resolution.

8
New cards

Viewport Meta Tag

An HTML tag that helps control the layout of a webpage on mobile browsers, specifying width and scale.

9
New cards

Flexible Images

Images that automatically resize according to the size of their container, utilizing CSS properties like max-width.

10
New cards

Mobile First Approach

A design strategy that begins with a layout for mobile devices and progressively enhances the layout for larger screens.