Mahesh
Mahesh
KPCKevin Powell - Community
Created by Kashimoto on 6/25/2023 in #front-end
decision. how would you do it?
#line {
position: fixed;
bottom: 0;
left: 3rem;
width: 1rem;
height: 100%;
bottom: 0;
background-color: red;
}
#line {
position: fixed;
bottom: 0;
left: 3rem;
width: 1rem;
height: 100%;
bottom: 0;
background-color: red;
}
4 replies
KPCKevin Powell - Community
Created by Kashimoto on 6/25/2023 in #front-end
decision. how would you do it?
<div id="line">&nbsp;</div>
<div id="line">&nbsp;</div>
4 replies
KPCKevin Powell - Community
Created by Kashimoto on 6/25/2023 in #front-end
decision. how would you do it?
You can make the line as a separate element and make the position fixed.
4 replies
KPCKevin Powell - Community
Created by Mahesh on 6/14/2023 in #front-end
How do I approach this design ?
@vince Thanks for your suggestion as well.
7 replies
KPCKevin Powell - Community
Created by Mahesh on 6/14/2023 in #front-end
How do I approach this design ?
Woah cool, you just coded the whole solution. thank you so much !!!
7 replies
KPCKevin Powell - Community
Created by rezabet on 10/23/2022 in #front-end
Frontend Mentor help
Great solution @mannix_
5 replies
KPCKevin Powell - Community
Created by rezabet on 10/23/2022 in #front-end
Frontend Mentor help
Use div which contains that icon in middle and make it cover your image and than set to opacity 0. And then change opacity on hover. This will help https://www.w3schools.com/howto/howto_css_image_overlay.asp
5 replies
KPCKevin Powell - Community
Created by Curious Wanderer on 10/22/2022 in #front-end
CSS units confusion
Kevin has made many videos on css units and responsiveness. If you go to his channel and watch them all you will be able to understand all about it.
8 replies
KPCKevin Powell - Community
Created by Curious Wanderer on 10/22/2022 in #front-end
CSS units confusion
8 replies
KPCKevin Powell - Community
Created by Curious Wanderer on 10/22/2022 in #front-end
CSS units confusion
@Curious Wanderer he already has video on it.
8 replies