File tree 4 files changed +29
-1
lines changed 4 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 9
9
08_lesson
10
10
09_lesson
11
11
10_lesson
12
- 11_lesson
12
+ 11_lesson
13
+ 12_lesson
Original file line number Diff line number Diff line change
1
+ @import url ("https://fonts.googleapis.com/css2?family=Roboto&display=swap" );
2
+
3
+ body {
4
+ font-family : "Roboto" , sans-serif;
5
+ font-size : 1.5rem ;
6
+ }
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+
4
+ < head >
5
+ < meta charset ="UTF-8 ">
6
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
8
+ < title > CSS Columns</ title >
9
+ < link rel ="stylesheet " href ="css/style.css ">
10
+ </ head >
11
+
12
+ < body >
13
+
14
+ </ body >
15
+
16
+ </ html >
Original file line number Diff line number Diff line change 46
46
- 🔗 [ Github Themes VS Code Extension] ( https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme )
47
47
- 🔗 [ W3C CSS Validator] ( https://jigsaw.w3.org/css-validator/ )
48
48
- 🔗 [ Specificity Calculator] ( https://specificity.keegan.st/ )
49
+ - 🔗 [ HTML Special Characters] ( https://unicode-table.com )
49
50
50
51
51
52
### 📚 References
58
59
- 🔗 [ MDN: Styling Lists] ( https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Styling_lists )
59
60
- 🔗 [ MDN: Display Property] ( https://developer.mozilla.org/en-US/docs/Web/CSS/display )
60
61
- 🔗 [ MDN: Floats] ( https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Floats )
62
+ - 🔗 [ MDN: Basic Concepts of MultiCol] ( https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Columns/Basic_Concepts_of_Multicol )
63
+ - 🔗 [ MDN: Margin Collapsing] ( https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing )
61
64
62
65
### 📚 Typography Resources:
63
66
- 🔗 [ MDN: Fundamental Text and Font Styling] ( https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Fundamentals )
64
67
- 🔗 [ CSSFontStack.com: Websafe Fonts] ( https://www.cssfontstack.com/ )
65
68
- 🔗 [ MDN: Styling Links] ( https://developer.mozilla.org/en-US/docs/Learn/CSS/Styling_text/Styling_links )
69
+ - 🔗 [ MDN: White-Space] ( https://developer.mozilla.org/en-US/docs/Web/CSS/white-space )
66
70
67
71
### 📚 Color Resources:
68
72
- 🔗 [ Coolors Contrast Checker] ( https://coolors.co/contrast-checker/112a46-acc8e5 )
102
106
- 🔗 [ Chapter 9 Starter Code] ( https://github.com/gitdagray/css_course/tree/main/09_lesson_starter )
103
107
- 🔗 [ Chapter 10 Starter Code] ( https://github.com/gitdagray/css_course/tree/main/10_lesson_starter )
104
108
- 🔗 [ Chapter 11 Starter Code] ( https://github.com/gitdagray/css_course/tree/main/11_lesson_starter )
109
+ - 🔗 [ Chapter 12 Starter Code] ( https://github.com/gitdagray/css_course/tree/main/12_lesson_starter )
105
110
106
111
You can’t perform that action at this time.
0 commit comments