un poco turbio
This commit is contained in:
@@ -3,13 +3,35 @@ section.title{
|
||||
justify-content:center;
|
||||
-webkit-justify-content:center;
|
||||
}
|
||||
article.title{
|
||||
flex:2;
|
||||
}
|
||||
article.title> p {
|
||||
font-size:3em;
|
||||
color:black;;
|
||||
font-weight:bold;
|
||||
margin:10px;
|
||||
text-align:center;
|
||||
}
|
||||
article.bcast{
|
||||
flex:1;
|
||||
border: 1px solid red;
|
||||
box-sizing: border-box;
|
||||
border-radius: 6px;
|
||||
margin:30px;
|
||||
padding:5px;
|
||||
background-color:white;
|
||||
}
|
||||
article.bcast > form > div >*{
|
||||
width:100%;
|
||||
}
|
||||
article.bcast > form > div >input{
|
||||
min-height: 30px;
|
||||
margin-top: 6px;
|
||||
}
|
||||
#gpass{
|
||||
color:white;
|
||||
font-size:1.5em;
|
||||
}
|
||||
section.radio{
|
||||
justify-content:center;
|
||||
-webkit-justify-content:center;
|
||||
@@ -46,8 +68,6 @@ div.cont p{
|
||||
margin:1px 3px;;
|
||||
}
|
||||
|
||||
|
||||
|
||||
article.rmod{
|
||||
flex:1;
|
||||
margin:30px;
|
||||
|
||||
Reference in New Issue
Block a user