Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<html>

<style>
.body{
background-image:url(Copy.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.tab{
margin-left: 700px;
margin-top: 500px;
border-radius: 10px;
background-color: rgb(75, 72, 72);
padding-left: 20px;
padding-right: 20px;
}
.td{
border-radius: 10px;
border-color: antiquewhite;
color: #f8f3f3;
}
</style>
<body class="body">
<table class="tab" cellpadding="20" border="3" cellspacing="30">
<tr>
<td class="td">Student</td>
<td class="td">Trainer</td>
<Td class="td">Employee</Td>
</tr>
<tr>
<td class="td">Sign Up</td>
<td class="td">Sign Up</td>
<Td class="td">Sign Up</Td>
</tr>
</table>
<a href="button.html">Button</a>
</body>
</html>

You might also like