Skip to content

Instantly share code, notes, and snippets.

@Miri92
Last active December 24, 2015 16:49
Show Gist options
  • Save Miri92/6831205 to your computer and use it in GitHub Desktop.
Save Miri92/6831205 to your computer and use it in GitHub Desktop.
4 box hazirlamaq (numune)
<!DOCTYPE html>
<html>
<head>
<style>
#dord-box {
width:650px;
float:left;
}
#dord-box div {
margin:5px;
float:left;
width:150px;
border: solid 1px #ccc;
}
</style>
</head>
<body>
<div id="dord-box">
<div>
<img src="sekil.jpg" alt="" />
<h2>title</h2>
<h5>description</h5>
<table>
<thead>
<tr>
<th colspan="5">kampaniyanın son tarixi</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
</tbody>
</table>
</div>
<div>
<img src="sekil.jpg" alt="" />
<h2>title</h2>
<h5>description</h5>
<table>
<thead>
<tr>
<th colspan="5">kampaniyanın son tarixi</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
</tbody>
</table>
</div>
<div>
<img src="sekil.jpg" alt="" />
<h2>title</h2>
<h5>description</h5>
<table>
<thead>
<tr>
<th colspan="5">kampaniyanın son tarixi</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
</tbody>
</table>
</div>
<div>
<img src="sekil.jpg" alt="" />
<h2>title</h2>
<h5>description</h5>
<table>
<thead>
<tr>
<th colspan="5">kampaniyanın son tarixi</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
<tr>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
<td>0</td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment