Skip to content

Commit

Permalink
probleme de react native next week
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Parker committed Aug 29, 2024
1 parent cba3d40 commit b1f8c7f
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions box.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
<style>
.main-box {
background: linear-gradient(#f9ba71, #d49853);
background: linear-gradient(
#f9ba70 10%,
#f4b56c 20%,
#ecae66 30%,
#e9ab64 40%,
#e7a962 60%,
#e3a65f 80%,
#e1a45d 100%
);
border-radius: 4vw;
box-shadow: rgba(0, 0, 0, 0.3) 0px -2vw 0px inset;
box-shadow: #8e7556 0px -2vw 0px inset;

display: grid;
grid-auto-columns: 1fr;
Expand Down Expand Up @@ -43,16 +51,16 @@
.outer-seed {
background: linear-gradient(#987851, #f1d4b1);
border-radius: 2vw;
box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 1px inset;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2vw 2vw inset;
}

.seed {
background: #756757;
border-radius: 2vw;
box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 1px inset;
height: calc(100% - 10px);
width: calc(100% - 10px);
margin: 5px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2vw 2vw inset;
height: calc(100% - 1vw);
width: calc(100% - 1vw);
margin: 0.5vw;
display: flex;
align-items: center;
font-size: 3vw;
Expand Down

0 comments on commit b1f8c7f

Please sign in to comment.