Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
14
Comments
66
Nick
@Nick331102

All comments

  • hyunnies•140
    @hyunnies95
    Submitted over 3 years ago

    Photosnap multi-page website | Vue.js

    1
    Nick•760
    @Nick331102
    Posted over 3 years ago

    Great job, looks very nice. Best one I have seen

  • Leonard•80
    @Leonard-O
    Submitted over 3 years ago

    This is a responsive Testimonial design done with CSS Grid

    #tailwind-css
    2
    Nick•760
    @Nick331102
    Posted over 3 years ago

    nice work. kevin powell did a recent segment about grid using this project as an example if you are looking for more clarity.

    https://www.youtube.com/watch?v=rg7Fvvl3taU&t=1438s

    I would play with your media query a bit so it breaks earlier, maybe around 800-850px.

    Marked as helpful
  • Daniel•100
    @danM51
    Submitted over 3 years ago

    primarily using Grid CSS and HTML to Layout the design

    1
    Nick•760
    @Nick331102
    Posted over 3 years ago

    nice work. kevin powell did a recent segment about grid using this project as an example if you are looking for more clarity.

    https://www.youtube.com/watch?v=rg7Fvvl3taU&t=1438s

    setting a max-width om your main container would make it responsive, and then you can utilize media queries and change your grid template areas as needed.

    Marked as helpful
  • David Maillard•375
    @DavidMaillard
    Submitted over 3 years ago

    designo-multipage-website

    2
    Nick•760
    @Nick331102
    Posted over 3 years ago

    If you have a free moment would you be able to look at my solution for this challenge? I haven't been able to get the error messages to show using JS for the form validation.

    Thank You

  • Krypton•180
    @madhusudanbabar
    Submitted over 3 years ago

    responsive stats card

    #sass/scss#bem
    2
    Nick•760
    @Nick331102
    Posted over 3 years ago

    This is the easiest way I have found for the overlay, but there are other ways try using an inset box shadow box-shadow: inset 0 0 0 1000px rgba(109, 54, 199, 0.596); you can adjust the color.

    Marked as helpful
  • Vegeta•60
    @Shyam101
    Submitted over 3 years ago

    stats preview card component

    2
    Nick•760
    @Nick331102
    Posted over 3 years ago

    This is the easiest way I have found for the overlay, but there are other ways try using an inset box shadow box-shadow: inset 0 0 0 1000px rgba(109, 54, 199, 0.596); you can adjust the color.

  • P
    Joshua Briley•415
    @somecallmejosh
    Submitted over 3 years ago

    Creative Agency - Rails 7, Tailwind, and Alpine

    #tailwind-css
    1
    Nick•760
    @Nick331102
    Posted over 3 years ago

    nice job. Looks great

  • Semih Murat•40
    @smhmurat
    Submitted over 3 years ago

    Preview Card Component

    #bem#sass/scss
    2
    Nick•760
    @Nick331102
    Posted over 3 years ago

    This is the easiest way I have found for the overlay, but there are other ways try using an inset box shadow box-shadow: inset 0 0 0 1000px rgba(109, 54, 199, 0.596); you can adjust the color.

  • P
    Aleksander Tysklind•860
    @outerpreneur
    Submitted over 3 years ago

    Stats preview card

    2
    Nick•760
    @Nick331102
    Posted over 3 years ago

    This is the easiest way I have found for the overlay, but there are other ways try using an inset box shadow box-shadow: inset 0 0 0 1000px rgba(109, 54, 199, 0.596); you can adjust the color.

    you can utilize media queries to make your card more responsive, so I would research them.

    if you want the columns to be the same width you can display: grid on the container and set grid-template-columns: repeat(2, 1fr)

    Marked as helpful
  • Jose Chaparro•455
    @jchapar
    Submitted over 3 years ago

    Responsive landing page using SASS & JS

    #sass/scss#accessibility
    1
    Nick•760
    @Nick331102
    Posted over 3 years ago

    Nice work overall. You may want to wrap everything in a main and set a max-width, as I viewed your project in a widescreen monitor and would look better with a max width. You could also add a hover state to the request access button. As you mentioned, the margin and padding need to be fixed for the text. The project does look pretty good on mobile though. The success message for the email validation doesn't seem to work. You could reference my project if you would like.

    well done

    Marked as helpful
  • Berlianto Ferdynand Pongbubun•200
    @xvferdy
    Submitted over 3 years ago

    fem-testimonials-grid-section

    #sass/scss
    1
    Nick•760
    @Nick331102
    Posted over 3 years ago

    nice work. kevin powell did a recent segment about grid using this project as an example if you are looking for more clarity.

    https://www.youtube.com/watch?v=rg7Fvvl3taU&t=1438s

  • tom•175
    @tomsky90
    Submitted over 3 years ago

    A solution to the Audiophile e-commerce website (React, SCSS, Flexbox)

    1
    Nick•760
    @Nick331102
    Posted over 3 years ago

    Very nice. This is quite a large project, looks great

  • Wang•60
    @effycoco
    Submitted over 3 years ago

    3-column card

    1
    Nick•760
    @Nick331102
    Posted over 3 years ago

    Nice work.

    You might try making your main container more responsive by using max-width: 918px instead of using a fixed width. Also, you can add a hover state to or cursor:pointer to the learn more buttons.

  • Will Gordon•20
    @wcgordon1
    Submitted over 3 years ago

    Order summary component challenge - HTML and CSS

    2
    Nick•760
    @Nick331102
    Posted over 3 years ago

    Nice work. Good luck in your bootcamp

    Marked as helpful
  • K.Kishin•420
    @Kaji1127
    Submitted over 3 years ago

    Using Sass, Grid Layout, JavaScript

    1
    Nick•760
    @Nick331102
    Posted over 3 years ago

    Nicely done. The only thing I would say is to maybe have your hamburger menu lines rotate on click and add some hover states for the nav links in the mobile menu. Other than that it looks great.

    Marked as helpful
  • hamidousow•70
    @hamidousow
    Submitted over 3 years ago

    Styled fixed with the flex property

    2
    Nick•760
    @Nick331102
    Posted over 3 years ago

    If the you look at the JS in my pricing.js file for the photosnap project it would be helpful to you and give an idea about how to toggle the value.

    https://github.com/Nick331102/Photosnap

    Marked as helpful
  • Natnael Fanta Teffera•110
    @nashee
    Submitted over 3 years ago

    css grid, sass, gulp , js

    3
    Nick•760
    @Nick331102
    Posted over 3 years ago

    thank you

  • Artur da Silva Rezende•305
    @ArturdaSilvaRezende
    Submitted over 3 years ago

    Project encoded with html5, css3, Vanilla JS, ReactJs, Styled-Componen

    2
    Nick•760
    @Nick331102
    Posted over 3 years ago

    thank you

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

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