-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle1.html
More file actions
51 lines (50 loc) · 2.09 KB
/
style1.html
File metadata and controls
51 lines (50 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<title>Purrrrfect Cuts</title>
<link rel="stylesheet" href="./stylesStyles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
</head>
<body>
<header>
<div class="icon1">
<a href="http://www.facebook.com"><i class="fab fa-facebook-f"></i></a>
</div>
<div class="icon2">
<a href="http://www.instagram.com"><i class="fab fa-instagram"></i></a>
</div>
<div class="logo">
<div class="name">
<h1>Purrrrfect Cuts</h1>
</div>
<div class="logoimg">
<img src="./catShadow.jpg">
</div>
</div>
<div class="nav">
<nav>
<a href="./landingpage.html">Home</a>
<a href="./about.html">About</a>
<a href="./gallery.html">Gallery</a>
<a>Contact</a>
</nav>
</div>
</header>
<div class="image">
<img src="./cat1.jpeg">
</div>
<div class="description">
<h1>The Yoga Instructor</h1>
<br>
<h4>
Your cat will look effortless with these subtle highlights. This easy-going
tousled look was created with our cutting-edge highlighting technique that
is safe for any cat or dog. Your cat will receive a free organic catnip shot at the
end to center their chi. Dogs will receive a free organic milkbone.
<blockquote>"Now instead of just getting looks when I bring my cat to yoga,
I also get compliments." -Carrie Bradshaw New York, New York
</blockquote>
</h4>
</body>
</html>