Added some css and fixed some alignment.

This commit is contained in:
Batuhan Berk Başoğlu 2021-03-31 16:30:37 -04:00
parent 70cff289a3
commit e9c98a326d
6 changed files with 141 additions and 120 deletions

View file

@ -12,8 +12,12 @@
}
.center{
height: 25vh; /* Magic here */
background-color: yellow;
background-color: #ffe609;
display: flex;
justify-content: center;
align-items: center;
}
.agent{
padding-left: 16%;
}