Files
3dDetalsDesigner/index.html
tets@test.test 8fe2e5de3c template cards
2022-10-23 01:07:42 +03:00

49 lines
1.5 KiB
HTML

<!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 rel="stylesheet" href="css/style.css">
<title>3d Detals</title>
</head>
<body>
<header>
<div class="h1header">
<h1> Каталог печатных 3д деталей </h1>
</div>
</header>
<ul class="card-wrapper">
<li class="card">
<img src='https://images.unsplash.com/photo-1611916656173-875e4277bea6?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MXwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHw&ixlib=rb-1.2.1&q=80&w=400' alt=''>
<h3><a href="">A Super Wonderful Headline</a></h3>
<p>Lorem ipsum sit dolor amit</p>
</li>
<li class="card">
<img src='https://images.unsplash.com/photo-1611083360739-bdad6e0eb1fa?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MXwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHw&ixlib=rb-1.2.1&q=80&w=400' alt=''>
<h3><a href="">What a Fantabulous Title!</a></h3>
<p>Lorem ipsum sit dolor amit</p>
</li>
<li class="card">
<img src='https://images.unsplash.com/photo-1613230485186-2e7e0fca1253?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MXwxNDU4OXwwfDF8cmFuZG9tfHx8fHx8fHw&ixlib=rb-1.2.1&q=80&w=400' alt=''>
<h3><a href="">Positively Terrific Title</a></h3>
<p>Lorem ipsum sit dolor amit</p>
</li>
</ul>
<script src="js/script.js"></script>
</body>
</html>