<!DOCTYPE html>
<html>
<head>
<title> My Art Photo Gallery </title>
<style>
img
{
width: 200px;
height: 190px;
}
th
{
font-size: 2em;
background-color: #6e7f67 ;
padding: 20px;
}
body
{
font-family: sans-serif;
font-size: 1em;
text-align: center;
background-color: #c0cdba ;
}
table
{
background-color: white;
width: 60%;
}
td
{
padding: 25px;
}
</style>
</head>
<body>
<table align="center">
<tr>
<th colspan="4"> Kriztia's Art Gallery </th>
</tr>
<tr>
<td colspan="4"> These are some of the art that I made this year. </td>
</tr>
<tr>
<td><img src="images/bjbjb.png"></td>
<td><img src="images/bust.png"></td>
<td><img src="images/bust1.png"></td>
<td><img src="images/jini.png"></td>
</tr>
<tr>
<td><img src="images/eye.png"></td>
<td><img src="images/prac3.png"></td>
<td><img src="images/redraw.png"></td>
<td><img src="images/pet.png"></td>
</tr>
</table>
</body>
</html>
No comments:
Post a Comment