-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (28 loc) · 929 Bytes
/
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
<!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">
<title>Post style</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="text_animation">
<p>Please move the mouse on the circle shape....</p>
</div>
<section class="main">
<div class="squre">
<span></span>
<span></span>
<span></span>
<div class="continer">
<h2>Post Title</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Optio, eum! Inventore adipisci dignissimos nostrum laborum ullam modi, aliquid laboriosam at ipsa accusamus aut iure a t.</p>
<a href="#">Learn more</a>
</div>
</div>
</section>
<div class="coursor"></div>
</body>
</html>