Answers for "simple html css"

1

css example

body {
  background-color: #282c34;
  color: white;
  padding: 40px;
  font-family: Arial;
  text-align: center;
}
Posted by: Guest on May-30-2021
3

how to style body using css

body {
  /*type your styling here*/
}
Posted by: Guest on May-30-2020
0

css example

#description{
    font-size: 30px;
    color:#21CF31;
}
body{
    text-align: center;
    background-image:linear-gradient(to right,#B5BE27,pink)
}
.header{
    color:#1E2AC8;
}
Posted by: Guest on August-31-2021

Browse Popular Code Answers by Language