Commit eac81a4c by Edvan

eu modifiquei

parent 325235a7
body { body {
background-color: #f4f4f4; font-family: Arial;
font-family: Arial, sans-serif; background: #f4f4f4;
margin: 0;
} }
h1 { .topo {
color: #2c3e50; background: #2d6a4f;
color: white;
padding: 15px;
text-align: center; text-align: center;
} }
nav a {
color: white;
margin: 10px;
text-decoration: none;
font-weight: bold;
}
.container {
width: 80%;
margin: 20px auto;
}
table {
width: 100%;
border-collapse: collapse;
background: white;
}
th {
background: #40916c;
color: white;
}
th, td {
padding: 10px;
text-align: center;
}
tr:nth-child(even) {
background: #f1f1f1;
}
button {
background: #2d6a4f;
color: white;
border: none;
padding: 10px;
cursor: pointer;
}
button:hover {
background: #1b4332;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment