forked from sabarinathan145/VHM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfinal.css
More file actions
142 lines (132 loc) · 2.63 KB
/
final.css
File metadata and controls
142 lines (132 loc) · 2.63 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
140
141
142
*{
margin:0px;
padding: 0px;
}
body {
background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
}
h1{
text-align: center;
}
div.main{
width: 1100px;
margin: 0px auto 60px auto;
}
h2{
text-align: center;
padding: 20px;
font-family: sans-serif;
}
div.register{
background-color: rgba(0,0,0,0.5);
text-align: left;
width: 1000px;
font-size: 18px;
border-radius: 10px;
border: 1px solid rgba(225,225,225,0);
box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
color: #fff;
}
form#register{
margin: 30px;
}
label{
font-family: sans-serif;
font-size: 19px;
font-style:bold;
}
input{
width: 180px;
border: 1px solid #ddd;
border-radius: 3px;
outline: 0;
padding: 7px;
background-color: #fff;
box-shadow: insert 5px 5px 5px 5px rgba(0,0,0,0.3);
}
label,span,h2{
text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.Center {
width: 200px;
height: 50px;
margin: auto;
padding: 4%;
position: absolute;
top: 900;
left: 0;
bottom: 4;
right: 0;
}
.btn-bot {
position: absolute;
bottom: 100px;
font-size: 20px;
}
#age{
float: right;
}
#right{
float: right;
}
#left{
float: left;
}
#date,#time{
border-radius: 5px;
width: 130px;
height: 10px;
}
input.one{
width:40px;
}
input.two{
width:40px;
}
#right1{
float: right;
padding-right: 40px;
}
.three{
width:100%;
height:100px;
border: 1px solid #ddd;
border-radius: 3px;
outline: 0;
padding: 7px;
background-color: #fff;
box-shadow: insert 5px 5px 5px 5px rgba(0,0,0,0.3);
resize: none;
}
input.uhid{
width:150px;
height: 8px;
border: 1px solid #ddd;
border-radius: 3px;
outline: 0;
padding: 7px;
background-color: #fff;
box-shadow: insert 5px 5px 5px 5px rgba(0,0,0,0.3);
}
input.reading{
width:50px;
height: 8px;
border: 1px solid #ddd;
border-radius: 3px;
outline: 0;
padding: 7px;
background-color: #fff;
box-shadow: insert 5px 5px 5px 5px rgba(0,0,0,0.3);
}
#button{
border-style: solid;
padding: 10px;
padding-left: 15px;
padding-right: 15px;
background-color: black;
border-radius: 5px;
}
[type="checkbox"], [type="radio"] {
height:20px;
width:20px;
}