Untitled
unknown
css
9 months ago
2.5 kB
7
Indexable
body{
background-color: #EEDDAA;
}
.titulo_compra{
color: #2255AA;
font-size: 20px;
margin-left: 20px;
}
.meiuca{
display: flex;
flex-direction: row;
justify-content: space-around
}
.campo_mid{
border: 1px solid black;
width: 60%;
background-color: #FFFFBB;
}
.campo_compra{
width: 90%;
display: flex;
flex-direction: column;
margin: 0px 20px 20px 20px;
}
.campo_nome{
width: 80%;
border-radius: 5px;
border: 1px grey;
}
.campo_email{
width: 80%;
border-radius: 5px;
border: 1px grey;
}
.textoarea{
height: 60px;
}
.campo_tel{
width: 25%;
border-radius: 5px;
border: 1px grey;
}
.campo_cel{
width: 25%;
margin-left: 7px;
border-radius: 5px;
border: 1px grey;
}
.container{
margin-top: 10px;
}
.campo2{
display: flex;
height: 40px;
width: 90%;
position: relative;
left: 10px;
}
.conteudo_genero{
display: flex;
flex-direction: row;
margin-right: 5px;
}
.nome_botao{
padding-top: 10px;
margin-left: 3px;
}
.divisao{
display: flex;
gap: 10px;
margin-top: 10px;
}
.separar{
display: flex;
flex-direction: column;
}
.nascimento{
position: relative;
height: 40px;
top: 20px;
width: 90%;
left: 10px;
}
.enquadrar{
position: relative;
bottom: 40px;
}
.botao_selecao{
width: 210px;
border-radius: 5px;
height: 25px;
}
.botao_comprar{
height: 25px;
}
.alinhar{
display: flex;
gap: 5px;
margin-top: 5px;
}
.area_info{
position: relative;
height: 130px;
width: 200px;
margin-left: 20px;
bottom: 10px;
}
.divisao_cartao{
display: flex;
flex-direction: column;
}
.conteudo_bandeira{
display: flex;
}
fieldset{
color:#2255AA;
}
.field_cartao{
height: 80px;
}
.separacao_final{
display: flex;
flex-direction: row;
margin-top: 10px;
}
.botao_validade{
width: 20px;
}
.botao_validade2{
width: 50px;
}
.valore{
display: flex;
gap: 4px;
justify-content: flex-end;
}
.botao_valor{
width: 60px;
border-radius: 10px;
border-color: gray;
}
.divisao_final{
display:flex ;
gap: 5px;
justify-content: flex-end;
margin-right: 10px;
margin-bottom: 10px;
border-radius: 10px;
}Editor is loading...
Leave a Comment