This commit is contained in:
Y-Quynh Nguyen 2022-12-22 15:20:23 +01:00
parent 40246b6038
commit 55774a7ef1
3 changed files with 26 additions and 9 deletions

View file

@ -14,7 +14,7 @@ nav a {
text-decoration: none;
text-align: center}
a {color:sienna;
a {color:midnightblue;
text-decoration: none;
font-weight: bold ;
font-size: x-large;

View file

@ -17,7 +17,16 @@
font-weight: bold ;
font-size: x-large;
text-align: center}
</style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 50%;}
td,th {
border: 1px solid #dddddd;
padding: 8px;
}
</style>
</head>
<body class="A">
<header>
@ -30,11 +39,9 @@
</nav>
</header>
<hr>
<img src="./photos/titanomachy.jpg" alt="titanomachy" width="400px" style="float:right;"/>
<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>
<ul>
<li><a href="#Ancient_Greece">Ancient Greece</a></li>
@ -76,8 +83,8 @@
<article>
<p id = "Gods"><b>Gods and Goddesses</b></p>
<table border="1">
<thead>
<table border="1" style="margin-left: auto;margin-right: auto">
<thead style="background-color:indianred">
<tr>
<th rowspan="2">Category</th>
<th rowspan="2">Name</th>

View file

@ -19,12 +19,22 @@
<h1>Where To Go ?</h1>
<article>
<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>
<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>
</section>
</main>