+ 2
How can I resize the inner of a table...
I want to make my code called SoloLearn Birthdays v 2.1 more easy to use by resizing the tables... Coding in CSS PLEASE...
10 Respuestas
+ 2
You can format it in this way:
https://code.sololearn.com/WhS33fRY2V2u/?ref=app
+ 4
Why don't you use bootstrap accordian. refer
https://code.sololearn.com/w0Dg2zWU7akn/?ref=app
+ 4
Great @Cavin🖒
+ 3
Please dont use table for single contents. Table is for tabular of data.
+ 3
How then?
+ 3
As far I know that <div> can be resizable. Still you can try this
table {
width: 100% /* will adjust w.r.t the container width */
}
+ 3
That isn't the point...
I want the January, February, March, April... December etc. to be more user-friendly to touch
+ 3
@Iwan for you
https://code.sololearn.com/wOViyhkWomrB/#php
+ 2
<h1>SoloLearn Birthdays v 2.1</h1>
+ 2
@Devender
Your suggestion is great too. I got the idea from your code.