Question: How can I make my CSS look like this ? body { font - family: Arial, sans - serif; } h 1 , h 2

How can I make my CSS look like this ?
body {
font-family: Arial, sans-serif;
}
h1, h2{
color: #333;
}
ul {
list-style-type: none;
padding: 0;
}
li {
padding: 8px;
background: #f9f9f9;
margin-bottom: 5px;
cursor: pointer;
}
li:hover {
background: #ececec;
}
button {
margin-top: 10px;
padding: 10px 20px;
background: #007BFF;
color: white;
border: none;
cursor: pointer;
}
button:hover {
background: #0056b3;
}
 How can I make my CSS look like this ? body

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!