-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
49 lines (44 loc) 路 710 Bytes
/
Copy pathstyles.css
File metadata and controls
49 lines (44 loc) 路 710 Bytes
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
body{
background-color: #191622;
font-family: sans-serif;
}
.container{
display: flex;
flex-direction: column;
flex-wrap: wrap;
}
.titleText{
align-self: center;
padding-bottom: 15px;
}
.inputBox{
align-self: center;
}
.titleText{
color: #FF79C6;
}
.labelText{
color: #FF79C6;
font-weight: bold;
padding-right: 15px;
}
.inputText{
width: 40px;
}
.btnGenerate{
margin-left: 50px;
border-radius: 10px;
border: 1px solid #191622;
background-color: #41414D;
color: #eeeeee;
display: block;
}
.outputBox{
align-self: center;
margin-top: 20px;
}
.newPassword{
font-size: 40px;
font-weight: bolder;
color :#eeeeee;
}