Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*Simple table on DIV (CSS)*/
- #main
- {
- margin:0 auto;
- width:980px;
- height: 100%;
- border: 7px solid #0000FF;
- background-color: #D8BFD8;
- }
- .table
- {
- display:table;
- border:2px solid yellow;
- width:100%;
- }
- .row
- {
- display:table-row;
- }
- .col
- {
- display:table-cell;
- border:1px solid black;
- width:50%;
- background-color: #FFFFFF;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement