blitzergrayson wrote:
I am to design my website. But i only knew html process. It is good? But I hate CSS. So complicated.
You can't "design" a website without CSS. Actually, CSS is not that scary.
Instead of learning all possible properties and values of a selector (HTML element), you should learn only the basic properties first.
This will help you to understand the concept easily and master CSS gradually.
First, in my opinion, you should learn
- font styling,
- margin and padding,
- background,
Then move on to layout techniques. Start with flex-box and then gradually move on.