Please help me with this CSS 😔 Tell me anything you notice that can be improved, I want to learn🤗
I am new to CSS and I am trying to make something to practice: https://code.sololearn.com/WQEU5pzXXSPn/?ref=app I am stuck on making a 🌊wave 🌊 I tried something, but was not going to be a good looking wave. So looking for some example on using CSS to create shapes I found the before:: and after:: properties. I tried to implement a before:: but it doesn't display. Can you help me with that? Also I am only using the phone so I don't know how it will look like in other devices. I am using vw and vh as main units in the hope they scale proportionally the whole thing in bigger screens. Is it better that I use only pixels instead so that I know exactly how it will look on bigger screens? Another thing I would like to know is whether it's fine to have a sky with no position. Another one: I made 2 moons sovrapposed, the yellow one is semi-transparent and placed over a silver one. Is there a way to have the same effect with only one moon? Like having two background colors, one of them semi-transparent.