Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
9
Comments
8

tchananet

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

  • Article Preview component

    #pure-css

    tchananet•170
    Submitted 11 months ago

    I still have not figured out how to make the share links float above the share icon


    1 comment
  • Responsive Testimonials Section

    #pure-css

    tchananet•170
    Submitted 11 months ago

    1 comment
  • Four Card Feature section using CSS

    #pure-css

    tchananet•170
    Submitted 11 months ago

    1 comment
  • Responsive Product preview card component Css flex

    #pure-css

    tchananet•170
    Submitted 11 months ago

    I have issues with matching pixel for pixel. I can't exactly nail the positioning, the sizes. So its always a bit off.


    3 comments
  • Blog preview card

    #pure-css

    tchananet•170
    Submitted 11 months ago

    I still struggle with being able to match the design pixel for pixel. I can get the layout but matching exact font-size, width, spacing, is hard.


    1 comment
  • Social links profile page

    #pure-css

    tchananet•170
    Submitted 11 months ago

    1 comment
View more solutions

Latest comments

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

    I'm glad i was able to complete the project.

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

    I encountered challenge changing the color of the SVG image but was able to solve it using online resources.

    Article preview component

    #pure-css
    1
    tchananet•170
    @tchananet
    Posted 11 months ago

    Congrats on completing the project, good solution. There still are some things to work on like the font size and title color, but overall, its a great solution

  • Abdullahi(busybrain)•210
    @abdul-busybrain
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    grid-template-areas

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

    making the design to fit the viewport, i review other people code

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

    grid, responsiveness

    Testimonial Grid Section

    #pure-css
    1
    tchananet•170
    @tchananet
    Posted 11 months ago

    Hello, great work there. For responsiveness, you should change the grid template areas using along with media queries, setting up the areas differently for mobile and for large screen. Also, for better positioning, you should put the elements in a container, set its display to grid and then use place-contents: center. I think these should be of help. Happy coding and keep it up!

    Marked as helpful
  • Abdullahi(busybrain)•210
    @abdul-busybrain
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    Mobile first design is the key, i will to start with it always in my projects

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

    Responsiveness, media query: I haven't, but I will try my best .

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

    Responsiveness and media query

    Responsive 4 card feature section

    #pure-css
    1
    tchananet•170
    @tchananet
    Posted 11 months ago

    Hello, congrats on completing the challenge :) Your solution looks great!

    I have just one suggestion: For the images, is best to add them as images rather than background, as it is less of a hassle to position especially using layout (grid or flex). Hope it was helpful, happy coding.

  • Aditya Singh•280
    @Ad7905itya
    Submitted 12 months ago
    What challenges did you encounter, and how did you overcome them?

    it's easy to make web design but i have completed in one hours twenty minutes.this was thinking more to solve making website at that time

    Product-preview card

    #pure-css
    1
    tchananet•170
    @tchananet
    Posted 11 months ago

    Hello. Great work there, I like it. The structure looks good too. For more responsiveness it is better to use em and rem rather than px but a part from that, good work.

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

    Most proud of the CSS nesting and learning more about styling list markers. Next time will try prototyping in Bootstrap for a quicker start.

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

    I had a hard time analysing the jpg because the color palette put a real strain on my eyes. I had a hard time figuring out what was going on, and what is up with 3 shades of white? I was finally able to begin by looking over over people's work and seeing how they interpreted the styles.

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

    The media query is very messy and would like some help cleaning up the styles. Perhaps I need to fix something in the html?

    Recipe Page using CSS nesting

    #pure-css
    1
    tchananet•170
    @tchananet
    Posted 11 months ago

    Hi. Good try at the design. Here a few things you could look into.

    • For the media query, you did not add the query for the smaller screens.
    • There is no minimum sizing, so the code is not very responsive.
    • Why put the introduction in a header? The image alone should suffize, and the rest could be in the main or a section.
    • Just a minor issue, but naming class is usually begin with lowercase.
  • Diego Hernández•80
    @dieherram
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    I am most proud of having completed the challenge without access to the Figma design file. Despite this limitation, I managed to get quite close to the reference images. Next time, I would spend more time ensuring pixel-perfect accuracy and consider using tools like Google Lighthouse from the start to improve accessibility and the overall quality of my code.

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

    Trying to match the original design was a considerable challenge. However, my previous experience working with Figma files in other projects proved very helpful. This familiarity allowed me to resolve my questions much more quickly and efficiently.

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

    I would like to receive advice from more experienced users to improve the quality of my code. Any suggestions on best practices, optimization, and accessibility would be very valuable to me.

    Social link profile

    #pure-css
    1
    tchananet•170
    @tchananet
    Posted 11 months ago

    Hello! I liked your solution! It's not much but here are some points to help you out.

    • Try to use variables defined in the root instead of putting the colors and font sizes one by one manually. This makes the code look clean, helps avoid confusion.
    • Your container is a quite smaller than the one in the solution. Try setting height and/or removing the footer.
    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