We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00b07d commit 1e9413fCopy full SHA for 1e9413f
1 file changed
task04-innerHTML-vs-textContent/style.css
@@ -26,14 +26,6 @@ p {
26
word-wrap: break-word;
27
}
28
29
-.input {
30
- display: flex;
31
- flex-wrap: wrap;
32
- justify-content: center;
33
- gap: 15px;
34
- margin-top: 30px;
35
-}
36
-
37
button {
38
background-color: cornflowerblue;
39
font-size: 1rem;
@@ -44,6 +36,7 @@ button {
44
cursor: pointer;
45
transition: transform 0.15s ease-in-out;
46
flex: 1 1 150px;
+ margin-top: 15px;
47
40
48
41
49
42
button:active {
@@ -60,3 +53,4 @@ button:active {
60
53
font-size: 1.1rem;
61
54
62
55
56
+
0 commit comments