About the CSS FAQ category
|
|
0
|
1239
|
January 7, 2018
|
Overflow in learn the box model lesson
|
|
17
|
45452
|
March 13, 2024
|
Should we use flex-grow and flex-shrink instead of media queries?
|
|
14
|
14270
|
November 16, 2023
|
Can you apply multiple stylesheets to a single page?
|
|
36
|
206332
|
July 29, 2024
|
Setting a border for one or two sides of the element
|
|
10
|
73243
|
August 22, 2023
|
Are margin and padding values the only ones that need reset?
|
|
23
|
38065
|
June 4, 2024
|
0 auto value in Margin
|
|
18
|
23672
|
March 8, 2024
|
How do we decide when to use flexbox?
|
|
22
|
13650
|
August 3, 2024
|
When should I nest flexboxes?
|
|
1
|
12768
|
May 3, 2023
|
Why shouldn't flexbox be used for the layout of an entire page?
|
|
6
|
21608
|
September 10, 2024
|
Collapsing margins
|
|
34
|
44440
|
December 21, 2023
|
Are padding and margin interchangeable?
|
|
22
|
24843
|
December 19, 2023
|
What is a pixel and is this the only measure of font size?
|
|
23
|
32467
|
September 2, 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
|
29120
|
July 1, 2024
|
Is flex-basis the same as setting width?
|
|
27
|
23455
|
August 29, 2024
|
Oval as a result of border-radius: 100%
|
|
20
|
33130
|
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
|
32634
|
February 2, 2021
|
When is it better to use visibility: hidden?
|
|
44
|
40439
|
September 18, 2024
|
How do we know which background and foreground colors work well together?
|
|
13
|
24965
|
November 7, 2022
|
Why would we use flex-direction: row-reverse/column-reverse;?
|
|
6
|
13696
|
February 8, 2023
|
What are the notable default styles that get applied when we set an element to display: flex;?
|
|
5
|
9414
|
May 21, 2024
|
What does CSS stand for, and what does it mean?
|
|
4
|
26441
|
September 25, 2023
|
Margin property with three values
|
|
11
|
19155
|
September 29, 2024
|
This exercise uses selectors that target elements which are direct children of parent elements. Can we similarly target more deeply nested elements?
|
|
38
|
26019
|
January 16, 2021
|
Single declaration
|
|
6
|
16636
|
August 14, 2023
|
Is it possible for two selectors targeting the same element to have the same specificity? If so, which styles “win” out?
|
|
27
|
31068
|
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
|
84753
|
March 8, 2021
|
Overflow to scroll not working without height
|
|
14
|
31625
|
October 14, 2024
|
What is linear-gradient and why do we need three different background declarations?
|
|
8
|
23947
|
March 26, 2024
|
What's the difference between display: flex; and display: inline-flex;?
|
|
15
|
19897
|
February 18, 2024
|