-
-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (117 loc) · 5.19 KB
/
index.html
File metadata and controls
117 lines (117 loc) · 5.19 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<DOCTYPE html>
<head>
<meta charset="UTF-8">
<http-equiv="X-UA-Compatible" content="IE=edge">
<script src="https://kit.fontawesome.com/de86362882.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width-device-width", initial-scale="1">
<link rel="stylesheet" type="text/CSS" href="index.css">
<title>Slm transform Practice</title>
</head>
<body class="body">
<header class="header">
<nav class="nav">
<h1 class="nav_title"><a title=" " href="#">CARD HOVERING</a></h1>
<ul class="nav_list">
<li class="nav_item">
<a title=""href="#">About</a>
</li>
<li class="nav_item">
<a title=""href="#">Support</a>
</li>
<li class="nav_item">
<a title=""href="#">Github Repository</a>
</li>
</ul>
</nav>
</header>
<section class="container">
<div class="box">
<img alt="loading" class="box_image" src="https://res.cloudinary.com/slmedia/image/upload/v1662666722/images/german-shepherd-dog-smiling-outdoors-royalty-free-image-1655393821.jpg_ndehtc.jpg">
<h1 class="text1">GERMAN SHEPHERD</h1>
<p class="text2">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Cum laborum accusantium et
expedita maiores totam mollitia exercitationem cumque fuga beatae?
</p>
<nav class="nav_btn">
<a title=""href="#">Hover On Me</a>
</nav>
</div>
<div class="box">
<img alt="loading" class="box_image" src="https://res.cloudinary.com/slmedia/image/upload/v1662667182/images/s_7F29DB66001B627FB4116B1739A280DEF61638AA9E0A9DBFC611A65816DB3720_1639757371977_01-191013_Stargardt_Fero_54-1_rffjkm.jpg">
<h1 class="text1">HOT BUDDIES</h1>
<p class="text2">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Cum laborum accusantium et
expedita maiores totam mollitia exercitationem cumque fuga beatae?
</p>
<nav class="nav_btn">
<a title=""href="#">Hover On Me</a>
</nav>
</div>
<div class="box">
<img alt="loading" class="box_image" src="https://res.cloudinary.com/slmedia/image/upload/v1662666717/images/large-dog-breeds-lead-1550810849.jpg_o69qez.jpg">
<h1 class="text1">BERNESE DOG</h1>
<p class="text2">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Cum laborum accusantium et
expedita maiores totam mollitia exercitationem cumque fuga beatae?
</p>
<nav class="nav_btn">
<a title=""href="#">Hover On Me</a>
</nav>
</div>
</section>
<footer class="footer">
<div class="footside">
<h1 class="footer_name">
<a title="" href="#">
CARD HOVERING
</a>
</h1>
<ul class="footer_list">
<li class="footer_item">
<a title="about" href="#">About</a>
</li>
<li class="footer_item">
<a title="contact" href="#">Contact</a>
</li>
<li class="footer_item">
<a title="contact" href="#">Support</a>
</li>
<li class="footer_item">
<a title="terms" href="#">Terms and condition</a>
</li>
</ul>
</ul>
</div>
<div class="footside2">
<div class="social">
<div class="social_icon">
<a title="FB" href="#">
<img alt="lo" src="icon\facebook-16x16-761598.png">
</a>
</div>
<div class="social_icon">
<a title="LI" href="#">
<img alt="lo" src="icon\linkedin-16x16-761611.png">
</a>
</div>
<div class="social_icon">
<a title="TW" href="">
<img alt="lo" src="icon\fa twitter-16x16-761629.png">
</a>
</div>
<div class="social_icon">
<a title="GH" href="https://github.com/Slmpire">
<img alt="lo" src="icon\github-16x16-761603.png">
</a>
</div>
</div>
<p class="footer_text">
Designed by Ogunleye Pelumi (Dev Sioplight)
</p>
</div>
</footer>
</body>
</html>