Browse Source

fixed spelling mistake

master
Pentabyteman GitHub 8 years ago
parent
commit
05b8ff4379
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      web_dev/header.html

+ 4
- 3
web_dev/header.html View File

@@ -24,17 +24,17 @@
}
table{
border-collapse: collapse;
border: 1px solid black;
border: none;
}
table tr{
border: 1px solid black;
border: none;
vertical-align: top;
}

table td{
padding-left: 10px;
padding-top: 2px;
border: 1px solid black;
border: none;
}
.link-container {
text-align: center;
@@ -126,3 +126,4 @@
<li><a href="https://www.none.com">Mein Goethopia</a></li>
</ul>
</div>
</div>

Loading…
Cancel
Save