You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Week1/MAKEME.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
* Where can we write it and what difference does that make?
19
19
* Selectors (id, class, element type), properties
20
20
* How to structure a CSS file
21
-
* Naming things
21
+
* Naming conventions
22
22
* Validating CSS
23
23
* External files: relative and absolute paths
24
24
* Getting to know your text editor
@@ -63,7 +63,7 @@ Read about [HTML5](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5
63
63
* img
64
64
* p
65
65
* Some CSS properties: margin, padding
66
-
* Make sure that you page looks nice, and that your text is readable
66
+
* Make sure that you page looks nice, and that your text is readable & accessible (ARIA)
67
67
* upload in a zip
68
68
* BEFORE you hand it in, read the [Style guide](http://www.w3schools.com/html/html5_syntax.asp) and check your files (you can also use the [HTML validator](https://validator.w3.org)).
0 commit comments