Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Sounds like a trivia question. There are plenty of ways to do that.. Search for "CSS grids".
Welcome to devRant. -
<div class="wrap">
<div class="c">use more of these</>
</>
.wrap{
height, width
}
.c{
h,w
display: inline
float:left
} -
@Clear0Ff thank you for your suggestions. I finally implemented the table with both Grid and Flex.
Both the implementation satisfy my requirements. Hope my senior accepts it. -
Thank you everyone for you suggestions. Finally I implemented it using Grid and Flex.
Related Rants
Need help here.
I have to develop a HTML table layout without using <table> tag and CSS display:table styles.
Anyone has any ideas to share?
question
css
html