css link here
theme
https://stephaniewalter.design/blog/portfolio-rework-part-1-animation-micro-interaction-svg/
https://csstriggers.com/table-layout
https://www.smashingmagazine.com/2019/03/css-alignment/
<form>
<input type=“email“ name=“email“> <button type=“submit“>Send</button>
</form>
<style>
form { display: grid; grid-template-columns: 1fr auto; }
</style>
https://codyhouse.co/blog/post/dark-light-switch-css-javascript
https://v6.robweychert.com/blog/2019/03/css-grid-sophisticated-partitioning/
https://codyhouse.co/blog/post/how-to-clipped-blurred-background-images-in-css
https://addyosmani.com/blog/lazy-loading/
https://freebiesupply.com/blog/css-photo-effects/
https://adam-marsden.co.uk/css-cheat-sheet
https://developer.mozilla.org/en-US/docs/Web/CSS/Adjacent_sibling_combinator
https://30-seconds.github.io/30-seconds-of-css/#transform-centering
Radio Button
https://freebiesupply.com/blog/css-radio-buttons/
Tables
https://freebiesupply.com/blog/css-tables/
https://codyhouse.co/blog/post/css-rounded-triangles-with-clip-path