css cleanup
This commit is contained in:
parent
fdd4ba41c2
commit
c54bafaf2b
5 changed files with 46 additions and 196 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="stylesheet" href="effects.css">
|
||||
<link rel="stylesheet" href="fontScaler.css">
|
||||
<script src="fontScaler.js" defer></script>
|
||||
</head>
|
||||
|
||||
|
@ -16,22 +18,16 @@
|
|||
|
||||
<main class="white_backing">
|
||||
<h1>Services And Prices</h1>
|
||||
<h2>Overview</h2>
|
||||
Pricing varies for size, breed, coat type and behaviour.
|
||||
<br>
|
||||
Payment for the appointment is due at pickup of the dog after the appointment has taken place.
|
||||
<br><br>
|
||||
|
||||
<h2>Services not provided</h2>
|
||||
I do not provide ear plucking or teeth cleaning
|
||||
<br>
|
||||
I don’t take extra large dogs
|
||||
<br>
|
||||
Bad matting £15
|
||||
<br>
|
||||
Bad behavior £15
|
||||
<br>
|
||||
Cancellation or missed appointment £20
|
||||
<br>
|
||||
Fleas on your dog £20
|
||||
<br>
|
||||
|
||||
<h2>Services</h2>
|
||||
|
||||
|
@ -82,6 +78,14 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Extra costs</h3>
|
||||
<ul style="text-align: left;"">
|
||||
<li>Bad matting £15</li>
|
||||
<li>Bad behavior £15</li>
|
||||
<li>Cancellation or missed appointment £20</li>
|
||||
<li>Fleas on your dog £20</li>
|
||||
</ul>
|
||||
|
||||
<h3>Additional Services</h3>
|
||||
<ul style="text-align: left;"">
|
||||
<li>Dog walking: £10 an hr</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue