-
Notifications
You must be signed in to change notification settings - Fork 3
/
create.css
59 lines (51 loc) · 890 Bytes
/
create.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.Login {
width: 15%;
font-size: 13px;
margin-left: 2%;
margin-top: 6%;
/* border: 1px solid black; */
}
.Container {
width: 100%;
height: 650px;
margin: auto;
margin-top: 2%;
margin-bottom: 5%;
/* border: 1px solid green; */
}
.Poster {
width: 100%;
height: 120px;
/* border: 1px solid yellow; */
}
.img {
width: 100%;
height: 100%;
}
#container1{
/* border: 1px solid black; */
/* margin-left: 550px; */
margin:auto;
height: auto;
width: 300px;
}
.signUpLast{
margin: auto;
}
.signUpLast>p{
/* border: 1px solid black; */
/* margin-left: 500px; */
margin: auto;
text-align: center;
}
.signUpLast1>p{
/* border: 1px solid black; */
/* margin-left: 410px; */
margin: auto;
font-size: small;
text-align: center;
}
input{
height: 20px;
width: 100%
}