54 lines
1.1 KiB
CSS
54 lines
1.1 KiB
CSS
body {
|
|
background-color: #205499;
|
|
color: rgb(255, 255, 255);
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
margin: 0;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
input {
|
|
background-color: rgb(14, 32, 134);
|
|
border: none;
|
|
padding: 0.2rem;
|
|
color: white;
|
|
border-radius: 0.2rem;
|
|
}
|
|
|
|
button {
|
|
padding: 0.2rem;
|
|
border-radius: 0.2rem;
|
|
border: none;
|
|
}
|
|
::-webkit-input-placeholder {
|
|
color: rgba(0, 162, 255, 0.808);
|
|
}
|
|
.fsd {
|
|
width: fit-content;
|
|
margin: auto;
|
|
padding: 20px;
|
|
background-color: #1d69ce;
|
|
border: 10px solid #154583;
|
|
border-radius: 0.5rem;
|
|
}
|
|
.fgd {
|
|
background-color: #1d69ce;
|
|
text-align: center;
|
|
padding-bottom: 0.005rem;
|
|
padding-top: 0.005rem;
|
|
margin-bottom: 30px;
|
|
font-size: 1.4rem;
|
|
|
|
}
|
|
.result {
|
|
background-color: #0f75fa;
|
|
padding: 0px 5px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
border: 4px solid #154583;
|
|
color: rgb(255, 255, 255);
|
|
border-radius: 0.5rem;
|
|
}
|
|
#result{
|
|
font-size: 2rem;
|
|
margin: 15px 0px;
|
|
} |