HTML grid

I am compiling a grid diagram in HTML, this is what I still have: http://jsfiddle.net/wlindner/HX2eq/ .

The attached screenshot is what I'm trying to do, and I'm really not sure if I'm the right fit. How should I put the wide box in the lower right corner in the correct position?

HTML Grid Layout

+4
source share
2 answers
#attendees-box { width: 640px; height: 200px; float:right; margin-top:-224px; } 

You may need to set up numbers.

+2
source

If you need to create or test any layout of the HTML grid, try this site: HTML page grid layout generator . Click the Create button to generate CSS and HTML for any layout.

0
source

Source: https://habr.com/ru/post/1383358/


All Articles