-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (44 loc) · 1.73 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>GreatFrontEnd Projects</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" href="img/favicon.ico" sizes="any" />
</head>
<body>
<!-- Add your site or application content here -->
<main class="container">
<!-- Blog card starts here -->
<article class="blog-card">
<img class="blog-card-image" src="./img/spacejoy-YqFz7UMm8qE-unsplash.jpg" alt="living room photo of sofas and lights"/>
<div class="blog-card-contents">
<span class="badge badge-success">Interior</span>
<strong class="blog-title">Top 5 Living Room Inspirations</strong>
<p class="blog-desc">Curated vibrants colors for your living, make it pop & calm in the same time.</p>
<button class="blog-card-btn">
<span>Read more</span>
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M13.4763 9.16658L9.00633 4.69657L10.1848 3.51807L16.6667 9.99992L10.1848 16.4817L9.00633 15.3032L13.4763 10.8332H3.33333V9.16658H13.4763Z"
fill="currentColor" />
</svg>
</button>
</div>
</article>
<!-- Blog card ends here -->
</main>
</body>
</html>