Update page.html
This commit is contained in:
@@ -5,6 +5,23 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="cache-control" content="must-revalidate, no-store, no-cache">
|
||||
<link href="css/style.css">
|
||||
<style>
|
||||
* {
|
||||
font-family: Arial;
|
||||
}
|
||||
body {
|
||||
margin: 24px auto;
|
||||
width: 870px;
|
||||
}
|
||||
table {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border: 1px solid black;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h4>Test different document types</h4>
|
||||
|
||||
Reference in New Issue
Block a user