[16] Back from procrastination

·

1 min read

Week №16:

  • Started to learn again from 14 of November.
  • Found out one of the basic CSS trick that I didn't know yet. We can make parent's class "position: relative" and child's class "position: absolute", and that will make our child's positioning relative to its parent.
  • Learned how to make figures with CSS, because I was needed to make a few triangles for my project.
  • Block elements inside inline and vise versa—are bad practices.
  • Ran through HTML and CSS basics again, this time with this site
  • Watched a couple of lessons about Google Chrome DevTools. A video from Fireship YouTube channel was the most useful.