World Clocks
World Clocks
Loading…
Temperature Converter
Temperature Converter
Address and GPS Converter
Address to GPS Converter
body {
font-family: Arial, sans-serif;
}
#converter-container {
margin-top: 50px;
display: flex;
flex-direction: column;
align-items: center;
border: 2px solid #333;
padding: 20px;
border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
label {
margin-right: 10px;
}
.output-container {
margin-top: 20px;
font-size: 24px;
color: white;
background-color: #333;
padding: 10px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
#convert-button, #copy-button {
margin-top: 10px;
padding: 10px 20px;
font-size: 16px;
background-color: #333;
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
}
#convert-button:hover, #copy-button:hover {
background-color: #555;
}