Cascading Style Sheet (CSS) is a style sheet language used to design essential HTML elements. It includes giving colors to different HTML elements and building some shapes using CSS.
Actually, there are three different ways to add CSS to your webpage. First, let’s look at inline CSS.
Create a paragraph tag and put a sentence in it. As the topic says that it’s inline CSS, it means that we are going to apply styles inside the line.
This will make the text size double. You can also specify pixels.
Try styling an H1 tag. (Font size is relative to the default paragraph size and an actual h1 tag is 250% bigger than the normal paragraph font)
You can also change the background color of the webpage or any other element by using the property “background-color”.
Hi. I am Tarun and I'm teaching my friends about CSS in this video. I hope you enjoy the learning process and if you do then don't forget to have fun while learning to code with @lazysynatx
Notes:
1. Introduction to CSS
https://medium.com/learn-web-development-n...
2. Inline CSS, Color, Font Size, Background Color
https://medium.com/learn-web-development-n...
In the next video we will cover the following:
~ Internal, External CSS
Join FREE Live Classes:
https://t.me/LAZY_SYNTAX
Check out the entire playlist here 👇
• Web Design Bootcamp
Social Media:
Instagram: https://www.instagram.com/lazysyntax/
Facebook: https://www.facebook.com/lazysyntax/
Twitter: https://www.twitter.com/lazysyntax/
Tags:
#css #fontsize #color #backgroundcolor #inlinecss