Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
7
Comments
9

Darshan

@its-subhashINDIA210 points

I’m a mysterious individual who has yet to fill out my bio. One thing’s for certain: I love writing front-end code!

Latest solutions

  • Responsive landing page with curved Sections using vanilla CSS


    Darshan•210
    Submitted over 1 year ago

    1 comment
  • QR Code using Tailwind CSS


    Darshan•210
    Submitted over 1 year ago

    1 comment
  • 3 column preview card component


    Darshan•210
    Submitted over 1 year ago

    0 comments
  • Blog preview card main


    Darshan•210
    Submitted over 1 year ago

    0 comments
  • Social link Profile Card


    Darshan•210
    Submitted over 1 year ago

    1 comment
  • Testimonials grid section


    Darshan•210
    Submitted over 1 year ago

    0 comments
View more solutions

Latest comments

  • Sonali Negi•130
    @SONALI-NEGI
    Submitted over 1 year ago

    3 column preview card using HTML and CSS

    #bem
    1
    Darshan•210
    @its-subhash
    Posted over 1 year ago

    Hey @SONALI-NEGI your solution looks good but I have some suggestions to make for your Coding practice and Responsive design

    • Coding Practice:

    Everthing works beautifully but you can avoid writing same lines again, while using media query I saw that you are defining colors of card again but you don't have to do so because css will automatically take whatever color is defined previously.

    Also removing some unnecessary properties like in line 94 of style.css writing margin: auto auto can be reduce to writing margin:auto only.

    • Responsiveness:

    It is a good idea to not align cards vertically untill screen size is significantly narrow like screen width of 450px or 375px, that way it'll look much better, right now as you go smaller than 900px...cards just strech too much and looks good only when you reach mobile screen size.

    Lastly about border radius of this project, I saw you defining borders on so many places and then taking care of it while changing to other screen size...

    One better approach I could think of is to put all three card inside a single div, and defining border only once, it won't work in start(because I tried it myself) but once you define this divs overflow:hidden it'll work amezing and you don't have to care about it everywhere...

    you can refer my solution to get what am taking about, but believe me it's really WORTH TRYING.

    That's all...I hope you'll find these suggestions helpfull.

    Happy Coding

  • kiddothegreat•10
    @kiddothegreat
    Submitted over 1 year ago

    html and css with bootstrap

    1
    Darshan•210
    @its-subhash
    Posted over 1 year ago

    Your sure used bootstrap?? oooooooh dude you uploded wrong solution, check your solution once again.

  • H P•20
    @hp-8
    Submitted over 1 year ago

    Dark Aesthetic - Social Links

    1
    Darshan•210
    @its-subhash
    Posted over 1 year ago

    @hp-8 Hey, your solution look good in first glance but it have some major problems specially regarding Responsiveness , so here are some suggestions which can improve it with least amout of efforts...

    • in .main{} theres no need to put height and width specially not something like vh or %, it just makes your code look terrible while checking it's responsiveness... the better way of handling width and height of continer is to let it be grow with elements you add inside of it. Or add margin and padding for inner space.

    so in your .main you can add padding:30px and remove height and width so it will grow with more link added in future.

    • for .press{} it's the same advice as .main but since your button should be bigger and of fixed with, you can use width:100% so it captures all the space available for button, also you can add some gap to look it better, i found gap:0.5rem better in your case.

    • for <button> you have set it's width to 15vw thats why content gets overflow while changing responisveness, so insted of that, now since you have enough space for buttons after changing .press{} properties, you can now set it's with to 100% and all button will be set.

    • in addition, buttons should change color while hovering so use button:hover{ background-color: hsl(75, 94%, 57%); }

    that would be better... and all set.

    Hope you liked my suggestions

    Happy Coding

  • Zaw-web-newbie•20
    @Zaw-web-newbie
    Submitted over 1 year ago

    Social Link

    #accessibility
    2
    Darshan•210
    @its-subhash
    Posted over 1 year ago

    @Mon-web-rgb Hey, I saw your codebase and it seems like you forgot to push media folders or asset folders... that's why picture isn't showing there...just push those folders on github and everything will be set.

    Marked as helpful
  • Roksolana•910
    @RoksolanaVeres
    Submitted over 1 year ago

    Responsive Room Homepage built with React and Tailwind CSS

    #tailwind-css#vite#react
    1
    Darshan•210
    @its-subhash
    Posted over 1 year ago

    @RoksolanaVeres Hey, your solution looks amezing...

    it's just a minor thing which might slipped your mind is gap between letters of "ABOUT YOUR FURNITURE" it's more in design compared to your solution, and maybe it can be fixed when you apply same classes as on your "SHOP NOW".

    Otherwise it really looks good.

    Marked as helpful
  • Mwenda Kanyi•180
    @kanyijr
    Submitted over 1 year ago

    social links page

    1
    Darshan•210
    @its-subhash
    Posted over 1 year ago

    Hey @kanyijr, your solution looks pretty good, although I have few suggestions to make.

    • Your solution looks like too broad in 1440px which is usual screen size, so to prevent that form happening you can decrease max-width:700px to max-width:345pxof .container{} so it'll look better in both devices.

    • According to requirement links should glow green while hovering but you changed the opacity, so insted of changing opacity you should change background color.

    • Card borders are missing too, so consider adding those.

    -Explore :root so you can store repetating values at a same place, it does looks insignificant on these small project but you have to use it on bigger projects so using it is a good practice.

    Hope you find these Helpful

    Happy Coding...

    Marked as helpful
View more comments
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub