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

Carlos Oceguera

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

  • Contact form solution


    Carlos Oceguera•160
    Submitted about 1 year ago

    I would like to receive suggestions of how to make more professional my coding.


    0 comments
  • Testimonials Grid Solution


    Carlos Oceguera•160
    Submitted about 1 year ago

    As always i need help to clean my code


    1 comment
  • Four card feature section CSS Grid


    Carlos Oceguera•160
    Submitted about 1 year ago

    I would like to see another way to approach the problem, if there is an easier solution


    1 comment
  • Product preview card component solution


    Carlos Oceguera•160
    Submitted about 1 year ago

    I want to learn how to do a more professional approach of my coding


    1 comment
  • Recipe page


    Carlos Oceguera•160
    Submitted about 1 year ago

    Clean unnecessary css


    1 comment
  • Social Links Profile


    Carlos Oceguera•160
    Submitted about 1 year ago

    Clean my css


    1 comment
View more solutions

Latest comments

  • chukwu obed•150
    @obed-smart
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Am proud that finally i have understood a bit how basic layout work and i will try to make it more responsive next time

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

    i encounter problem with grid areas but am happy that i finally solve it but learning more out it

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

    for now i don't think i have any area that i don't understood well in my project

    Responsive testimonial section using Css grid

    1
    Carlos Oceguera•160
    @chefoce
    Posted about 1 year ago

    Good work you can improve your design adjusting the height of the testimonials boxes

    Marked as helpful
  • Uche Ofatu•350
    @Macnelson9
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    I'm proud of myself for being able to complete this challenge. I am most proud of being able to implement the flexbox to conquer this challenge.

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

    First challenge I encountered was deciding between the which technique to use between the flexbox or grid. Second challenge, I tried flexbox first, didn't get it working because I couldn't get the left and right cards to come down into the middle of the page. lol I then decided to use grid and it was even worse lol. Well, as you can see from my solution, I made it work with flexbox.

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

    I think I'm good for now. Thank you to AlexArcher for your help these past few weeks. Thank you to others who made one input or the other, you make me better.

    Responsive Four Feature Card Landing Page

    2
    Carlos Oceguera•160
    @chefoce
    Posted about 1 year ago

    With css grid, i was so confused, but the exercise help me to really undersant css grid, the next exercise i will try with flexbox, because i read your code and it looks easier and cleaner.

  • Uche Ofatu•350
    @Macnelson9
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    I'm proud of myself for being able to complete this challenge. I am most proud of being able to implement the flexbox to conquer this challenge.

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

    First challenge I encountered was deciding between the which technique to use between the flexbox or grid. Second challenge, I tried flexbox first, didn't get it working because I couldn't get the left and right cards to come down into the middle of the page. lol I then decided to use grid and it was even worse lol. Well, as you can see from my solution, I made it work with flexbox.

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

    I think I'm good for now. Thank you to AlexArcher for your help these past few weeks. Thank you to others who made one input or the other, you make me better.

    Responsive Four Feature Card Landing Page

    2
    Carlos Oceguera•160
    @chefoce
    Posted about 1 year ago

    Good work i couldn't do it with flexbox

  • Nur Farah Omar•120
    @NF0mar
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    I am proud that I am doing more challenges day by day to master frontend, and I am going to do challenges daily after this.

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

    The challenges I have encountered were, there were two picture which I was supposed to use one for Desktop devices and one for Mobile devices, but I figured out it was not that difficult, i just set the display of the image that i didn't needed to none.

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

    I think my responsive is not the way it should be, and also I am confused when to use rem or px. So if you read this and you think your idea is better than mine, don't hesitate to share please.

    Product Preview Card

    2
    Carlos Oceguera•160
    @chefoce
    Posted about 1 year ago

    You forgot to put the word perfume un capital letters, also you need to remove some styles in the mobile view, you can try to use percentages in the width of the components, nice work

    Marked as helpful
  • Justin•100
    @aduatgit
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    I figured out the layout quite fast and completed the project in a relatively short amount of time. This time I styled a lot of base elements instead of using classes, I didn't really like doing that and will for sure use classes again next time.

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

    Styling the lists and tables was pretty annoying, especially with the spacing. I figured out some stuff as well, like using li::marker to only style the list markers. For the table I had to use all kinds of shenanigans like using text-indent and randomly changing padding, didn't feel very elegant. I also encountered some issues with the element in regards to changing its color, I overcame that problem by styling the border-color of it and only enabling the top border (so that the line is only 1px instead of 2px).

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

    I used a utility class for my flex layout, I think it worked really well but I'd like to know if stuff can be improved. For example I put the image and the first heading + paragraph into 1 div called hero, not sure if that is optimal. Because of this I also had some issues with the mobile page, where I had to change the margins of the first heading and paragraph manually instead of just changing the image.

    recipe page

    1
    Carlos Oceguera•160
    @chefoce
    Posted about 1 year ago

    Exactly the same congratulations

  • Kate•60
    @devknightingale
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Most proud of:

    I feel like I am getting better at imitating designs I see after fooling around a lot with different things on my own, such as grid and flexbox.

    What I would do differently next time:

    I want to learn more about accessibility, so that I can properly structure the HTML to meet accessibility guidelines. I am aware of things like alt text, but I don't know much about how screenreaders work and how to serve sites to them properly.

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

    Challenges I encountered:

    Not sure I would call it a challenge, but I had trouble centering the profile picture image before I remembered to place it inside a div element. There are still certain things I don't do instinctively, but it usually doesn't take me long now to fix those issues.

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

    What I'd like help with:

    I guess more of a question than a request for help, but I used the developer console in Chrome to view my design at different screen sizes. I wondered, if your design is already responsive at different screen sizes, is there still a need to include media queries in your CSS?

    Social Links

    1
    Carlos Oceguera•160
    @chefoce
    Posted about 1 year ago

    You have to add margin between the photo and the text

View more comments

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