Update index.html
Browse files- index.html +10 -3
index.html
CHANGED
@@ -7,11 +7,16 @@
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
|
9 |
<style type="text/css">
|
10 |
-
.
|
11 |
display: block;
|
12 |
margin-left: auto;
|
13 |
margin-right: auto;
|
14 |
}
|
|
|
|
|
|
|
|
|
|
|
15 |
.width500 {
|
16 |
width: 500px;
|
17 |
}
|
@@ -27,9 +32,11 @@
|
|
27 |
</head>
|
28 |
<body>
|
29 |
|
30 |
-
<img src="arch_logo.png" class="
|
|
|
|
|
31 |
|
32 |
-
<table class="tg
|
33 |
<thead>
|
34 |
<tr>
|
35 |
<th class="tg-c3ow" rowspan="2">Model</th>
|
|
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
|
9 |
<style type="text/css">
|
10 |
+
.center_img {
|
11 |
display: block;
|
12 |
margin-left: auto;
|
13 |
margin-right: auto;
|
14 |
}
|
15 |
+
.center_table {
|
16 |
+
margin-left: auto;
|
17 |
+
margin-right: auto;
|
18 |
+
}
|
19 |
+
|
20 |
.width500 {
|
21 |
width: 500px;
|
22 |
}
|
|
|
32 |
</head>
|
33 |
<body>
|
34 |
|
35 |
+
<img src="arch_logo.png" class="center_img width500">
|
36 |
+
|
37 |
+
<br><br>
|
38 |
|
39 |
+
<table class="tg center_table">
|
40 |
<thead>
|
41 |
<tr>
|
42 |
<th class="tg-c3ow" rowspan="2">Model</th>
|