-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcard.html
More file actions
29 lines (29 loc) · 1.2 KB
/
card.html
File metadata and controls
29 lines (29 loc) · 1.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Document</title>
</head>
<body>
<div class="site-container">
<div class="article-container">
<article class="article-card">
<figure class="article-image">
<img src="C:\Users\SAMSONG PC\Downloads\snowy mountain.jpg" alt="snow covered mountain."/>
</figure>
<div class="article-content">
<h3 class="card-article">Hiking plan for Beginners</h3>
<p class="card-excerpt">This is a step to step plan on how to move from beginner to intermediate hiker and also how to avoid common accidents during hiking.</p>
<ul>
<li>skiing</li>
<li>skating</li>
<li>snowboarding</li>
</ul>
<a href="a" class="card-category">Contact us</a> <a href="a" class="card-category">About us</a>
<article>
</body>