Skip to content

Instantly share code, notes, and snippets.

@morad7
Last active September 3, 2016 11:59
Show Gist options
  • Save morad7/273290028ef8c141b127fb8ba80fc3a4 to your computer and use it in GitHub Desktop.
Save morad7/273290028ef8c141b127fb8ba80fc3a4 to your computer and use it in GitHub Desktop.
Ismail
.hide-bottom {
border-bottom-color: #fff !important;
}
.hide-left {
border-left-color: #fff !important;
}
.hide-right {
border-right-color: #fff !important;
}
.hide-top {
border-top-color: #fff !important;
}
caption {
font-weight: bold;
font-size: 16px;
text-transform: uppercase;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="custom.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1 class="text-center">Pneumah KH Sedfik</h1>
<table class="table1 table table-bordered">
<caption class="text-center">Ordre</caption>
<tr>
<td rowspan="2" class="col-md-4 hide-left hide-bottom"></td>
<td rowspan="2" class="col-md-1">OR</td>
<td class="col-md-1">...</td>
<td rowspan="2" class="col-md-2">N°:.............</td>
<td rowspan="2" class="col-md-4"></td>
</tr>
<tr>
<td>UM</td>
</tr>
</table>
<table class="table2 table table-bordered">
<tr>
<td class="col-md-6 hide-left hide-bottom hide-top"></td>
<td class="col-md-6">
<strong>CLIENT</strong>
<p>...........</p>
<p>...........</p>
<p>...........</p>
</td>
</tr>
</table>
<table class="table3 table table-bordered">
<tr>
<td colspan="2">N°CH : <br>DMG :</td>
<td colspan="3"></td>
</tr>
<tr>
<th>Type</th>
<th>N° Immat</th>
<th>Compteur(km)</th>
<th>N° Comm</th>
<th>N° Facture</th>
</tr>
<tr>
<td>...</td>
<td>...</td>
<td>...</td>
<td>...</td>
<td>...</td>
</tr>
</table>
<table class="table4 table">
<caption>Travaux de ... <br>(vidange-filtre)</caption>
<tr>
<td>...</td>
<td>...</td>
</tr>
<tr>
<td>....</td>
<td>....</td>
</tr>
<tr>
<td>....</td>
<td>....</td>
</tr>
<tr>
<td>....</td>
<td>....</td>
</tr>
<tr>
<td>....</td>
<td>....</td>
</tr>
<tr>
<td>....</td>
<td>....</td>
</tr>
</table>
<table class="table5 table">
<tr>
<th colspan="2" class="text-center">MO</th>
<th colspan="2" class="text-center">Mellas</th>
</tr>
<tr>
<td>...</td>
<td>...</td>
<td>...</td>
<td>...</td>
</tr>
<tr>
<td>...</td>
<td>...</td>
<td>...</td>
<td>...</td>
</tr>
<tr>
<td>...</td>
<td>...</td>
<td>...</td>
<td>...</td>
</tr>
<tr>
<td>...</td>
<td>...</td>
<td>...</td>
<td>...</td>
</tr>
</table>
<table class="table6 table table-bordered">
<tr>
<td>
<p>..................</p>
<p>...</p>
<p>...</p>
</td>
<td class="text-center hide-top hide-bottom">
<p>...</p>
<p>W712/83</p>
<p>...</p>
</td>
<td>
<p>..................</p>
<p>...</p>
<p>...</p>
</td>
</tr>
<tr>
<td colspan="3" class="text-center hide-left hide-right hide-bottom">.......</td>
</tr>
</table>
<table class="table1 table table-bordered">
<tr>
<td class="col-md-3">Devis</td>
<td class="col-md-3">...</td>
<td class="col-md-6">...</td>
</tr>
</table>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment