LAC.CSS

PHOTO EMBED

Wed Jan 19 2022 14:41:37 GMT+0000 (Coordinated Universal Time)

Saved by @webCycle

body{
    font-family: cursive;
    text-align: center;
    margin: 0;
    padding: 0;
}
body h2{
    font-size: 40px;
    text-align: center;
}
form{
    text-align: center;
    font-size: 20px;
    
}
button{
    font-size: 18px;
    background-color: aqua;
    border-radius: 30%;
    
}
button:hover{
    cursor: pointer;
    letter-spacing: 3px;
   background-color:#5AC6AC;
    color: white;
    border-color: white;
}
input
{
    height: 25px;
    width: 450px;
    border-color: aqua;
  
    
}
content_copyCOPY