Dynamicmenu / static /css /styles.css
geethareddy's picture
Update static/css/styles.css
47d73b0 verified
raw
history blame
298 Bytes
body {
font-family: Arial, sans-serif;
background-color: #f7f7f7;
margin: 0;
padding: 0;
}
button {
background-color: #008cba;
color: white;
padding: 10px;
border: none;
border-radius: 5px;
cursor: pointer;
}
button:hover {
background-color: #005f5f;
}