@@ -21,6 +21,11 @@ Creating web pages with their own style and interactivity so users can easily
2121accomplish their tasks is a major part of building modern web applications.
2222
2323
24+ ## Getting started if you have no "eye" for design
25+
26+
27+
28+
2429## Designing for various screen sizes
2530Separating the content from the rules for how to display the content allows
2631devices to render the output differently based on factors such as screen size
@@ -50,7 +55,7 @@ this short list as my absolute favorites that help developers become
5055 page elements.
5156
5257* [ Resilient web design] ( https://resilientwebdesign.com/ ) is an incredible
53- online book that teaches how to create websitess that are accessible to
58+ online book that teaches how to create websites that are accessible to
5459 every reader and look great while doing it.
5560
5661* [ Design 101 for Developers] ( https://academy.realm.io/posts/christopher-downer-design-101-for-developers/ )
@@ -66,11 +71,6 @@ this short list as my absolute favorites that help developers become
6671 is a fantastic article from a professional designer on how he thinks
6772 about color and uses it for certain effects in his designs.
6873
69- * The [ Bootstrapping Design] ( http://bootstrappingdesign.com/ ) book is one of
70- the clearest and concise resources for learning design that I've ever read.
71- Highly recommended especially if you feel you have no design skills but
72- need to learn them.
73-
7474* [ Building dark mode on Stack Overflow] ( https://stackoverflow.blog/2020/03/31/building-dark-mode-on-stack-overflow/ )
7575 explains the thought process and work that the team at Stack Overflow
7676 had to do with colors, styling and the code implementation so they
0 commit comments