File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
content/pages/04-web-development Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ this short list as my absolute favorites that help developers become
9999 hexadecimal values, red-green-blue (RGB) and
100100 Hue-Saturation-Lightness (HSL).
101101
102+ * [ 13 Terrible Web Trends From the 90s, and How to Recreate Them] ( https://envato.com/blog/13-terrible-web-trends-90s-recreate/ )
103+ revisits a simpler and perhaps more... ugly time on the web where designs
104+ were a bit out of control. Learn more about the history of web design and
105+ styling techniques with this hilarious but useful blog post.
106+
102107
103108### Checklists and design guidelines
104109* [ Frontend Guidelines] ( https://github.com/bendc/frontend-guidelines ) is
Original file line number Diff line number Diff line change @@ -149,6 +149,14 @@ web application's design.
149149 the designs can still be seen in their current site's presentation such
150150 as the top navigation of Apple's 2001 site.
151151
152+ * [ The invisible parts of CSS] ( https://www.madebymike.com.au/writing/the-invisible-parts-of-css/ )
153+ asks the question "can you describe what the ` display:block ` property
154+ and value do? Most developers would have some sense of what it is for
155+ but could not explain it to someone else beyond that. The article helps
156+ fix this situation with ` display ` as well as other less visible properties
157+ such as floats and ` auto ` width.
158+
159+
152160* [ Improving Your CSS with Parker] ( https://csswizardry.com/2016/06/improving-your-css-with-parker/ )
153161 shows how to use the static CSS analysis tool
154162 [ Parker] ( https://github.com/katiefenn/parker/ ) to improve your stylesheets.
You can’t perform that action at this time.
0 commit comments