hey
This commit is contained in:
parent
40246b6038
commit
55774a7ef1
3 changed files with 26 additions and 9 deletions
|
@ -14,7 +14,7 @@ nav a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-align: center}
|
text-align: center}
|
||||||
|
|
||||||
a {color:sienna;
|
a {color:midnightblue;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold ;
|
font-weight: bold ;
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
|
|
|
@ -17,6 +17,15 @@
|
||||||
font-weight: bold ;
|
font-weight: bold ;
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
text-align: center}
|
text-align: center}
|
||||||
|
table {
|
||||||
|
font-family: arial, sans-serif;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 50%;}
|
||||||
|
|
||||||
|
td,th {
|
||||||
|
border: 1px solid #dddddd;
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="A">
|
<body class="A">
|
||||||
|
@ -30,11 +39,9 @@
|
||||||
</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: 12%;">
|
<ul style = "border-width:3px;border-style:solid; border-color:black; padding: 1em; width: 14%;">
|
||||||
<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>
|
||||||
|
@ -76,8 +83,8 @@
|
||||||
<article>
|
<article>
|
||||||
<p id = "Gods"><b>Gods and Goddesses</b></p>
|
<p id = "Gods"><b>Gods and Goddesses</b></p>
|
||||||
|
|
||||||
<table border="1">
|
<table border="1" style="margin-left: auto;margin-right: auto">
|
||||||
<thead>
|
<thead style="background-color:indianred">
|
||||||
<tr>
|
<tr>
|
||||||
<th rowspan="2">Category</th>
|
<th rowspan="2">Category</th>
|
||||||
<th rowspan="2">Name</th>
|
<th rowspan="2">Name</th>
|
||||||
|
|
|
@ -19,12 +19,22 @@
|
||||||
<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>
|
||||||
<img src="photos/map_greece.png">
|
<br>
|
||||||
|
<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