-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 882 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
<!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>Animation</title>
</head>
<body>
<div class="container">
<div class="box">
<div class="border top"></div>
<div class="border left"></div>
<div class="border bottom"></div>
<div class="border right"></div>
<img src="./img/team.jpg" alt="">
<div class="photo-content">
<h1>Al Mizan</h1>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Rem facilis culpa aliquid fugit ea illum, perspiciatis similique. Dignissimos, nobis officia.</p>
</div>
</div>
</div>
</body>
</html>