Update index.html
Browse files- index.html +5 -1
index.html
CHANGED
@@ -8,9 +8,13 @@
|
|
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;}
|
@@ -23,7 +27,7 @@
|
|
23 |
</head>
|
24 |
<body>
|
25 |
|
26 |
-
<img src="arch_logo.png" class="center">
|
27 |
|
28 |
<table class="tg center">
|
29 |
<thead>
|
|
|
8 |
|
9 |
<style type="text/css">
|
10 |
.center {
|
11 |
+
display: block;
|
12 |
margin-left: auto;
|
13 |
margin-right: auto;
|
14 |
}
|
15 |
+
.width500 {
|
16 |
+
width: 500px;
|
17 |
+
}
|
18 |
.tg {border-collapse:collapse;border-spacing:0;}
|
19 |
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px;
|
20 |
overflow:hidden;padding:10px 5px;word-break:normal;}
|
|
|
27 |
</head>
|
28 |
<body>
|
29 |
|
30 |
+
<img src="arch_logo.png" class="center width500">
|
31 |
|
32 |
<table class="tg center">
|
33 |
<thead>
|