Absolute overlap
Does anyone know how to stop the github button from overlapping on the download cv button ? I need the download button to be in the center and the github button to be on the left of it, but respecting the borders of it...
4 Replies
you're gonna need to show us your code
in a codepen would be best
i added a code pen
@AG_Ch3rry (EU) you seem to have quite a lot of redundant code in there, and you seem to have double
display
styling on sections too which unfortunately doesn't work. position: absolute
is the reason that your button and github icon overlap, you don't need absolute positioning on the icon but rather can display it the same way either using grid or flexbox. I re-made an example to help you understand, hopefully this helps, feel free to ask any questions.
https://codepen.io/deerCabin/pen/BavWNJw