My Password-generator web-app
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

33 lines
479 B

body{
text-align: center;
text-shadow: 5px;
background-color: #CAD2D0;
font-size: 20px;
}
.container{
margin-top: 50px;
padding-bottom: 10px;
}
#submit{
margin-top: 20px;
}
#output{
/* margin-top:50px; */
width: 460px;
height: 50px; /*100px;*/
resize: none;
}
#output_label{
margin-top:50px;
}
#invalid_value{
color: red;
}
.check{
width: 20px;
height:20px;
}
.langch{
color:blue;
}