test / styles.css
themtj's picture
Upload 3 files
15c2e09 verified
raw
history blame contribute delete
407 Bytes
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
color: #333;
text-align: center;
padding: 50px;
}
h1 {
color: #007BFF;
}
button {
padding: 10px 20px;
font-size: 16px;
background-color: #007BFF;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
button:hover {
background-color: #0056b3;
}