Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
13
Comments
23

Vincent Daniel

@davinceeyNigeria410 points

My name is Daniel and I am a Web Enthusiast! I strongly believe that one can grow beyond the present level as much as it concerns the digital world.

Latest solutions

  • SIgn up preview component using Mobile-first workflow

    #accessibility#bem

    Vincent Daniel•410
    Submitted over 2 years ago

    0 comments
  • Base Apparel Preview


    Vincent Daniel•410
    Submitted over 2 years ago

    0 comments
  • Article Preview Component


    Vincent Daniel•410
    Submitted almost 3 years ago

    1 comment
  • Social Proof Section using CSS Flexbox


    Vincent Daniel•410
    Submitted almost 3 years ago

    0 comments
  • FAQ Component Card


    Vincent Daniel•410
    Submitted almost 3 years ago

    0 comments
  • Profile Card Component


    Vincent Daniel•410
    Submitted almost 3 years ago

    0 comments
View more solutions

Latest comments

  • FHER AMABLE RICSE•170
    @FherAmableRicse
    Submitted over 2 years ago

    Challenge-13

    2
    Vincent Daniel•410
    @davinceey
    Posted over 2 years ago

    Hello @FHER AMABLE RICSE. Great solution you have here (I just completed mine too😆) As concerns your question, it would be preferable if you use CSS Selectors and pseudo elements to change the color of your placeholder. This can be done by using this ::placeholder. So to change it's color, you do this:

    ::placeholder{
    color: black;
    }
    

    This would enable your Javascript code to be cleaner.

    Hope this helps you. Happy Coding!

  • Mohit•50
    @paryanimohit1
    Submitted almost 3 years ago

    Responsive QR code component using HTML & CSS

    #sass/scss
    2
    Vincent Daniel•410
    @davinceey
    Posted almost 3 years ago

    Hello Mohit. Congratulations on your first project! This is apt and great on the whole. Just some little tips for improvement:

    1. You might want to replace the p tag used in the first write-up, with a h1 tag, so that your <main> tag, has a level-one heading.

    2. You might as well, want to use more of relative units such as the em and rem in applying to padding, margins, widths and font-sizes. This would help to increase the responsiveness of your layout.

    You did very well. Keep up!

    Hope this helps you. Happy Coding!👊

    Marked as helpful
  • Akinrinlola Henry•310
    @Procodx
    Submitted almost 3 years ago

    Qr code component using html and css

    #cube-css
    2
    Vincent Daniel•410
    @davinceey
    Posted almost 3 years ago

    Hello Akinrinlola olamide. Congratulations on your first project! Just some little tips for improvement:

    1. You could make use of the display: flex to centralize your solution. You could make use of this code:
    body{
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    1. You could wrap all your content with the <main> tag and then make use if the h1 tag as a level-one heading. It would be perfect if it replaces the h3 tag used in your code and it would help in improving Accessibility.

    2. You could also make use of relative units like the em and rem units for your font-sizes, padding, margins and widths. This would help to improve your site's responsiveness.

    Hope this helps you. Happy Coding!👊

    Marked as helpful
  • Nicolás Hernández•100
    @niccolashernandez
    Submitted almost 3 years ago

    Profile card component HTML/CSS

    1
    Vincent Daniel•410
    @davinceey
    Posted almost 3 years ago

    Hello Nicolás Hernández. Congratulations on finishing this project! I previewed your site and it looks very good. But I observed that it wasn't responsive when I used my Chrome Dev Tools.

    You might want to go through your media query code. You used min-width: 1440px, instead of setting how it should look on a mobile layout (375px). This made your site have issue with being responsive.

    You might want to also make use of relative units like the em and rem to replace the px when applying to padding, margins, font-sizes and widths, as this would help improve their responsiveness.

    Hope this helps you. Happy Coding!👊

    Marked as helpful
  • Ammar Khalid•20
    @ammar886
    Submitted almost 3 years ago

    QR Code Component Solution

    #accessibility#bootstrap#cube-css
    3
    Vincent Daniel•410
    @davinceey
    Posted almost 3 years ago

    Hello Ammar Khalid. Congratulations on finishing this project! And, yes, your solution is clean😁. Just some little tips for improvement:

    1. You could do well to wrap all your content in a <main> tag. You made use of a lot of divs. You could just make use of a <section> tag to group your work just right under the svg.

    2. I observed that your writeups were not wrapped in any tags. It would be good HTMML practice to wrap your codes in tags. Your should use this instead <h1>Improve your front-end <br> skills by building projects</h1> and a p tag for the second write-up.

    3. You could also make use of relative units like the em and rem for padding, margins, and widths. This would enable your site to be more responsive.

    Hope this helps you. Happy Coding!👊

    Marked as helpful
  • ndorph1n•60
    @ndorph1n
    Submitted almost 3 years ago

    Product preview card component (float version)

    1
    Vincent Daniel•410
    @davinceey
    Posted almost 3 years ago

    Hello EnD1nG. Congratulations on your first project! Your solution is nice and great in the whole. Some little tips for you:

    1. You could do well to wrap everything in a <main> tag instead. This would help in good HTML validation and would also help screen-readers to know that they are about going through the main content of your site. Also, you could replace the div in this code <div class="card-inner">, with a section semantic tag. This would help to improve Accessibility.

    2. You can replace the h2 tag with an h1 tag so that it obeys the HTML hierarchy, giving your code a level one heading.

    Hope this helps you. 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