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.
53 lines
817 B
53 lines
817 B
.alert{
|
|
background-color: #444444;
|
|
display: inline-block;
|
|
width: 95%;
|
|
padding: 5px 55px 5px 10px;
|
|
margin-bottom: 5px;
|
|
margin-top: 5px;
|
|
color: orange;
|
|
}
|
|
.movie-container{
|
|
margin-left: 5%;
|
|
}
|
|
.movie{
|
|
border: 1px black solid;
|
|
width: 30%;
|
|
min-width: 30%;
|
|
display: inline-block;
|
|
}
|
|
.movielisting{
|
|
float:left;
|
|
margin: 0px 8px 0px 8px;
|
|
}
|
|
.container{
|
|
display:block;
|
|
margin-top: 5px;
|
|
}
|
|
.loginform{
|
|
margin: 0 auto;
|
|
display:block;
|
|
/*background-color:black;
|
|
color:white;*/
|
|
width:320px;
|
|
}
|
|
.giantbutton{
|
|
font-family: Verdana;
|
|
color: white;
|
|
background-color: dodgerblue;
|
|
border: none;
|
|
font-size: 12px;
|
|
border-radius: 5px;
|
|
padding: 10px 30px;
|
|
}
|
|
.textform{
|
|
margin-bottom:24px;
|
|
width:100%;
|
|
height:24px;
|
|
font-size: 32px;
|
|
}
|
|
.loginform label{
|
|
font-weight:bold;
|
|
display:block;
|
|
padding-bottom:4px;
|
|
} |