Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
14
Comments
22
P

Alex

@Sharky83uk350 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

  • Stats preview card component


    P
    Alex•350
    Submitted 11 months ago

    I wasn't able to sort the violet overlay, so submitting to look at how i can manage this from others! (feedback and by looking at other submissions)


    0 comments
  • huddle landing page solution


    P
    Alex•350
    Submitted 11 months ago

    anyy general advie


    0 comments
  • Newsletter sign up with success message.


    P
    Alex•350
    Submitted 11 months ago

    general feedback welcome!


    1 comment
  • workit landing page


    P
    Alex•350
    Submitted 11 months ago

    i know need to work on linear gradients, to allow me to add these to the background, and also brush up on media queries to improve the responsive flow.

    any other general advice?


    0 comments
  • Single Price Grid Component


    P
    Alex•350
    Submitted 11 months ago

    general comments welcome.


    0 comments
  • article preview component


    P
    Alex•350
    Submitted 11 months ago

    struggling to get the JS to work with the social_container in the correct positions.

    i am submitting a little early for general comments/advice...

    but this will also allow me to look at other solutions, to learn from and resubmit!


    1 comment
View more solutions

Latest comments

  • Taiwo•130
    @taiwogbadamosi
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    I'm glad I learnt about key topics like authentication

    What challenges did you encounter, and how did you overcome them?

    Funny enough the layout was hardest for me even though it's the most repeated thing i've done. I guess as I do more it'll all become more intuitive

    What specific areas of your project would you like help with?

    None, ready to move to next project

    regex, dom manipulation, authentication

    1
    P
    Alex•350
    @Sharky83
    Posted 11 months ago

    was a tought one for me too, my brain wouldnt work on this one! your css will help me improve mine for sure... i forgot a few bits too!

    just need to correctly space the content out fo larger screen sizes and add border radius to the main container!

  • P
    gajbos99•170
    @gajbos99
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    /

    What challenges did you encounter, and how did you overcome them?

    Just alot of media queries needed to be used, so i tried some stuff out with that.

    What specific areas of your project would you like help with?

    I just didnt know how to get the images at the start to work responsive

    Meet Landing Page

    #sass/scss
    1
    P
    Alex•350
    @Sharky83
    Posted 11 months ago

    When you re-upload, make sure the full address to index is in the live site...

    You can have a grid or flex, and have the images for the hero set ro display: none", then a media query to make the display grid or flex appear and certain width... and then the other image to not dispLAY (display: none) same time.

  • Terez Lagova•410
    @TerezL
    Submitted 11 months ago

    Article preview

    1
    P
    Alex•350
    @Sharky83
    Posted 11 months ago

    nice!! will help me finish mine a little better, i got stuck!

    you can center yours to the screen, by adding justify content (center) and align items (center) and a height (100vh) to main.

    Marked as helpful
  • P
    Clyo•180
    @clyo
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    Becoming more proficient in CSS

    What challenges did you encounter, and how did you overcome them?

    For some reason the font-face doesn't work. It works in my preview on VS but doesn't work when I open the index.html file and look at it in the browser. Not sure why?

    What specific areas of your project would you like help with?

    For some reason the font-face doesn't work. It works in my preview on VS but doesn't work when I open the index.html file and look at it in the browser. Not sure why?

    Social Media Link Page

    2
    P
    Alex•350
    @Sharky83
    Posted 11 months ago

    when adding font files to projects, and using the @ fontface to css file, you need to also add the "format" at the end or each url. it works on yours locally becuse you have the font on your local system i think.

    eg:

    @font-face { font-family: "inter"; src: url(/assets/fonts/static/Inter-Bold.ttf) format(""ttf), url(/assets/fonts/static/Inter-SemiBold.ttf) format(""ttf), url(/assets/fonts/static/Inter-Bold.ttf) format(""ttf); }

    to speed up adding fonts for challenges only (not good for real projects) use the @import feature on google fonts!

    Marked as helpful
  • Dhruvm2004•20
    @Dhruvm2004
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    adjustments are improved and will be device accessible soon

    What challenges did you encounter, and how did you overcome them?

    all devices compatability

    What specific areas of your project would you like help with?

    device adjustments

    3 TABLE PAGE

    1
    P
    Alex•350
    @Sharky83
    Posted 11 months ago

    looking nice!

    having these in the body {} will center the container within! :)

    display: flex; align-items: center; justify-content: center; height: 100vh;

    also by having the :hover on the an addition button css property, allows a background colour to be altered when hovering over it! (or in your case you used the a: element for the buttons)

    so a:hover { background-color: choose color; }

  • BozJR•260
    @BozJR
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    This was a tricky one ngl but i still managed to complete it after a lot of trial and error! more learning and testing myself but proud of the finished article.

    What challenges did you encounter, and how did you overcome them?

    The main challenges on this was the hero picture , going from one picture to two pictures and then trying to figure out the colour on the footer! Dont even get me started on the media queries!!!

    What specific areas of your project would you like help with?

    using figma properly! and then more help with flexbox and grid.

    Basic Landing Page using HTML & CSS

    1
    P
    Alex•350
    @Sharky83
    Posted 11 months ago

    Looks really good! to get a little closer to the origianl design you can increase the size of the images that are inline, (255px i think)

    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

Mentor of the Week - 3rd Place

This badge is awarded to the 3rd placed community member on the weekly Wall of Fame.

Fun fact

The Hansen Writing Ball shown in the badge was the first commercially produced typewriter. It was put into production in 1870 with its unique ergonomic design. It was overtaken in the market in 1873 by the Sholes and Glidden typewriter which was the first keyboard to utilise the QWERTY layout we now use today.

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