Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanderson76 authored May 31, 2024
1 parent e340653 commit da12195
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ img {
width: 100%;
height: 100vh;
background-color: var(--dark-blue);
/* position: relative; */
}

.container {
Expand All @@ -52,7 +51,6 @@ img {
background-color: var(--dark-grayish-blue);
box-shadow: 1.875em 3.125em 5em 0em rgba(0, 0, 0, 0.10);
border-radius: 0.625em;
/* position: relative; */
}

.advice {
Expand Down Expand Up @@ -102,14 +100,13 @@ img {
border-radius: 50%;
position: absolute;
/* bottom: 18em; */
bottom: 305px;
bottom: 285px;
transition: 2s ease;
}

.dice {
width: 1.5em;
height: 1.5em;

align-items: center;
}

Expand Down

0 comments on commit da12195

Please sign in to comment.