Shayokh
Shayokh
Explore posts from servers
KPCKevin Powell - Community
Created by Shayokh on 5/5/2024 in #front-end
How to create this UI using Bootstrap?
Okay. I will give that a try
15 replies
KPCKevin Powell - Community
Created by Shayokh on 5/5/2024 in #front-end
How to create this UI using Bootstrap?
If I wanted to use raw css only without any fancy framework, how should I approach this floating box?
15 replies
KPCKevin Powell - Community
Created by Shayokh on 5/5/2024 in #front-end
How to create this UI using Bootstrap?
Do I need raw css with bootstrap to this UI?
15 replies
KPCKevin Powell - Community
Created by Shayokh on 5/5/2024 in #front-end
How to create this UI using Bootstrap?
😞
15 replies
KPCKevin Powell - Community
Created by Shayokh on 5/5/2024 in #front-end
How to create this UI using Bootstrap?
Clever idea but doesnt sound very practical tbh
15 replies
KPCKevin Powell - Community
Created by Shayokh on 5/5/2024 in #front-end
How to create this UI using Bootstrap?
Can z index solve it?
15 replies
KPCKevin Powell - Community
Created by Shayokh on 5/30/2023 in #front-end
How can I create this type of online playground?
Thanks a lot man!
3 replies
KPCKevin Powell - Community
Created by Shayokh on 11/22/2022 in #front-end
Meta tag for link image
❤️
7 replies
KPCKevin Powell - Community
Created by Shayokh on 11/22/2022 in #front-end
Meta tag for link image
Thanks!
7 replies
KPCKevin Powell - Community
Created by Shayokh on 11/22/2022 in #front-end
Meta tag for link image
7 replies
KPCKevin Powell - Community
Created by Shayokh on 9/29/2022 in #front-end
Svg sizing issue...
It worked!
20 replies
KPCKevin Powell - Community
Created by Shayokh on 9/29/2022 in #front-end
Svg sizing issue...
Thanks a lot!
20 replies
KPCKevin Powell - Community
Created by Shayokh on 9/29/2022 in #front-end
Svg sizing issue...
Ok lemme try
20 replies
KPCKevin Powell - Community
Created by Shayokh on 9/29/2022 in #front-end
Svg sizing issue...
20 replies
KPCKevin Powell - Community
Created by Shayokh on 9/29/2022 in #front-end
Svg sizing issue...
Here...
20 replies
KPCKevin Powell - Community
Created by Shayokh on 9/29/2022 in #front-end
Svg sizing issue...
But I have no idea what's wrong with mine...
20 replies
KPCKevin Powell - Community
Created by Shayokh on 9/29/2022 in #front-end
Svg sizing issue...
Ohh most frustratingly, I found out that the videos on youtube showing how to build this exact UI easily handles the svg issue without any hassle!
20 replies
KPCKevin Powell - Community
Created by Shayokh on 9/29/2022 in #front-end
Svg sizing issue...
.btn{
font-size: 14px;
font-family: Montserrat;
font-weight: 500;
border-radius: 10px;
align-items: center;
justify-content: center;
color: white;
border: none;
margin-top: 30px;
display: flex;
background-color: var(--dark-cyan);
width: 100%;
height: 50px;
}


.btn:hover{
background-color: hsl(157, 35%, 22%);
}
.btn{
font-size: 14px;
font-family: Montserrat;
font-weight: 500;
border-radius: 10px;
align-items: center;
justify-content: center;
color: white;
border: none;
margin-top: 30px;
display: flex;
background-color: var(--dark-cyan);
width: 100%;
height: 50px;
}


.btn:hover{
background-color: hsl(157, 35%, 22%);
}
20 replies