@YouLackHopeSubmitted almost 2 years ago
Day #3 of Front End development Help ;(
Day #3 of Front End development Help ;(
Hi!
On <div class="information">
you can use display: flex;
flex-direction:column;
and justify-content:center;
for center the div and border-radius: 0 10px 10px 0
On the image you can use border-radius: 10px 0 0 10px;
For the button you can deleteposition:absolute;
and all the margin and also use font-family: inherit;
On the price section you can use display: flex;
justify-content:space-between;
and align-items: center;
, done this on the childrens you can delete float.
You can delete align-items: center;
and height on main
.
I may have forgotten or wrong something , if you still need you can also write to me!