Skip to content

Commit

Permalink
Create edu.css
Browse files Browse the repository at this point in the history
  • Loading branch information
xnightless authored Dec 23, 2023
1 parent ad310f2 commit 102bdb5
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions edu.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.game-diver {
display: grid;
text-align: center;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: 400px;
margin-top: 6vh;
}

.app-div {
border-radius: 5px;
}

.app-p {
background-color: #000000;
padding: 15vh 2vw;
color: white;
margin: 10px;
cursor: pointer;
border-radius: 10%;
width: 500px;
transition: 0.5s;
}

.app-img {
width: 20vh;
border-radius: 20px;
padding-top: 5px;
}

.app-para {
color: white;
font-size: 5dvb;
}

1 comment on commit 102bdb5

@vercel
Copy link

@vercel vercel bot commented on 102bdb5 Dec 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.