About the CSS FAQ category
|
|
0
|
786
|
January 7, 2018
|
Should we use flex-grow and flex-shrink instead of media queries?
|
|
10
|
8608
|
June 29, 2022
|
Setting a border for one or two sides of the element
|
|
5
|
27822
|
December 15, 2021
|
Are margin and padding values the only ones that need reset?
|
|
15
|
26327
|
May 29, 2021
|
How do we decide when to use flexbox?
|
|
15
|
8275
|
February 12, 2022
|
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
|
31387
|
February 2, 2021
|
0 auto value in Margin
|
|
16
|
16499
|
May 4, 2021
|
Overflow in learn the box model lesson
|
|
13
|
30991
|
August 9, 2021
|
Are padding and margin interchangeable?
|
|
17
|
17932
|
April 25, 2022
|
When should I nest flexboxes?
|
|
0
|
8337
|
October 18, 2018
|
What is a pixel and is this the only measure of font size?
|
|
17
|
25015
|
May 6, 2022
|
Oval as a result of border-radius: 100%
|
|
13
|
20279
|
April 21, 2021
|
Is flex-basis the same as setting width?
|
|
22
|
13909
|
April 25, 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
|
23376
|
March 26, 2022
|
Margin property with three values
|
|
8
|
15200
|
October 24, 2021
|
Is it possible for two selectors targeting the same element to have the same specificity? If so, which styles “win” out?
|
|
27
|
27380
|
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
|
23583
|
January 16, 2021
|
How do we know which background and foreground colors work well together?
|
|
12
|
19557
|
June 20, 2021
|
When is it better to use visibility: hidden?
|
|
27
|
24685
|
April 29, 2022
|
Collapsing margins
|
|
29
|
32545
|
February 4, 2022
|
What are the notable default styles that get applied when we set an element to display: flex;?
|
|
3
|
5600
|
April 22, 2021
|
Why shouldn't flexbox be used for the layout of an entire page?
|
|
4
|
11567
|
March 22, 2022
|
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
|
59631
|
March 8, 2021
|
Why would we use flex-direction: row-reverse/column-reverse;?
|
|
3
|
8468
|
October 4, 2020
|
Can you apply multiple stylesheets to a single page?
|
|
19
|
111552
|
June 30, 2022
|
Single declaration
|
|
3
|
11979
|
May 16, 2022
|
This exercise illustrates how we can use multiple selectors to create more concise code. Are there additional tactics for creating less repetitive stylesheets?
|
|
28
|
17191
|
January 16, 2021
|
What does CSS stand for, and what does it mean?
|
|
1
|
14647
|
May 10, 2022
|
What's the difference between display: flex; and display: inline-flex;?
|
|
11
|
11883
|
April 14, 2022
|
Overflow to scroll not working without height
|
|
12
|
19084
|
December 16, 2021
|