Upload files to "lab"

This commit is contained in:
2025-10-27 12:26:29 -05:00
parent 6083fced21
commit 53cdaa3037
5 changed files with 121 additions and 0 deletions

54
lab/styles.css Normal file
View File

@@ -0,0 +1,54 @@
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;
}