DEV Community

Andy Chen
Andy Chen

Posted on

"The Joy of Coding" - Live Coding - HTML/JQUERY/CSS

https://zoom.us/rec/share/Z-qXD24j2rv9S6c7MG70nPvWOwlXev4PAHSE78VqJ01nG7ZuuE0D6dJr9zTtExg.xv2OkdOwTfvZieDq

Access Passcode: A.c9S?8f

Notes:

  • can be anything
  • border-radius (makes squares round),
  • to center something -> position absolute
  • left: 50% - puts the circle in the middle
  • absolutely positioned leaves being left 0, top 0 and being a class of div will make it only absolutely positioned to tree
  • TIL zindex converts z axis
  • In CSS: /* . is for class, #is id div is just div */

Top comments (0)