Update index.html
Browse files- index.html +8 -1
index.html
CHANGED
@@ -7,6 +7,10 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
|
9 |
<style type="text/css">
|
|
|
|
|
|
|
|
|
10 |
.tg {border-collapse:collapse;border-spacing:0;}
|
11 |
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
|
12 |
overflow:hidden;padding:10px 5px;word-break:normal;}
|
@@ -18,7 +22,10 @@
|
|
18 |
</style>
|
19 |
</head>
|
20 |
<body>
|
21 |
-
|
|
|
|
|
|
|
22 |
<thead>
|
23 |
<tr>
|
24 |
<th class="tg-c3ow" rowspan="2">Model</th>
|
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
|
9 |
<style type="text/css">
|
10 |
+
.center {
|
11 |
+
margin-left: auto;
|
12 |
+
margin-right: auto;
|
13 |
+
}
|
14 |
.tg {border-collapse:collapse;border-spacing:0;}
|
15 |
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
|
16 |
overflow:hidden;padding:10px 5px;word-break:normal;}
|
|
|
22 |
</style>
|
23 |
</head>
|
24 |
<body>
|
25 |
+
|
26 |
+
<img src="arch_logo.png" class="center">
|
27 |
+
|
28 |
+
<table class="tg center">
|
29 |
<thead>
|
30 |
<tr>
|
31 |
<th class="tg-c3ow" rowspan="2">Model</th>
|