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...
No description
4 Replies
~MARSMAN~
~MARSMAN~10mo ago
you're gonna need to show us your code in a codepen would be best
AG_Ch3rry (EU)
AG_Ch3rry (EU)10mo ago
i added a code pen
snxxwyy
snxxwyy10mo ago
@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
Want results from more Discord servers?
Add your server
More Posts
Curious about double font-size in gov.uk typography stylesHey everybody, I was at a meeting with my team (UX) and a colleague presented some work based in govFigma Toolbar Text-Size adjustment?Hi folks, does anybody know offhand how to increase the text size in the toolbars? All my searches aWhy does Firefox default justify-items: first (last) baseline to start and end?Hello friends. I was recently helping someone understand what the first and last baseline do within I want to overflow the tooltip instead of overflowing it in datatables like jquery ui tooltipI don't know how to overflow a datatooltip like jquery ui tooltip. jquery tooltip doesnt take width Dark mode / dark theme implementation in SASSHi, i'm trying to upgrade my portfolio step by step and right now, i'd like to implement a dark modePage loaderIs it possible to display actual page loading progress like from 0% to 100%?UX: Login/Sign in modal for scripts turned on, separate page for when turned offAs the title says. I'm thinking of doing a progressive enhancement where if a user has Javascript tuCode Refactoring JavaScriptHello, I was practicing dom and trying to use functions to reduce amount of code, this is what i dihow to make a Quiz app generate Randome options/answers from an array.Hello. I’m building a quiz app and I’m trying to run a function that selects random answers from anHow to select certain Index in Array?Hello, Let’s say for example I have an array such as: let sample = [“5”,”+”,”6”]; How would I be