[1] HTML/CSS basics, first layout

Β·

1 min read

Week [1]

In the last week I've joined a free frontend course for beginners on YouTube from awesome Ukrainian guy πŸ‡ΊπŸ‡¦.

So, what I've learned so far:

  • HTML div tag and others
  • HTML tags for content
  • HTML forms, input
  • basic CSS syntax, style reset
  • CSS font and text styles (font size, color, text shadow etc.)
  • CSS block's properties, padding, margin, display, opacity
  • CSS background (CSS background cheat sheet.)

And in the end of that was a task to code a very simple page or card. I did it, but it wasn't 100% accurate compare to a source layout.

image.png

Currently, I'm learning CSS pseudo-classes and pseudo-elements, and in the next week (I hope) I will start with FLEXBOX.

Stay tuned πŸ™‚

Β