-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathArticles.html
41 lines (38 loc) · 1.93 KB
/
Articles.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="Article.css" rel="stylesheet">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<script src="Article.js" defer></script>
<title>Document</title>
</head>
<body background="./images/3d08e03cb40252526fee2036a67f07f1.gif">
<header class="text-gray-400 bg-gray-900 body-font lg:p-8">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a class="flex title-font font-medium items-center text-white mb-4 md:mb-0">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg>
<span class="ml-3 text-xl"> Imageo Blogster : Automobilius</span>
</a>
<nav class="md:mr-auto md:ml-4 md:py-1 md:pl-4 md:border-l md:border-gray-700 flex flex-wrap items-center text-base justify-center">
<a class="mr-5 hover:text-white" href="index.html">Homes</a>
<a class="mr-5 hover:text-white" href="#newcars">New Cars</a>
<a id="p"class="mr-5 hover:text-white active">Post</a>
<a class="mr-5 hover:text-white">about</a>
</nav>
<a href="index.html">
<button class="inline-flex items-center bg-gray-800 border-0 py-1 px-3 focus:outline-none hover:bg-gray-700 rounded text-base mt-4 md:mt-0">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"/>
</svg>back
</button>
</a>
</div>
</header>
<section id="blog" class="text-gray-400 bg-gray-900 body-font lg:p-28">
</section>
</body>
</html>