CSS HOME:
CSS is the language we use to style an HTML document.
CSS describes how HTML elements should be displayed.
This tutorial will teach you CSS from basic to advanced.
Examples in Each Chapter
This CSS tutorial contains hundreds of CSS examples.
Please try your own editor.
body {
background-color: lightblue;
}
h1 {
color: white;
text-align: center;
}
p {
font-family: verdana;
font-size: 20px;
}
That is the basic code of CSS.
Please try to your own code editor.
3 মন্তব্যসমূহ
Sir thats really good
উত্তরমুছুনThank you
উত্তরমুছুন❤❤❤❤❤❤❤
উত্তরমুছুন