Can all fonts be bolded with the `font-weight` property?
|
|
13
|
17376
|
October 10, 2021
|
What is linear-gradient and why do we need three different background declarations?
|
|
7
|
18735
|
March 23, 2021
|
Why some elements don't have height and width?
|
|
9
|
20327
|
April 7, 2022
|
Margin in the box model
|
|
18
|
11443
|
June 26, 2021
|
Can we use flex-flow with a single value?
|
|
5
|
6132
|
March 21, 2021
|
What does the “cascading” in CSS mean?
|
|
23
|
76344
|
November 15, 2020
|
What positioning values should I be familiar with?
|
|
1
|
4770
|
April 6, 2020
|
Why do we use maximum width 100% to see a full image and not minimum width?
|
|
32
|
15559
|
March 30, 2022
|
Can I use margin: auto; on a flex item that is being positioned with justify-content declared on its parent flex container?
|
|
4
|
7003
|
September 20, 2021
|
Why are there no units on the flex-grow value?
|
|
11
|
5596
|
August 1, 2021
|
How do I link my HTML and CSS?
|
|
19
|
26553
|
April 26, 2021
|
Can classes be used as a page anchors in a similar way to ids?
|
|
1
|
19239
|
January 4, 2021
|
According to this exercise, `.main p` is more specific than the `p` selector. Is `.main p` also more specific than the `p.main` or `#main` selectors?
|
|
22
|
21881
|
December 19, 2020
|
In CSS, can we select any HTML element by using its tag name as demonstrated in this exercise?
|
|
16
|
23601
|
June 27, 2020
|
Can we use flex-wrap and flex-shrink on the same flex container?
|
|
11
|
7833
|
June 9, 2022
|
Should we always use the flex property instead of flex-grow, flex-shrink, and flex-basis properties individually?
|
|
4
|
5351
|
January 20, 2022
|
What other shapes can I make using CSS?
|
|
1
|
3638
|
October 17, 2021
|
Why do my flex items looked stretched?
|
|
7
|
5668
|
August 16, 2021
|
What is an overlay effect?
|
|
13
|
17665
|
June 21, 2021
|
Can the text align-property only be used to align text or can we use it to align other content as well?
|
|
13
|
20683
|
October 2, 2020
|
What's the difference between display: inline; and display: inline-block;?
|
|
19
|
4535
|
April 11, 2022
|
When should I use px vs rem vs em?
|
|
1
|
6942
|
October 3, 2021
|
In the example given in this exercise, why would we want to use the `.brand` selector rather than the `p` selector to target our paragraph?
|
|
20
|
24259
|
March 21, 2021
|
Does the order the of the <link> elements matter?
|
|
2
|
5568
|
April 28, 2020
|
In the last lesson we learned about the various ways of loading CSS into an HTML document. In this exercise, why didn’t we use inline styles or the `<style>` tags to load the CSS?
|
|
8
|
19044
|
June 29, 2022
|
Default values for box model properties
|
|
5
|
7214
|
April 19, 2022
|
Min/max-width/height on text elements vs just font size
|
|
12
|
13235
|
February 4, 2022
|
Does align-content override the vertical/horizontal margins on flex items?
|
|
14
|
4904
|
August 23, 2021
|
Can the `<link>` tag be used to link files aside from CSS to our HTML document?
|
|
4
|
12431
|
September 23, 2020
|
Why isn't the margin I set being applied to my elements?
|
|
20
|
5545
|
August 6, 2022
|