Skip to content
Snippets Groups Projects
Commit dbdef12b authored by Karl-Christofer Veske's avatar Karl-Christofer Veske
Browse files

hinnakiri

parent 1e3ef1bf
No related branches found
No related tags found
No related merge requests found
......@@ -2,18 +2,57 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Leht</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="scripts.js"></script>
</head>
<body class = "home regularcontainer", onload="setHover()">
<title>Hind</title>
<style>
body {
text-align: center;
width: 80%; /* Makes body take up 80% of page width */
margin: 0 auto; /* Centers the body itself */
padding: 20px; /* Adds some space around content */
}
<div class = "center">
<h1 class="headline">Welcome text</h1>
<p class="header_paragraph"> test lisan juurde </p>
<button class = "nupp-button" type="button" onclick="window.location.href='post_Georg.html'" >Georg</button>
<button class = "nupp-button" type="button" onclick="window.location.href='post_Karl.html'" >Karl </button>
<button class = "nupp-button" type="button" onclick="window.location.href='post_Oliver.html'">Oliver </button>
</div>
table {
margin: 0 auto; /* Centers the table */
border: 1px solid #8a8a8a;
border-collapse: collapse;
padding: 20px;
width: 60%;
}
th, td {
border: 1px solid #8a8a8a;
border-collapse: collapse;
}
th{
font-size: 20px;
margin-top: 20px;
padding: 15px;
}
td{
font-size: 16px;
padding: 30px;
}
</style>
</head>
<body>
<h1 style="font-size: 36px; margin-bottom: 80px;">Marie ilutuba hinnakiri</h1>
<table>
<tr>
<th>Protseduur</th>
<th>Hind</th>
</tr>
<tr>
<td>Juukselõikus</td>
<td>69</td>
</tr>
<tr>
<td>Juuste värvimine</td>
<td>420</td>
</tr>
<tr>
<td>Murede kuulamine</td>
<td>999.99</td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment