Dave
@Guitar8634All solutions
- Submitted 2 months ago
Blog Preview Card using figma files
- HTML
- CSS
I am curios how other people solved the indenting of the title and paragraph in the hover state.
- Submitted 3 months ago
Mobile-first QR Code Component
- HTML
- CSS
Areas I'd Like Help With
- figuring out how to have a link in hover grow with it moving the other links next to it for example, I have this code for my links-
.attribution a:hover { font-weight: 600; transition: all .225s ease-in-out; color: hsl(47, 51%, 55%); }
When the font-weight grows, the text on either side moves out of the way to create space. I'd like it to grow over the other text. Would this be a
z-index
or `` type solution?thanks!