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

  • Saurabh VR 320

    @saurabh1996-rex

    Submitted

    Tried experimenting many things through this project, the font color gave me a tough time also the border-bottom which seems to be hardly visible in the design. Still feels like there's something odd with the background. If anyone feels the same please hail me with suggestions.

    @Gascoigne09

    Posted

    that something odd in the background might be the two circles being in the wrong places maybe?

    0
  • @Bijay4444

    Submitted

    I would really appreciate the feedback. The one that I received before helped to explore how to host my site on GitHub with branches. So it would really help me. Thank you.

    @Gascoigne09

    Posted

    Great job dude, I found your code so much easier to read than my own hahaha.

    1
  • @Gascoigne09

    Posted

    If it were possible, i would image it to be a lot more annoying to put in place than using media queries.

    Also, you might want to have a look at using a max-width on your cards at larger screen sizes as they become quite stretched.

    Great job though

    0
  • Tom 45

    @TdZink

    Submitted

    This is my first challenge. My goal was to be able to complete it with what I know. There are a number of things I could of done better and already recognized a few things I will change when I tackle the next challenge.

    Would specifically like feedback around getting my main card container to stay center as the screen size changes. It does not have additional responsiveness items such as clamp or min/max but would like to at least have it stay centered.

    @Gascoigne09

    Posted

    By the looks of it you've tried to use transform to centre your container. You'd need to include this i believe:

    position: absolute;
    top: 50%;
    left: 50%
    transform: translate(-50%, -50%);
    
    2
  • Vanza Setia 27,795

    @vanzasetia

    Submitted

    Hello Everyone! 👋

    I was doing this challenge on my Android phone. Hopefully, it looks good on your deskop. 😅

    Of course, any feedback is appreciated!

    That's it! Happy coding everyone!

    @Gascoigne09

    Posted

    This is an incredible effort if its something you've done on your phone.

    There is one small detail I'd like to address, when the viewport hits its breakpoint, your karma and team builder containers are slightly smaller than the ones on left and the right, but as the viewport increases the problem is very quickly resolved.

    It's a tiny detail i'm bringing up but again shows you've done a great job. :)

    1
  • @JaredBrown1

    Submitted

    I feel like I could have wrote my css more dry but it gets overwhelming the more things that need styling.

    @Gascoigne09

    Posted

    One of the easiest ways to help with the feeling of being overwhelmed is to spend just that little extra time thinking about what classnames you can use and really set each section apart from each other.

    I see a lot of .card-this and .card-that and it would eventually start giving me a headache when i needed to make the minor finishing touches. Comments are great to, i use them to break my work up.

    Finally have you considered building projects with mobile first in mind? It'll save you time and another headache!

    0
  • @Gascoigne09

    Posted

    Have you considered using max-width on your containers to avoid them stretching out significantly before reaching your break point?

    0
  • @Gascoigne09

    Submitted

    Feel free to critique what i've done. From the smallest thing you would change or if you'd do it a completely different way, share your work with me?

    Let's have a chat.

    Been trying to learn on my own for a few months, so having a conversation with anyone about it would be nice.

    Bye for now!

    @Gascoigne09

    Posted

    Ive just realised my code review link goes to an incorrect place!

    https://github.com/Gascoigne09/3-Column-Preview-Card.git

    0