-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (72 loc) · 1.36 KB
/
Copy pathstyle.css
File metadata and controls
75 lines (72 loc) · 1.36 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
body {
margin: 0;
background-color: gray;
display: flex;
justify-content: center;
margin-top: 50px;
text-align: center;
}
.container{
border: 5px solid white;
box-shadow: 10000px black;
background-color: rgba(32,41,56,255);
border-radius: 10px;
height: 380px;
width: 400px;
margin: 5%;
}
.holder{
margin-top:50px ;
margin-left:20px ;
}
.holder__text1,.holder__text2,.holder__text3,hr{
text-align: left;
}
.holder__text1{
font-size:30px ;
color: white;
margin-bottom:0px ;
}
.holder__text2{
font-size:30px ;
color: rgba(86,216,141,255);
margin-top:-10px ;
margin-bottom:1px ;
}
.holder__text3{
color: rgba(151,158,166,255);
margin-top:0px
}
#pass-btn,#reset-btn{
color: white;
background: rgba(86,216,141,255);
border: none;
border-radius: 5px;
height: 30px;
text-align: center;
width: 170px;
margin-bottom: 30px;
margin-top: 20px;
float: left;
}
#reset-btn{
background: red;
width: 100px;
float: none;
}
hr{
opacity: 40%;
width: 20em;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 30px;
}
.pass{
width:150px;
height: 30px;
text-align: center;
color: rgba(15,185,130,255);
background-color: rgba(40,52,73,255);
border-radius: 5px;
border: none;
}