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

  • sym28 20

    @sym28

    Submitted

    to vertically position the profile image between two elements, I used position: absolute on the image element along with top/left/bottom, and position relative on the parent container.

    Is there an alternative way I can position the image perfectly in the middle without having to eyeball top/bottom/left/right values?

    @Fawkes11

    Posted

    you can use position relative and absolute as you did, but in the child you can use letf: 50%; transform: tranlateX(-50%); so it will always be in the middle and for the vertical position take half the size of the image, if the image is 100px high then top: -50px;

    Marked as helpful

    1
  • @yudiyoshida

    Submitted

    Hello guys! How are you? So, this is my third project and all of them I've been using flexbox or grid to make them responsive (or at least I'm trying to make KEKW). Which one of them do you prefer? and why? Thank you!

    @Fawkes11

    Posted

    In my opinion it is valid to use both, but it all depends on what is going to be done, although the truth is that I use flexbox more. I use grid only when it is more complex or there are more elements to organize. greetings

    1
  • @Fawkes11

    Posted

    Hi, I hope not to bother here but I have a problem solving this challenge that I can't find a solution and I see that you do, the problem is how to make the color of the bar different on both sides of the path.

    0
  • @balliets10

    Submitted

    I am having an issue with the images not showing up in github but will show up on local machine. Any Suggestions? And also any tips or critiques are completely welcome.

    @Fawkes11

    Posted

    I had the same problem, the solution is to put the correct route, remove the / from the beginning of the route.

    1