-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregStyle.css
More file actions
80 lines (78 loc) · 1.23 KB
/
Copy pathregStyle.css
File metadata and controls
80 lines (78 loc) · 1.23 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
*{
margin: 0;
padding: 0;
}
form .f1{
float: left;
}
.wrapper{
width: 100%;
height: 90vh;
background-size: cover;
}
.main{
width: 30%;
height: 550px;
margin: 50px 35%;
border: 3px solid rgba(0, 0, 0, 0.5);
border-radius: 15px 15px 15px 15px;
}
.headi{
width: 100%;
background-color: lightgray;
height: 30px;
border-radius: 15px 15px 0 0;
}
.head p{
line-height: 30px;
text-align: center;
font-size: 25px;
font-weight: bold;
color: white;
}
.name1{
font-size: 15px;
color: black;
}
.name-input{
width: 90%;
height: 20px;
margin: 5px 0 0 5%;
font-size: px;
padding: 2px;
border: 1px solid rgba(245, 3, 3, 0.479);
}
.name-input:hover{
background-color: lightgray;
color: black;
font-weight: bolder;
}
.pass{
margin: 5px 0 0 5%;
height: 20px;
width: 90%;
border: 1px solid red;
}
.pass:hover{
border: 3px dashed red;
}
.gender{
margin: 15px 0 0 5%;
font-size: 15px;
}
.gen{
font-size: 20px;
}
.gend{
margin-left: 5%;
}
.subb{
width: 90%;
margin:15px 0 0 5%;
font-size: 15px;
background-color: lightgrey;
}
.subb:hover{
background-color: orangered;
border: 3px dashed red;
}