Skip to content

Commit 099cb91

Browse files
authored
updated button and body in css
1 parent 5fac090 commit 099cb91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dice.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ body{
33
height: 100vh;
44
font-family: 'Roboto Mono', monospace;
55
margin-top: 5%;
6+
text-align:center
67

78
}
89
.container{
@@ -24,5 +25,6 @@ button{
2425
font-size: 15px;
2526
font-weight: 600;
2627
background-color: steelblue;
28+
position:relative
2729

28-
}
30+
}

0 commit comments

Comments
 (0)