-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex - Copy.css
More file actions
139 lines (134 loc) · 2.4 KB
/
index - Copy.css
File metadata and controls
139 lines (134 loc) · 2.4 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
*{
margin:0;
padding: 0;
}
.body{
border: 3px solid black;
}
.seva{
background-image: url("images/background1.jpg");
text-align: center;
text-transform: uppercase;
color: beige;
justify-content: center;
font-size: 100px;
}
.ulist{
display:flex;
align-items: center;
justify-content: center;
}
.ulist li a{
text-decoration: none;
padding: 100px;
color: beige;
}
.ulist li{
list-style: none;
}
.logo{
width:20%;
display:flex;
justify-content: center;
align-items: center;
}
.logo img{
width:33%;
border:3px solid white;
border-radius: 200px;
}
.navigation{
background-color: black;
}
.intinfo{
color: black;
font-size: 20px;
}
.content{
display:flex;
}
.login{
width: 1500px;
text-align: center;
justify-content: center;
margin-top:px;
background-image: url("images/loginpage.png");
border: 10px solid black;
}
.login1{
margin-top: 20px;
font-size: 30px;
text-transform: uppercase;
}
.loginpage input{
padding-top: 5px;
justify-self: center;
}
.img{
width: 23%;
border: 3px solid black;
}
.intro{
background-image: url("images/loginpage.png");
border: 10px solid black;
}
#introduce{
text-align: center;
font-size: 20px;
justify-content: center;
text-transform: uppercase;
color: black;
}
.registration{
margin-left: 159px;
border: 6px solid black;
border-radius: 10px;
background-color: black;
color: beige;
}
.information{
border: 3px solid black;
width: 300px;
margin-left:70px ;
}
.information li{
margin-left: 100px;
justify-content: center;
}
.submit{
background-color: green;
color: blanchedalmond;
border: 6px solid green;
border-radius: 10px;
}
.reset{
background-color: red;
color: blanchedalmond;
border: 6px solid red;
border-radius: 10px;
}
.refresh{
background-color: rgb(49, 49, 250);
color: blanchedalmond;
border: 6px solid rgb(49, 49, 250);
border-radius: 10px;
margin-top: 10%;
display: block;
width: 20%;
margin-left: 40%;
}
.foot{
border: 3px solid black;
background-color: lightgreen;
}
.foot1{
text-transform: uppercase;
font-size: 10px;
}
.footimg img{
height: 40px;
border: 3px solid black;
border-radius: 50px;
align-self: center;
margin-left:300px ;
}