Skip to content

Commit 1e9413f

Browse files
authored
Update style.css
1 parent e00b07d commit 1e9413f

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

task04-innerHTML-vs-textContent/style.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,6 @@ p {
2626
word-wrap: break-word;
2727
}
2828

29-
.input {
30-
display: flex;
31-
flex-wrap: wrap;
32-
justify-content: center;
33-
gap: 15px;
34-
margin-top: 30px;
35-
}
36-
3729
button {
3830
background-color: cornflowerblue;
3931
font-size: 1rem;
@@ -44,6 +36,7 @@ button {
4436
cursor: pointer;
4537
transition: transform 0.15s ease-in-out;
4638
flex: 1 1 150px;
39+
margin-top: 15px;
4740
}
4841

4942
button:active {
@@ -60,3 +53,4 @@ button:active {
6053
font-size: 1.1rem;
6154
}
6255
}
56+

0 commit comments

Comments
 (0)