Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/22/2023 in all areas

  1. @gizmola Thanks. And yes. Again, I haven't started to write the actual code, but that was my thought process (especially since so many of the tags fit such a similar format. I guess I've actually come quite a way (thanks to those that have helped me HERE). *i wonder if it's time to change my username???!?*
    1 point
  2. The template does one name per cell so you can't overlap things on their corners. grid-area is shorthand for grid-row/column-start/end, so you could explicitly set the column-end to be "right". That'll stretch it out over that column, but text won't wrap and I don't know if there is a way to essentially "float" that right element. So what you could do, given you know the size of the columns and rows (or do you?) is to create a floating div inside the content that positions where the overlapping right cell is. https://jsfiddle.net/e1hg05af/
    1 point
This leaderboard is set to New York/GMT-04:00
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.