Can all fonts be bolded with the `font-weight` property?
|
|
15
|
22341
|
February 7, 2024
|
Why do we use maximum width 100% to see a full image and not minimum width?
|
|
42
|
25599
|
September 18, 2024
|
Can we use flex-flow with a single value?
|
|
8
|
9760
|
August 14, 2023
|
What positioning values should I be familiar with?
|
|
1
|
6473
|
April 6, 2020
|
Margin in the box model
|
|
21
|
16713
|
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
|
11749
|
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
|
17954
|
January 16, 2021
|
Why some elements don't have height and width?
|
|
11
|
28126
|
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
|
26605
|
December 19, 2023
|
Why are there no units on the flex-grow value?
|
|
11
|
9322
|
August 1, 2021
|
What does the “cascading” in CSS mean?
|
|
22
|
101354
|
November 15, 2020
|
Default values for box model properties
|
|
9
|
16746
|
October 21, 2024
|
What other shapes can I make using CSS?
|
|
1
|
4922
|
October 17, 2021
|
Why do my flex items looked stretched?
|
|
7
|
12839
|
August 16, 2021
|
How do I link my HTML and CSS?
|
|
19
|
32448
|
April 26, 2021
|
Can classes be used as a page anchors in a similar way to ids?
|
|
1
|
24273
|
January 4, 2021
|
In CSS, can we select any HTML element by using its tag name as demonstrated in this exercise?
|
|
16
|
24783
|
June 27, 2020
|
What's the difference between display: inline; and display: inline-block;?
|
|
20
|
6794
|
May 11, 2024
|
What is an overlay effect?
|
|
15
|
22491
|
January 31, 2024
|
Should we always use the flex property instead of flex-grow, flex-shrink, and flex-basis properties individually?
|
|
5
|
8600
|
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
|
23140
|
August 25, 2022
|
Can we use flex-wrap and flex-shrink on the same flex container?
|
|
11
|
13498
|
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
|
22531
|
December 19, 2020
|
Min/max-width/height on text elements vs just font size
|
|
13
|
18000
|
December 27, 2023
|
Does the order the of the <link> elements matter?
|
|
7
|
8895
|
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
|
25099
|
March 21, 2021
|
Does align-content override the vertical/horizontal margins on flex items?
|
|
15
|
8488
|
November 18, 2022
|
Can the `<link>` tag be used to link files aside from CSS to our HTML document?
|
|
4
|
12808
|
September 23, 2020
|
How many fallback fonts should I have?
|
|
0
|
3767
|
September 22, 2018
|
What other common CSS syntax errors should I look out for?
|
|
4
|
4286
|
July 20, 2024
|