-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
82 lines (82 loc) · 1.28 KB
/
index.css
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
body {
margin: 30px;
font-family: sans-serif;
}
#input-el {
margin-top: 5px;
padding: 5px;
width: fit-content;
font-weight: bold;
color: white;
background: none;
border: none;
border-bottom: 1px solid white;
}
#input-el:focus {
outline: none;
}
p {
color: red;
margin: 5px 0px 0 0;
}
.selection {
text-align: center;
margin: 10px 0 0 8px;
min-width: 25px;
padding: 5px;
color: #047857;
font-weight: bold;
background: white;
border-radius: 3px;
}
.selection:hover {
color: white;
background: #4adf86;
cursor: pointer;
}
.container {
width: 300px;
background: #1f2937;
margin: 0 auto;
padding: 20px 30px;
border-radius: 10%;
}
.heading {
font-size: 30px;
color: white;
font-weight: bolder;
margin: 5px;
}
.highlight {
color: #4adf86;
font-size: 30px;
}
#generate-btn {
font-weight: bold;
margin: 10px 2px 20px 2px;
background: #4adf86;
border: none;
padding: 10px 15px 10px 15px;
color: white;
border-radius: 5px;
}
#generate-btn:hover {
background: #32866e;
cursor: pointer;
}
hr {
opacity: 20%;
}
.password {
margin: 20px auto;
width: 250px;
height: 20px;
color: #4adf86;
background: #273549;
padding: 15px 15px 15px 15px;
border-radius: 5px;
}
.lowerContainer {
text-align: center;
display: block;
}