-
Notifications
You must be signed in to change notification settings - Fork 0
/
modeling2.html
36 lines (34 loc) · 1.31 KB
/
modeling2.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kanit:wght@300&family=Montserrat:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style6.css">
<title>Document</title>
</head>
<body>
<header>
<div id="logo">ELLA MODELS.</div>
<div id="navi">
<a id="first" href="#">HOME</a>
<a href="#">MODELS</a>
<a href="#">ABOUT</a>
<a href="#">APPLY </a>
<a href="#">CONTACT</a>
</div>
</header>
<section>
<h1>ELLA <br>MODELS</h1>
<p>NEW YORK</p>
<p id="second">Ella signed on with IMG Models after making a style statement for the ages at the inauguration last month (in the prior year, she'd done some modeling with a smaller agency, but joining IMG was a whole new level). IMG's president, Ivan Bart, told the New York Times that he was immediately struck when he saw her at the
ceremony. "Ella communicates this moment in time," he said. "There is a cheekiness and a joy she exudes."</p>
<button>
ENROLL NOW
</button>
</section>
<footer>
Created by © palakjain
</footer>
</body>
</html>