Answers for "html and css example"

1

css example

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

how to add css to html

<link rel="stylesheet" href="hi.css">
Posted by: Guest on July-01-2020

Browse Popular Code Answers by Language