msilva8222
KPCKevin Powell - Community
•Created by msilva8222 on 7/26/2023 in #front-end
Hi everyone!
thanks!!!
15 replies
KPCKevin Powell - Community
•Created by msilva8222 on 7/26/2023 in #front-end
Hi everyone!
Thank you 🙂
I managed to understand most of it, but I'm still in doubt about the numbers I need to put in @media. For example, if I'm doing a responsive website for mobile, how will I know the size? I google it and it made me more confused lol
15 replies
KPCKevin Powell - Community
•Created by msilva8222 on 7/26/2023 in #front-end
Hi everyone!
@wschaap91 I noticed the images, I just used codepen for the 1st time lol but both results on codepen and the screenshot are from the same person (the instructor). The session was about float, media queries, and display.. I did not understand these parts:
.main {
flex: 1;
}
.tile-image {
height: 200px;
float: left;
margin-right: 50px;
}
- What the 2 different css codes for .tile-image and .left inside the same div is doing?
<div class="left card"><img class="tile-image" src="./assets/images/beautiful.jpg" alt="hand and flower in water">
- and everything inside @media 😦
15 replies
KPCKevin Powell - Community
•Created by msilva8222 on 7/26/2023 in #front-end
Hi everyone!
Ops, let me edit that! Thank you 🙂
15 replies