Not Updated For Current Season
This guide has not yet been updated for the current season. Please keep this in mind while reading. You can see the most recently updated guides on the browse guides page
x
Responsive columns
x

Did this guide help you? If so please give them a vote or leave a comment.
You can even win prizes by doing so!
Vote
Comment
I liked this Guide

I didn't like this Guide




Your votes and comments encourage our guide authors to continue
creating helpful guides for the League of Legends community.
As far as I know, those two commands do not have an equivalent in responsive columns. I'd argue that colspan isn't really necessary. For any new row, you can make new cells (/cols) of arbitrary width, which is not in any way set by any other rows (unlike tables, which form a predefined rectangular grid). Having rowspan could be nice in some cases, however that just isn't possible :( Similar results can be achieved with nested responsive columns, however handling those can be annoying.
1. Is it possible to remove one of the column sides? If yes, plese tell me how to do it?
2. Is it possible for the column sides to have different colors? For example, top side colored red, left side colored blue, etc. If yes, then can you please tell me how?
Thank you in advance! <3
It is of course possible to cheat the system by 'manually' adding sides. This is of course more tedious and has some limitations (e.g. 'normal' curvy borders become impossible to realize with code alone). Such a thing can be realized with both tables and responsive columns, however I find it to be a bit easier with tables because then the alignment along rows is automatic. While with responsive columns you'd have to carefully set the width (and height) of all the columns in every row.
I guess its usefulness depends on what you want to do with it...
I got one final question to ask, which code is used here to create these borders? they seem responsive to me... Is it possible to create one myself or should I just grab the one that I want from websites -if they exist-?
https://i.imgur.com/EaYqVMr.png
Source of image: https://www.mobafire.com/league-of-legends/build/12-16-the-ultimate-guide-to-akali-the-rogue-assassin-fr-en-587802
Thank you again <3
It is probably a lot of work to ensure that all those 'custom' borders have the right width/height. If you intend to do this I recommend working with placeholders and adding/creating the images once you know what their size should be.
xDDDDDDDDDDD
That being said, I'm very happy it has been helpful to you :)