@DeeveishSubmitted almost 2 years ago
ETH icon and clock icon goes slight up. Can anyone please help?
ETH icon and clock icon goes slight up. Can anyone please help?
Hey there! 👋 Here are some suggestions to help improve your code:
alt tag
description needs to be improved. It helps reader to understand img
description.img
), (textdiv
h1
),(id="creator"
),here are some links you get idea how to that img and font.div
tag for parallel alignment of your <img>
and <p>
. For example,Syntax:-
<div class="inner"> <div>img</div> <div>p</div> </div>
.pt{
display: flex;
justify-content: space-between;
align-items: center;
}
.price, .timeleft{
display: flex;
flex-direction: row;
align-items: center;
}
Hope am helpful.
Well done for completing this challenge. HAPPY CODING