84 lines
2.9 KiB
HTML
84 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Figma</title>
|
|
<link rel="stylesheet" href="reset.css">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header class="container">
|
|
<span class="logo">logo</span>
|
|
<nav class="nav">
|
|
<ul class="items">
|
|
<li class="item">
|
|
<a class="link" href="/">Home</a>
|
|
</li>
|
|
<li class="item"><a class="link" href="/about.html">About us</a></li>
|
|
<li class="item"><a class="link" href="/portfolio.html">Portfolio</a></li>
|
|
<li class="item active"><a class="link" href="/news.html">News</a></li>
|
|
<li class="item btn"><a class="link" href="/contacts.html">Contacts</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
<div class="container news">
|
|
<div class="news_heading">
|
|
<h1 class="news_h1">Lorem Ipsum is simply dummy text of the printing and.</h1>
|
|
<p class="news_p">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
|
|
<form action="" class="news_search"><img class="news_img_search" src="images/Lupa.png" alt=""><input class="input_news" type="text" placeholder="Search"></form>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
<div class="blocks container">
|
|
<div class="footer_info">
|
|
<span class="footer_logo">Logo</span>
|
|
<p class="footer_p">
|
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
|
</p>
|
|
</div>
|
|
<div class="footer_info">
|
|
<h4 class="footer_h4">
|
|
About us
|
|
</h4>
|
|
<ul class="footer_ul">
|
|
<li class="footer_li">
|
|
Zeux
|
|
</li>
|
|
<li class="footer_li">
|
|
Portfolio
|
|
</li>
|
|
<li class="footer_li">
|
|
Careers
|
|
</li>
|
|
<li class="footer_li">
|
|
Contact us
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="footer_info">
|
|
<h4 class="footer_h4">
|
|
Contact us
|
|
</h4>
|
|
<p class="footer_p">
|
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
|
</p>
|
|
<p class="footer_p">
|
|
+908 89097 890
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<p class="footer_p_down">
|
|
Copyright ® 2021 Lorem All rights Rcerved
|
|
</p>
|
|
</footer>
|
|
|
|
<script src="main.js"></script>
|
|
</body>
|
|
|
|
</html> |