About the CSS FAQ category
|
|
0
|
1113
|
January 7, 2018
|
Should we use flex-grow and flex-shrink instead of media queries?
|
|
13
|
11545
|
June 6, 2023
|
Can you apply multiple stylesheets to a single page?
|
|
31
|
169556
|
September 16, 2023
|
Overflow in learn the box model lesson
|
|
14
|
39468
|
April 29, 2023
|
Setting a border for one or two sides of the element
|
|
10
|
48334
|
August 22, 2023
|
Are margin and padding values the only ones that need reset?
|
|
19
|
32700
|
September 26, 2023
|
0 auto value in Margin
|
|
16
|
20286
|
May 4, 2021
|
How do we decide when to use flexbox?
|
|
18
|
11236
|
August 16, 2023
|
When should I nest flexboxes?
|
|
1
|
10664
|
May 3, 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
|
31980
|
February 2, 2021
|
Are padding and margin interchangeable?
|
|
20
|
21683
|
September 14, 2023
|
Oval as a result of border-radius: 100%
|
|
17
|
26676
|
July 19, 2023
|
Is flex-basis the same as setting width?
|
|
25
|
18812
|
April 7, 2023
|
What is a pixel and is this the only measure of font size?
|
|
18
|
29121
|
March 21, 2023
|
Collapsing margins
|
|
32
|
38679
|
July 5, 2023
|
What are the notable default styles that get applied when we set an element to display: flex;?
|
|
4
|
7635
|
August 6, 2022
|
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?
|
|
12
|
26744
|
March 26, 2022
|
When is it better to use visibility: hidden?
|
|
36
|
32619
|
July 26, 2023
|
How do we know which background and foreground colors work well together?
|
|
13
|
22559
|
November 7, 2022
|
Why shouldn't flexbox be used for the layout of an entire page?
|
|
4
|
17263
|
March 22, 2022
|
Is it possible for two selectors targeting the same element to have the same specificity? If so, which styles “win” out?
|
|
27
|
28779
|
January 16, 2021
|
This exercise uses selectors that target elements which are direct children of parent elements. Can we similarly target more deeply nested elements?
|
|
38
|
24703
|
January 16, 2021
|
Margin property with three values
|
|
10
|
17201
|
February 18, 2023
|
Why would we use flex-direction: row-reverse/column-reverse;?
|
|
6
|
11311
|
February 8, 2023
|
What does CSS stand for, and what does it mean?
|
|
4
|
20714
|
September 25, 2023
|
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
|
74944
|
March 8, 2021
|
Single declaration
|
|
6
|
14498
|
August 14, 2023
|
What's the difference between display: flex; and display: inline-flex;?
|
|
14
|
15226
|
September 5, 2023
|
Why do we use maximum width 100% to see a full image and not minimum width?
|
|
37
|
19934
|
July 18, 2023
|
Overflow to scroll not working without height
|
|
12
|
25498
|
December 16, 2021
|