Can all fonts be bolded with the `font-weight` property?
|
|
15
|
22315
|
February 7, 2024
|
Why do we use maximum width 100% to see a full image and not minimum width?
|
|
42
|
25261
|
September 18, 2024
|
Can we use flex-flow with a single value?
|
|
8
|
9745
|
August 14, 2023
|
What positioning values should I be familiar with?
|
|
1
|
6449
|
April 6, 2020
|
Margin in the box model
|
|
21
|
16676
|
August 29, 2023
|
Can I use margin: auto; on a flex item that is being positioned with justify-content declared on its parent flex container?
|
|
4
|
11725
|
September 20, 2021
|
This exercise illustrates how we can use multiple selectors to create more concise code. Are there additional tactics for creating less repetitive stylesheets?
|
|
28
|
17937
|
January 16, 2021
|
Why some elements don't have height and width?
|
|
11
|
28074
|
December 22, 2023
|
Can the text align-property only be used to align text or can we use it to align other content as well?
|
|
15
|
26556
|
December 19, 2023
|
Why are there no units on the flex-grow value?
|
|
11
|
9304
|
August 1, 2021
|
What does the “cascading” in CSS mean?
|
|
22
|
100474
|
November 15, 2020
|
Default values for box model properties
|
|
9
|
16739
|
October 21, 2024
|
What other shapes can I make using CSS?
|
|
1
|
4918
|
October 17, 2021
|
Why do my flex items looked stretched?
|
|
7
|
12697
|
August 16, 2021
|
How do I link my HTML and CSS?
|
|
19
|
32126
|
April 26, 2021
|
Can classes be used as a page anchors in a similar way to ids?
|
|
1
|
24013
|
January 4, 2021
|
In CSS, can we select any HTML element by using its tag name as demonstrated in this exercise?
|
|
16
|
24717
|
June 27, 2020
|
What's the difference between display: inline; and display: inline-block;?
|
|
20
|
6756
|
May 11, 2024
|
What is an overlay effect?
|
|
15
|
22418
|
January 31, 2024
|
Should we always use the flex property instead of flex-grow, flex-shrink, and flex-basis properties individually?
|
|
5
|
8589
|
July 10, 2023
|
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?
|
|
12
|
23111
|
August 25, 2022
|
Can we use flex-wrap and flex-shrink on the same flex container?
|
|
11
|
13409
|
June 9, 2022
|
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
|
22498
|
December 19, 2020
|
Min/max-width/height on text elements vs just font size
|
|
13
|
17972
|
December 27, 2023
|
Does the order the of the <link> elements matter?
|
|
7
|
8810
|
June 6, 2023
|
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
|
25069
|
March 21, 2021
|
Does align-content override the vertical/horizontal margins on flex items?
|
|
15
|
8456
|
November 18, 2022
|
Can the `<link>` tag be used to link files aside from CSS to our HTML document?
|
|
4
|
12799
|
September 23, 2020
|
How many fallback fonts should I have?
|
|
0
|
3763
|
September 22, 2018
|
What other common CSS syntax errors should I look out for?
|
|
4
|
4248
|
July 20, 2024
|