un poco turbio

This commit is contained in:
mynah
2018-07-27 16:45:29 -05:00
parent a2567e8936
commit 6811b19471
16 changed files with 229 additions and 49 deletions

View File

@@ -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;