CSS Tutorial

PHOTO EMBED

Tue Feb 08 2022 12:26:42 GMT+0000 (Coordinated Universal Time)

Saved by @Arjun007 #html #css #javascript #java #python #jquery

<!DOCTYPE html>
  <html>
  <head>
  <style>
  body {
    background-color: lightpink;
  }
  
  h1 {
    color: yellow;
    text-align: center;
  }
  
  p {
    font-family: roboto;
    font-size: 27px;
  }
  </style>
  </head>
  <body>
  
  <h1>My First CSS Example</h1>
  <p>This is a paragraph.</p>
  
  </body>
  </html>
  
content_copyCOPY

In This CSS Tutorial we are going to learn add text colors and add different fonts,and add backgrounds and many more.

https://elementtutorials.com/css/css-tutorial.html