Skip to content

Commit 10b4111

Browse files
committed
box shadow touched
1 parent a33975c commit 10b4111

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/App.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ p {
5959
}
6060

6161
.box:hover {
62-
background-color: #8be0ad;
63-
border: 1px solid #e7e7e7;
62+
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.45);
6463
}
6564

6665
.dot {

src/components/dice.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export default function Dice(props) {
1111

1212
return (
1313
<div style={styles} className={diceClass} onClick={props.holdDice}>
14-
{/* <h2>{props.value}</h2> */}
1514
{diceFace}
1615
</div>
1716
);

0 commit comments

Comments
 (0)