
CSS stands for Cascading Styles Sheet
h1{
color: blue;
}
blah blah blah
Inside opening tag
Write in head element. Only exits in that page
Make app.css named file in same directory where you write all of CSS code in same place and if you change in one place the changes effects on all over webpages
p {
color: magenta;
font-size: 30px;
}
And then link to the web page with this code
Rel mean relationship and href means link
#hamburger-button {
width: 30px;
height: 50px;.
border-radius: 20px;
background: rgb(250, 25, 250);
position: relative;
}
The p selects all the paragraph of the webpage.
There is named of all elements like h1, h2 a, p etc.
You can learn more about selectors in next parts
Ghulam Ahmad is an Excellent Writer, His magical words added value in growth of our life. Highly Recommended
- Fazal Rehman Tweet