-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforgot.css
More file actions
51 lines (45 loc) · 1.03 KB
/
forgot.css
File metadata and controls
51 lines (45 loc) · 1.03 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
div{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
form
{
text-align: center;
width: 50%;
border: 1px solid black;
padding: 20px;
border-radius: 10px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
a:link, a:visited {
background-color: white;
color: rgb(20, 175, 18);;
padding:0.5% 2% ;
border-radius: 20px;
text-align: center;
text-decoration: none;
border: 1px solid rgb(20, 175, 18);
display: inline-block;
margin-top: 1vh;
margin-bottom:20px;
;
}
a:hover, a:active {
background-color: rgb(20, 175, 18);
color: white;
}
input{
width:70%;
padding: 12px 20px;
margin: 8px 0px;
box-sizing: border-box;
border: 2px solid rgb(20, 175, 18);
border-radius: 4px;
font-size: 20px;
}
/* display: inline-flex; justify-content: center; align-items: center; */