+ 6
How can I divide a table cell diagonally?
I want to divide a table cell diagonally and assign two individual data to each of the divisions. I've checked the web but it's all complicated.
5 odpowiedzi
+ 8
Use background: linear-gradient could make it happen
https://code.sololearn.com/WJS4lWoVz2MD/?ref=app
+ 4
Diagonal division of table cells is not baked into the standard, so it will be complicated.
+ 1
Thank you Calviղ.
I will study this after learning CSS.
0
you can use"colspan" and "rowspan" attributes
0
colspan and rowspan are very useful