Starting css

EMBED

Saved by @SUMON #css

Step 0: Css starts for begining design

body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}
content_copyCOPY

Step 1: Css starts for begining design

body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}
content_copyCOPY

Need css for designed

https://www.w3schools.com/,