sign-detection-gesture/assests/upload.css
2025-12-22 11:30:58 -08:00

81 lines
No EOL
1.3 KiB
CSS

html{
box-sizing: border-box;
scroll-behavior: smooth;
}
/* ----------------Header---------------------- */
body{
background-color: rgba(97,76,238,255);
}
header{
margin-left: auto;
margin-right: auto;
width: 90%;
margin-top: 80px;
}
header h1{
color: white;
font-size: 60px;
text-align: center;
}
/* form{
margin-top: 160px;
margin-left: auto;
margin-right: auto;
width: 60%;
background-color: azure;
} */
/* button{
margin-left: auto;
margin-right: auto;
text-align: center;
} */
/* .Butto_n{ */
/* margin-left: auto;
margin-right: auto; */
/* text-align: center; */
/* } */
/* .Butto_n{
background-color: #04AA6D;
border: none;
color: white;
padding: 16px 32px;
text-decoration: none;
margin: 4px 2px;
cursor: pointer;
} */
form{
margin-top: 350px;
}
.button {
border: none;
color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 36px;
margin: 4px 2px;
cursor: pointer;
border-radius: 12px;
background-color: white;
}
.Butto_n{
text-align: center;
margin-left: auto;
margin-right: auto;
}
main h2{
color: white;
text-align: center;
font-size: 40px;
}