Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • P
    Patrick 14,325

    @palgramming

    Posted

    Looks Good very nice job

    Marked as helpful

    1
  • P
    Patrick 14,325

    @palgramming

    Posted

    When the user selects a region from the drop-down the list does not show an option has been selected. The countries seem to update but there is no conformation that the user selected the correct region

    Marked as helpful

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    you should change you body background styles to this

    background: url('./images/pattern-background-desktop.svg');
    background-color: var(--Pale-blue);
    background-size: 100vw 40vh;
    background-repeat: no-repeat;
    

    Marked as helpful

    1
  • Amon 2,560

    @A-amon

    Submitted

    Any feedback is welcome~

    P
    Patrick 14,325

    @palgramming

    Posted

    you should change the background-size on the body tag from 100% to '100% 40%or100vw 40vh`

    Marked as helpful

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    you should limit the use of the . key so the user cannot enter a number like this 1.2.3.4.5.6.7.8.9

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    The main thing in you nav that is no state change for the user to know what page they are on. Some how you need to highlight to the user what page is currently selected

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    you should change the background size on your body tag from contain to 100vw 40vh

    Marked as helpful

    0
  • @o0oDanielHaroo0o

    Submitted

    I ran into a problem with the border-radius. Starting at 1055px screen width it seems to flatten out and ends up looking like a regular box. I can't seem to find the source of this issue. Any help would be appreciated!

    P
    Patrick 14,325

    @palgramming

    Posted

    well you you need to put the border raidus on the corners of your cards that need them

    Put this on your orange card border-radius: 20px 0 0 20px; then look at how the dark cyan card compares to the results on the orange

    the key is you have to transition the border radius corners on the cards depending if it is the mobile or desktop layouts

    Marked as helpful

    1
  • P
    Patrick 14,325

    @palgramming

    Posted

    you need to put a controlled height on your card container you currently had 100vh but I put 60vh on it in web dev tools and then one each of your individual cards put a height of 100% on each of them

    thank should get you close

    Marked as helpful

    0
  • Jeff 80

    @jcombs0929

    Submitted

    I decided to use svgs for the images, and they can be confusing. Please let me know if I utilized these incorrectly. Thank you!

    P
    Patrick 14,325

    @palgramming

    Posted

    well just attach the SVG main background to the body tag in your css you do not need all the extra effort and code to when you can use use this https://www.w3schools.com/cssref/css3_pr_background.asp

    Marked as helpful

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    maybe start by attaching the main background to the body tag in the css and not using a img tag to insert it in the page https://www.w3schools.com/cssref/css3_pr_background.asp

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    Looks Nice. Good Job 🌟🌟🌟🌟🌟

    Marked as helpful

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    Nice job with the background placement and keeping the card centered in the window. You ended up with a really nice solution. Great Job!! ⭐⭐⭐⭐⭐

    Marked as helpful

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    You should add

    background-repeat: no-repeat;
    background-size: 100vw 40vh;
    

    to the background image on your body tag

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    you should change the background-size on your body tag from contain to 100vw 40vh

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    You need to change your media query width from 900px to 100px so when your social media pop up opens it does not go off screen

    Marked as helpful

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    On your body tag you should change your background size from contain to 100vw 40vh

    Marked as helpful

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    Not saying this is a perfect solution to your challenge but you should play with this setting to see what is happening On your .container Change grid-template: 284px 264px/ 258px 258px 258px 258px; To this grid-template: 1fr 1fr/ 1fr 1fr 1fr 1fr; Then add this margin: 2em;

    Marked as helpful

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    The Daniel Clifford text goes behind the apostrophe svg in the mobile layout you should change the z-index on a element to fix this

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    you should change your background-size: 100vw auto; to background-size: 100vw 40vh;

    Marked as helpful

    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    1. your header links do not have a hover state
    2. your email and phone in the footer are not links href="tel:#########" and href:"mailto:[email protected]"
    3. you social links in the footer have no hover state
    4. you email signup has no validation
    0
  • P
    Patrick 14,325

    @palgramming

    Posted

    you should change the background-size on your body tag from 100% to 100vw 40vh

    Marked as helpful

    1
  • @mateiahacks

    Submitted

    I know that I didn't treat good with fonts, and if you give me some tips about it and other things I would be thankful.

    P
    Patrick 14,325

    @palgramming

    Posted

    you should change you background-size on the body tag from contain to 100vw 40vh

    Marked as helpful

    0
  • @NightClover-code

    Submitted

    Hey everyone 👋

    I'm back after a while on front end mentor challenges, this one was pretty fun to make. The hardest thing to implement was probably the toggle button, but nothing too crazy.

    I built this using Next.js and Typescript, as well as scss for styling.

    Any feedback is most welcome. Enjoy your coding journey 🚀

    P
    Patrick 14,325

    @palgramming

    Posted

    you need to limit the use of the . so a user cannot enter a number like this 1.2.3.4.5.6.7.8.9

    0