Facebook
From Makkie_aguh, 3 Years ago, written in CSS.
This paste is a reply to Re: Re: Form Assignment from Makkie_aguh - go back
Embed
Viewing differences between Re: Re: Form Assignment and Re: Re: Re: Form Assignment
body{
    background-color: rgba(255, 136, 0, 0.938);
text-align: center;
align-content: center;
}

div{
    padding-left:20px;
    margin-left:200px;
    padding-right: 20px;
    color: white;
}

.container{
    width: 15cm;
    height: 10cm;
    border-style: solid;
    border-color: white;
    
border-color:wheat;
    
border-width: 5px;
2px;
    border-radius: 10px;
    margin-left: 300px;
    margin-top: 200px;
    margin-right: 300px;
}
form{
    font-family: Arial;
    font-size: 1.5rem;
}
#country{
    font-size: 1.5rem;
    height: 3rem;
    width: 20rem;
    padding-left: 5px;
    margin-left: 20px;
    margin-top: 60px;
    
}
#state{
    font-size: 1.5rem;
    width: 20rem;
    height: 3rem;
    padding-left: 5px;
    margin-left: 48px;
}

}
#district{
    font-size: 1.5rem;
    width: 20rem;
    height: 3rem;
    padding-left: 5px;
    margin-left: 33px;
}
button{
    font-size: 1.5rem;
    width: 20rem;
    height: 3rem;  
    padding-left: 5px;
margin-left: 196px;
color: black;
}