Compare commits
No commits in common. "175f427827124f96d7de23d4efb3735ba73d682b" and "fd4d5a760027bb31946e92e3e46fd8302832d7d4" have entirely different histories.
175f427827
...
fd4d5a7600
3 changed files with 9 additions and 26 deletions
|
|
@ -14,7 +14,7 @@ nav a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center}
|
text-align: center}
|
||||||
|
|
||||||
a {color:midnightblue;
|
a {color:sienna;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold ;
|
font-weight: bold ;
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
|
|
|
||||||
|
|
@ -17,16 +17,7 @@
|
||||||
font-weight: bold ;
|
font-weight: bold ;
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
text-align: center}
|
text-align: center}
|
||||||
table {
|
</style>
|
||||||
font-family: arial, sans-serif;
|
|
||||||
border-collapse: collapse;
|
|
||||||
width: 50%;}
|
|
||||||
|
|
||||||
td,th {
|
|
||||||
border: 1px solid #dddddd;
|
|
||||||
padding: 8px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body class="A">
|
<body class="A">
|
||||||
<header>
|
<header>
|
||||||
|
|
@ -39,9 +30,11 @@
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
<img src="./photos/titanomachy.jpg" alt="titanomachy" width="400px" style="float:right;"/>
|
<img src="./photos/titanomachy.jpg" alt="titanomachy" width="400px" style="float:right;"/>
|
||||||
<article >
|
<article >
|
||||||
<ul style = "border-width:3px;border-style:solid; border-color:black; padding: 1em; width: 14%;">
|
<ul style = "border-width:3px;border-style:solid; border-color:black; padding: 1em; width: 12%;">
|
||||||
<li><a href="#History">History</a></li>
|
<li><a href="#History">History</a></li>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#Ancient_Greece">Ancient Greece</a></li>
|
<li><a href="#Ancient_Greece">Ancient Greece</a></li>
|
||||||
|
|
@ -83,8 +76,8 @@
|
||||||
<article>
|
<article>
|
||||||
<p id = "Gods"><b>Gods and Goddesses</b></p>
|
<p id = "Gods"><b>Gods and Goddesses</b></p>
|
||||||
|
|
||||||
<table border="1" style="margin-left: auto;margin-right: auto">
|
<table border="1">
|
||||||
<thead style="background-color:indianred">
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="2">Category</th>
|
<th rowspan="2">Category</th>
|
||||||
<th rowspan="2">Name</th>
|
<th rowspan="2">Name</th>
|
||||||
|
|
|
||||||
|
|
@ -19,22 +19,12 @@
|
||||||
<h1>Where To Go ?</h1>
|
<h1>Where To Go ?</h1>
|
||||||
<article>
|
<article>
|
||||||
<a href="islands.html" style="float: left;">Islands</a>
|
<a href="islands.html" style="float: left;">Islands</a>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div style="text-align:center;">
|
|
||||||
<img src="photos/islands_map.png" width="500px">
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<img src="photos/islands_map.png">
|
||||||
</article>
|
</article>
|
||||||
<article>
|
<article>
|
||||||
<a href="mainland.html" style="float: left;">Mainland</a>
|
<a href="mainland.html" style="float: left;">Mainland</a>
|
||||||
<br>
|
<img src="photos/map_greece.png">
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
<div style="text-align:center;">
|
|
||||||
<img src="photos/map_greece.png" width="500px">
|
|
||||||
</div>
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue