We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc50d3 commit a725549Copy full SHA for a725549
project-9-dice-roll-simulator/style.css
@@ -7,6 +7,7 @@ body {
7
h1 {
8
font-size: 3rem;
9
margin-top: 2rem;
10
+ margin-bottom: 1rem;
11
}
12
13
.dice {
@@ -24,6 +25,9 @@ h1 {
24
25
0% {
26
transform: rotateY(0deg) rotateX(0deg);
27
28
+ /* 50% {
29
+ transform: rotateY(360deg) rotateX(360deg);
30
+ } */
31
100% {
32
transform: rotateY(720deg) rotateX(720deg);
33
@@ -47,7 +51,7 @@ button:hover {
47
51
ul {
48
52
list-style: none;
49
53
padding: 0;
50
- max-width: 600px;
54
+ max-width: 500px;
55
margin: 2rem auto;
56
57
0 commit comments