Skip to content

Commit a725549

Browse files
Update style.css
1 parent 2cc50d3 commit a725549

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

project-9-dice-roll-simulator/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ body {
77
h1 {
88
font-size: 3rem;
99
margin-top: 2rem;
10+
margin-bottom: 1rem;
1011
}
1112

1213
.dice {
@@ -24,6 +25,9 @@ h1 {
2425
0% {
2526
transform: rotateY(0deg) rotateX(0deg);
2627
}
28+
/* 50% {
29+
transform: rotateY(360deg) rotateX(360deg);
30+
} */
2731
100% {
2832
transform: rotateY(720deg) rotateX(720deg);
2933
}
@@ -47,7 +51,7 @@ button:hover {
4751
ul {
4852
list-style: none;
4953
padding: 0;
50-
max-width: 600px;
54+
max-width: 500px;
5155
margin: 2rem auto;
5256
}
5357

0 commit comments

Comments
 (0)