This repository was archived by the owner on Dec 3, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -99,18 +99,26 @@ Also we will go into the DOM and file structure. There will be time spent on why
99
99
* File structure, external links
100
100
* How to find information on the web
101
101
* Task: find some info about a certain topic in groups of 2, present to each other
102
- * Sizes in CSS: relative and absolute sizes
102
+ * Choose one of the following subjects, look up how it works and implement it in a webpage
103
+ * CSS transitions
104
+ * CSS animations with keyframes
105
+ * SVG
106
+ * Dropdown menu in CSS
107
+ * flex-box
103
108
104
109
## Homework
105
110
106
- ### Exercises:
107
-
108
111
### Assignment:
109
- * Choose one of the following subjects, look up how it works and implement it in a webpage
110
- * CSS transitions
111
- * CSS animations with keyframes
112
- * SVG
113
- * Dropdown menu in CSS?
114
- * Using external fonts or icon packs?
115
- * Bootstrap
116
- * [ more options?]
112
+ * Make a website that contains:
113
+ * A responsive grid made with flex-box
114
+ * A responsive grid made with CSS3 columns
115
+ * A responsive grid made with float left
116
+ * An animation using CSS keyframes
117
+ * Optional: use a SVG
118
+ * BEFORE you hand it in, read the Style guide again and check your files
119
+
120
+
121
+ ### Exercises:
122
+ * <a href =" https://www.sololearn.com/Course/JavaScript/ " >Intro Javascript </a >
123
+ * First 16 Basic JavaScript assignments on <a href =" https://www.freecodecamp.com/challenges/comment-your-javascript-code " > FreeCodeCamp </a >
124
+
You can’t perform that action at this time.
0 commit comments