CSS Page Layout Basics

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

1/16

flashcard set

Earn XP

Description and Tags

These flashcards cover vocabulary and concepts related to CSS page layout basics, including box model properties, positioning, and navigation.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

CSS Box Model

A model that describes the rectangular boxes generated for elements in a document tree, including content, padding, border, and margin.

2
New cards

Width property

A CSS property that configures the width of an element's content.

3
New cards

Height property

A CSS property that configures the height of an element.

4
New cards

Margin property

A CSS property used to configure the empty space around an element.

5
New cards

Padding property

A CSS property that configures the space between the content of an HTML element and its border.

6
New cards

Box-sizing

A CSS property that defines how the width and height of an element are calculated with respect to padding and border.

7
New cards

Float property

A CSS property that allows elements to be positioned to the left or right of their container.

8
New cards

Clear property

A CSS property that specifies whether an element can be next to floating elements.

9
New cards

Overflow property

A CSS property that specifies what should happen if the content of an element overflows its box.

10
New cards

CSS Pseudo-classes

Special states of an element that can be targeted with CSS, such as :hover or :active.

11
New cards

CSS Sprites

An image file that contains multiple small graphics, used to improve loading time.

12
New cards

Absolute positioning

A CSS positioning method that configures an element's location outside normal document flow.

13
New cards

Relative positioning

A CSS positioning method that changes an element's position relative to its normal position.

14
New cards

Fixed positioning

A CSS positioning method that keeps an element at a specific position in the viewport, even when scrolling.

15
New cards

Sticky positioning

A CSS positioning method that combines relative and fixed positioning, allowing an element to behave like relative until it reaches a specified point.

16
New cards

Fragment identifiers

Links that point to a specific part of a webpage, typically used with anchor tags.

17
New cards

Parallax scrolling

A web design technique where background images move at a different speed than the foreground content.