Get the code of CSS basic tutorial and watch video tutorials. You can practice using our code editor. Our practical guide will make your learning journey much easier. You can explore the tutorial and learn.
<h1>Welcome to CSS..</h1>h1 {
text-align: center;
font-size: 30px;
background: blue;
font-style: italic;
padding: 15px;
color: white;
}