This question is a follow-up to a question I read called 'bootstrap 4 table column sizing'.
I want to create a small table (2x3) with the outside border of the bottom-right cell missing. The picture should explain it. Does anyone know how I can do this on Bootstrap 4?
2x3 table with bottom-right cell hidden/missing
One user on the aforementioned question created a 2x3 table on Copeply. I'm using this code as a template. The link is here: https://www.codeply.com/go/BYrG9NNd6e
In short, can anyone tell me how to add to this code in order to hide the outside border of the bottom-right cell?
I'm very new to coding. Apologies for any basic errors.
Thanks.