Skip to content

Commit c308a2c

Browse files
committed
add some styling in input and margin in container class in RPG
1 parent 5469471 commit c308a2c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Random Password Generator/css/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ body {
44
}
55

66
.container {
7-
display: flex;
87
max-width: 400px;
9-
margin: 0 auto;
8+
margin: 7rem auto;
109
text-align: center;
1110
background-color: #fff;
1211
padding: 20px;
@@ -23,9 +22,9 @@ h1 {
2322
}
2423

2524
input[type="number"] {
26-
width: 100%;
25+
width: 95%;
2726
padding: 10px;
28-
margin-bottom: 10px;
27+
margin-bottom: 15px;
2928
font-size: 16px;
3029
}
3130

0 commit comments

Comments
 (0)