→ Tool Tips
→ Object Fit
→ Buttons
→ Variables
→ Box-sizing
→ Media Queries
♦️4. Heart of CSS
Now after learning the Major of CSS which is used in every fifth line of code Its time to know about the heart of CSS Which has made the life of developer so much easier
When you are learning the above CSS it is good for the developer to practise these topics as challenges
you can do practise on websites like
→ Codepen. io
→ cssbattle. dev
5/9
♦️6. Dont Rush
It was just first phase of learning we learn CSS in multiple phases
Practise your CSS Knowlege my making landing pages and clones of different websites
This will help you understand how we code clean and will extract your creativity for furthur projects
6/9
Continuing..
Best way to practise is watching youtube videos which create whole website in one single video
When you watch and create you get to know the actual coding approach to be a good developer.
♦️7.Responsive Design
Now that you have Created 4-6 personal projects and cloned atleast 2 Website like youtube,spotify twitter
Its time to make them support on mobiles and tablets too
you create this by learning @mediaqueries and responsive techinques
7/9
♦️8.Create personal Projects
Create projects of your own to be fluent at coding CSS and HTML
Create your Portfolio site,Blog Page,Clones
Copy other people's Projects and Break them down and see what is that missing in your knowlege and try building that on your own
8/9
AND BOOM🚀
You have learned Respectabe amount of CSS
and now you can move to Javascript
Make sure revising CSS although Google is just one click away😉
9/9
Thankyou for reading..
Hey Myself Harsh✨
I talk about 💁
💟-Web
⚡️-Tools,Tricks for Webdevelopment
📚-Programming Facts
If you liked it,then you can follow me here.. @harsh_kashiwal
• • •
Missing some Tweet in this thread? You can try to
force a refresh
When we create a fresh project browser assign some default style to the elements
And before moving further it is our duty to Reset or Clear all the CSS before beginning the work
1/10
🖌️2. Html Style
The very first tag to start loading with properties is HTML tag
We add multiple default properties throughout the page like scroll-behavior,background-color,color, etc.