About the CSS FAQ category
|
|
0
|
1239
|
January 7, 2018
|
Overflow in learn the box model lesson
|
|
17
|
44864
|
March 13, 2024
|
Should we use flex-grow and flex-shrink instead of media queries?
|
|
14
|
14045
|
November 16, 2023
|
Can you apply multiple stylesheets to a single page?
|
|
36
|
202156
|
July 29, 2024
|
Setting a border for one or two sides of the element
|
|
10
|
70162
|
August 22, 2023
|
Are margin and padding values the only ones that need reset?
|
|
23
|
37611
|
June 4, 2024
|
0 auto value in Margin
|
|
18
|
23376
|
March 8, 2024
|
How do we decide when to use flexbox?
|
|
22
|
13412
|
August 3, 2024
|
When should I nest flexboxes?
|
|
1
|
12579
|
May 3, 2023
|
Are padding and margin interchangeable?
|
|
22
|
24575
|
December 19, 2023
|
Why shouldn't flexbox be used for the layout of an entire page?
|
|
6
|
21156
|
September 10, 2024
|
Collapsing margins
|
|
34
|
43892
|
December 21, 2023
|
What is a pixel and is this the only measure of font size?
|
|
23
|
32174
|
September 2, 2024
|
Is flex-basis the same as setting width?
|
|
27
|
23054
|
August 29, 2024
|
With the advent of web fonts, can’t a user see a site’s font even if those fonts aren’t installed on her computer?
|
|
13
|
28884
|
July 1, 2024
|
Oval as a result of border-radius: 100%
|
|
20
|
32580
|
November 17, 2023
|
Oes a “chained” selector have a higher specificity than a class or id selector? For example, which selector would “win”: `.special` or `h1.special` or `#special`?
|
|
46
|
32628
|
February 2, 2021
|
How do we know which background and foreground colors work well together?
|
|
13
|
24687
|
November 7, 2022
|
When is it better to use visibility: hidden?
|
|
43
|
39817
|
February 24, 2024
|
What are the notable default styles that get applied when we set an element to display: flex;?
|
|
5
|
9249
|
May 21, 2024
|
Why would we use flex-direction: row-reverse/column-reverse;?
|
|
6
|
13455
|
February 8, 2023
|
This exercise uses selectors that target elements which are direct children of parent elements. Can we similarly target more deeply nested elements?
|
|
38
|
25942
|
January 16, 2021
|
What does CSS stand for, and what does it mean?
|
|
4
|
25896
|
September 25, 2023
|
Single declaration
|
|
6
|
16432
|
August 14, 2023
|
Margin property with three values
|
|
10
|
19005
|
February 18, 2023
|
Is it possible for two selectors targeting the same element to have the same specificity? If so, which styles “win” out?
|
|
27
|
30923
|
January 16, 2021
|
What happens if we try to apply the same id to multiple elements? Will our styles not get applied to the targeted, ided elements?
|
|
12
|
84137
|
March 8, 2021
|
What is linear-gradient and why do we need three different background declarations?
|
|
8
|
23736
|
March 26, 2024
|
What's the difference between display: flex; and display: inline-flex;?
|
|
15
|
19506
|
February 18, 2024
|
Overflow to scroll not working without height
|
|
13
|
30986
|
February 8, 2024
|