forked from VaishnaviR99/PharmEasy_clone13
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignup.css
More file actions
102 lines (79 loc) · 1.3 KB
/
signup.css
File metadata and controls
102 lines (79 loc) · 1.3 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
#header{
background-color: #10847E;
display: flex;
}
.ph{
padding-left: 5%;
padding-top: 10px;
}
.ph >img{
width: 50%;
height: 80%;
}
.logo> img{
width: 150%;
height: 100%;
margin-left: 500%;
padding-left: 300%;
}
form {
margin: 40px;
padding-bottom: 10px;
}
input{
margin: 20px;
padding: 20px;
padding-right: 80%;
border-radius: 10px;
border-color: gray;
}
#btn{
margin: 20px;
padding: 20px;
padding-right: 91%;
background-color: #30908b;
border-radius: 10px;
}
p{
margin-left: 5%;
margin-top: -40px;
}
h3{
margin-left: 5%;
margin-bottom: -2%;
color: rgb(95, 93, 93);
}
.form__button:active {
transform: scale(0.98);
}
.form__text {
text-align: center;
}
.form__link {
color: blue;
text-decoration: none;
cursor: pointer;
}
.form__link:hover {
text-decoration: underline;
}
.form--hidden{
display: none;
}
.form__button{
margin: 20px;
padding: 20px;
padding-right: 45.5%;
background-color: #30908b;
border-radius: 10px;
padding-left: 45.5%;
}
#result{
font-size: 20px;
margin-top: 10px;
text-align: center;
color: red;
}
p > a{
color: #10847E;
}