Latest solutions
Latest comments
- @sym28Submitted almost 4 years ago@Fawkes11Posted almost 4 years ago
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 helpful1 - @yudiyoshidaSubmitted almost 4 years ago@Fawkes11Posted almost 4 years ago
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 - @atekronSubmitted almost 4 years ago@Fawkes11Posted almost 4 years ago
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 - @balliets10Submitted almost 4 years ago@Fawkes11Posted almost 4 years ago
I had the same problem, the solution is to put the correct route, remove the / from the beginning of the route.
1