2022.06.08 覚書 / 2022.06.08 memo's
自分が参考になったブログの紹介します。 / Here are some blogs that I found helpful.
Angular
You probably know :hover, :focus, and :active pseudo-classes.
— Cory House (@housecor) 2022年6月7日
Here’s some lesser-known CSS 3 selectors:
:required
:optional
:valid
:invalid
:in-range
:out-of-range
:enabled
:disabled
:checked
:indeterminate
:default
These are handy for styling form inputs.
Design
HTTP
TypeScript
Web