body {
font-family: Arial, sans-serif;
background-color: #f3f4f6; /* Lighter background for better contrast */
margin: 0;
padding: 0;
}
section {
max-width: 600px;
margin: 20px auto;
padding: 20px;
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
legend {
font-size: 1.2em;
font-weight: bold;
margin-bottom: 10px;
color: #ffffff;
background-color: #1e3a8a; /* Darker blue for contrast */
padding: 8px 12px;
border-radius: 4px;
}
table {
width: 100%;
margin-top: 10px;
border-collapse: collapse;
table-layout: fixed;
}
table td, table th {
padding: 8px;
border: 1px solid #e5e7eb; /* Light gray border */
text-align: center;
width: 33.33%;
color: #1f2937; /* Darker text color */
background-color: #f9fafb; /* Subtle background color for table cells */
}
.container_botoes button {
background-color: #2563eb; /* More vibrant blue */
color: #ffffff;
border: none;
padding: 5px 10px;
cursor: pointer;
border-radius: 4px;
transition: background-color 0.3s;
width: 90%;
box-sizing: border-box;
font-size: 12px;
}
.container_botoes button:hover {
background-color: #1d4ed8; /* Slightly darker blue on hover */
}
.container_result input {
width: 80px;
text-align: center;
font-weight: bold;
background-color: #f1f5f9; /* Light background for inputs */
border: 1px solid #cbd5e1; /* Soft gray border */
border-radius: 4px;
padding: 6px;
}
Calculadora de Horas: Uma Ferramenta Essencial para a Gestão de
Em um mundo cada vez mais acelerado, onde o tempo é um dos recursos mais valiosos, a gestãoeficiente das horas se tornou uma habilidade crucial. Seja para profissionais, estudantes ou…