Newer
Older
minerva / Tests / LibWeb / Layout / input / table / fixed-margins.html
@minerva minerva on 13 Jul 435 bytes Initial commit
<style>
* {
    font-family: 'MinervaSans';
}

.wrapper {
    background-color: mediumturquoise;
}

.box {
    display: table;
    background-color: orange;
    margin-left: 100px;
    margin-right: 100px;
}

.cell {
    display: table-cell;
}
  </style>
  <div class="wrapper"><div class="box"><div class="cell">DaTa DisplaYiNg CSS WeBpaGE ScReEn OF aR AddITioN COmmOnLY To AdJuSt PRiCiNG sTYLiNG ceLL oF TAbLeS  
  </div></div></div>