Skip to content

Commit 85534c1

Browse files
committed
update web design page
1 parent af32a77 commit 85534c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/pages/04-web-development/15-web-design.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ this short list as my absolute favorites that help developers become
109109
gives guidance to less aesthetically-inclined folks like myself who
110110
need rules for picking groups of colors to use together in your designs.
111111

112+
* [Styling HTML checkboxes is hard - here's why](https://areknawo.com/styling-html-checkboxes-is-hard-heres-why/)
113+
explains why form elements like checkboxes are more difficult to style
114+
than other [HTML](/hypertext-markup-language-html.html) elements,
115+
The post shows how to perform the styling in various ways such as
116+
[CSS](/cascading-style-sheets.html)-only and then with
117+
[JavaScript](/javascript.html) plus CSS.
118+
112119
* [13 Terrible Web Trends From the 90s, and How to Recreate Them](https://envato.com/blog/13-terrible-web-trends-90s-recreate/)
113120
revisits a simpler and perhaps more... ugly time on the web where designs
114121
were a bit out of control. Learn more about the history of web design and

0 commit comments

Comments
 (0)