-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
105 lines (81 loc) · 1.48 KB
/
style2.css
File metadata and controls
105 lines (81 loc) · 1.48 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
body
{
margin: 0;
padding: 0;
background-color:#6abadeba;
font-family: 'Arial';
}
.form1{
width: 25%;
overflow: hidden;
margin: auto;
padding: 3%;
background: #23463f;
border-radius: 15px ;
}
h2{
text-align: center;
color: #277582;
padding: 20px;
}
p{
color: #08ffd1;
font-size: 17px;
}
#Uname, #Pass, #Pass2, #first_name, #last_name, #add1, #add2, #city, #tele, #mobile{
width: 100%;
height: 3.2%;
border: none;
border-radius: 3px;
}
#submit{
width: 100%;
height: 3.2%;
border: none;
border-radius: 17px;
padding-left: 7px;
color: blue;
}
#res {
float: right;
background: rgb(183, 225, 233);
padding: 2%;
color: #fff;
border-radius: 10px;
margin-right: 10px;
border: none;
text-decoration: none;
}
#res:hover{
opacity: .7;
}
#ul1 {
list-style-type: none;
margin: 0;
padding : 0;
overflow: hidden;
background-color:#23463f;
}
.li1{
float: left;
}
.li1 .a1 {
display: block;
color: #FEFEFE;
font-size: 1em;
text-align: center;
padding: 1.5em 2.5em;
text-decoration: none;
}
header, .li1 .a1:hover{
background-color: rgb(183, 225, 233);
}
footer {
margin-top: 5%;
bottom:0;
background-color: #23463f;
text-align: center;
color: #FEFEFE;
display: inline-block;
width: 100vw;
}