Skip to content

Commit

Permalink
CSS alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
kispaljr committed Dec 6, 2022
1 parent 1e8d3a5 commit d19adbf
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions alapmuveleti/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,30 @@
border-collapse: collapse;
table-layout: fixed;
width: 100%;
margin-top: 1cm;
/* margin-top: 0.1cm;*/
/*margin: 1cm;*/
}

table.exercises {
width: auto;
border-collapse: separate;
border-spacing: 0.5em 0;
/* border: 1px solid red;*/
}

table.columns {
border-collapse: separate;
border-right: 15em;
table.exercises td {
padding-right: 0.3em;
text-align: right;
}

td.columns {
/* border-right: 1px solid black;*/
}


th,
td {
border: none;
/* 1px solid; */
font-size: 14pt;
font-size: 16pt;
font-family: Arial;
height: 28pt;
}
Expand Down Expand Up @@ -283,12 +286,15 @@
<td class='columns'>
<table id='exercises_1' class='exercises'></table>
</td>
<td style="width: 50px" />
<td class='columns'>
<table id='exercises_2' class='exercises'></table>
</td>
<td style="width: 50px" />
<td class='columns'>
<table id='exercises_3' class='exercises'></table>
</td>
<td style="width: 50px" />
<td class='columns'>
<table id='exercises_4' class='exercises'></table>
</td>
Expand Down

0 comments on commit d19adbf

Please sign in to comment.