We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cfeb2 commit 0314c90Copy full SHA for 0314c90
Password-generator/style.css
@@ -4,10 +4,12 @@ body{
4
display: flex;
5
justify-content: center;
6
background-color: #f2f2f2;
7
+
8
}
-.result-container{
9
- height: 15px;
+#result{
10
+ height: 35px;
11
text-align: center;
12
+ font-size: 30px;
13
font-weight: bold;
14
15
.input_class {
@@ -34,6 +36,7 @@ body{
34
36
h1, h2 {
35
37
color: #86b0ff;
38
39
+ font-size: 35px;
40
41
.container {
42
@@ -50,7 +53,9 @@ h1, h2 {
50
53
flex-direction: column;
51
54
justify-content: space-between;
52
55
height: 50%;
-
56
+ width: 350px;
57
+ font-size: 20px;
58
+ font-weight: bold;
59
60
.setting{
61
0 commit comments