started working on routing

This commit is contained in:
ngn
2023-06-11 00:22:06 +03:00
parent 1327813462
commit b2989becd3
8 changed files with 70 additions and 33 deletions

View File

@@ -30,8 +30,8 @@ main {
padding: 40px;
cursor: pointer;
transition: .4s;
height: 13%;
width: 27%;
height: 100px;
width: 80%;
}
main:hover{
@@ -56,7 +56,7 @@ h2{
@media only screen and (max-width: 1121px) {
main{
width: auto;
width: 80%;
}
}
</style>
</style>

View File

@@ -15,6 +15,7 @@ div{
display: flex;
flex-direction: row;
padding: 15px;
align-items: center;
justify-content: center;
gap: 30px;
}
@@ -24,4 +25,4 @@ div{
flex-direction: column;
}
}
</style>
</style>