-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
89 lines (79 loc) · 1.19 KB
/
index.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#logo{
width: 15%;
min-width: 150px;
height: 15%;
display: block;
margin: 0 auto;
padding-top: 20px;
}
h1{
text-align: center;
color: #6EBDB7;
}
body{
background-color: #f8f8f8;
font-family: sans serif;
}
input{
border:2px solid #6EBDB7;
display: block;
width: 90%;
max-width: 250px;
max-height: 30px;
height: 30px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 10px;
font-size: 18px;
border-radius: 5px;
}
.su, .li{
display: block;
margin: 0 auto;
padding: 25px;
width:25%;
min-width: 250px;
border:3px solid #5992DC;
border-radius: 10px;
background-color: #F5F5F5;
height: 90%;
min-height: 90%;
}
#live, #livp,
#suvn, #suve,
#suvp, #suvcp,#suvu{
color:red;
margin-left:20px;
margin-top: -5px;
font-family: Arial, sans-serif;
display: none;
}
#LoginButton{
margin-bottom: 10px;
width: 90%;
min-width: 100px;
}
#suSignupButton{
margin-bottom: 8px;
width: 90%;
min-width: 100px;
}
#SignupButton{
width: 90%;
min-width: 100px;
}
#sucancel{
width: 90%;
min-width: 100px;
}
button{
border:2px solid #6EBDB7;
border-radius: 50px;
font-size: 22px;
display: block;
margin: 0 auto;
color: #5992DC;
background-color: #fff;
margin-top: 10px;
}