Ganesh Dole
Ganesh Dole
KPCKevin Powell - Community
Created by Ganesh Dole on 6/22/2024 in #front-end
How can i improve this design more?
done :thumbup: :plus1:
13 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 6/22/2024 in #front-end
How can i improve this design more?
I am not satisfied with the font of Welcome to indieGamis, can you suggent me better one
13 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 6/22/2024 in #front-end
How can i improve this design more?
thank you so much! I will redesign
13 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 6/22/2024 in #front-end
How can i improve this design more?
Sorry for that, next time, I will take more care :thumbup:
13 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 4/12/2024 in #front-end
How to make a background image in CSS?
No description
11 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 4/12/2024 in #front-end
How to make a background image in CSS?
no need, I found one on Unsplash
11 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 4/8/2024 in #front-end
How to create a line between grid col
ohh, thank you
6 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 3/26/2024 in #ui-ux
I am not happy with the visual appeal of this UI design.
thanks 💜
20 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 3/26/2024 in #ui-ux
I am not happy with the visual appeal of this UI design.
okey got it
20 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 3/26/2024 in #ui-ux
I am not happy with the visual appeal of this UI design.
I will set the maximum width for all containers.
20 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 3/26/2024 in #ui-ux
I am not happy with the visual appeal of this UI design.
ohh extra wide I forgot about it. thanks
20 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 3/26/2024 in #ui-ux
I am not happy with the visual appeal of this UI design.
I'll fix this contrast between text and background. but I am not getting what you mean by breaking text to the next line
20 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 3/26/2024 in #ui-ux
I am not happy with the visual appeal of this UI design.
why we have to set max-width for navabar
20 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 3/26/2024 in #ui-ux
I am not happy with the visual appeal of this UI design.
No description
20 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 3/26/2024 in #ui-ux
I am not happy with the visual appeal of this UI design.
is there any other way to center that without using display flex
20 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 3/26/2024 in #ui-ux
I am not happy with the visual appeal of this UI design.
display: flex; flex-direction: column; justify-content: center; align-items: center;
20 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 3/26/2024 in #ui-ux
I am not happy with the visual appeal of this UI design.
<div className="home-container"> <h1>You got the travel plans, we got the travel vans.</h1> <p> Add adventure to your life by joining the #vanlife movement. Rent the perfect van to make your perfect road trip. </p> <Link className="link-button" to="vans"> Find your van </Link> </div> this is the Home page React code
.home-container{
background: linear-gradient(0deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url("../assets/homepagebackground.png") no-repeat center center;
height: calc(100vh - 180px);
background-size: cover;
background-repeat: no-repeat;
color: white;
padding: 45px 23px;
}


.home-container h1 {
font-weight: 700;
font-size: 2.25rem;
line-height: 42px;
margin: 20px 0;
}

.home-container p {
line-height: 24px;
font-weight: 500;

}

.home-container a {
background-color: #FF8C38;
width: 100%;
}



@media (min-width: 800px) {

.home-container{
text-align: center;
min-width: none;
}

.home-container a
{
width: 494.33px;

}
}
.home-container{
background: linear-gradient(0deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url("../assets/homepagebackground.png") no-repeat center center;
height: calc(100vh - 180px);
background-size: cover;
background-repeat: no-repeat;
color: white;
padding: 45px 23px;
}


.home-container h1 {
font-weight: 700;
font-size: 2.25rem;
line-height: 42px;
margin: 20px 0;
}

.home-container p {
line-height: 24px;
font-weight: 500;

}

.home-container a {
background-color: #FF8C38;
width: 100%;
}



@media (min-width: 800px) {

.home-container{
text-align: center;
min-width: none;
}

.home-container a
{
width: 494.33px;

}
}
css for the Home page
20 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 3/26/2024 in #ui-ux
I am not happy with the visual appeal of this UI design.
No description
20 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 1/21/2024 in #ui-ux
How can I improve my extension UI/
thank you
5 replies
KPCKevin Powell - Community
Created by Ganesh Dole on 1/21/2024 in #ui-ux
How can I improve my extension UI/
okay dear, sir
5 replies