-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.47 KB
/
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="eng">
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<ul class="menu">
<li class="links"> About</li>
<li class="links"> My Favorite Hobby</li>
<li class="links"> My Work</li>
<li class="links"> My Inspiration</li>
<li class="links"> Contact</li>
</ul>
<section id="welome">
<div class="inner">
<img src="https://images.unsplash.com/photo-1549490349-8643362247b5?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MjZ8fGFydHxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" class="profile">
<h1>Art<br><span id="name">My Favourite Hobby</span></h1>
</div>
</section>
<section id="bio">
<h1>Hello! My name is Mysha, Today I am Going To Tell About My Hobby Which Is Art! </h1>
<div class="line"></div>
<p>Art is My Favorite hobby because I can paint or draw my feeling and I can draw or express myself. Also I can draw or paint anything of my choice. I learn many things from Art.
Art is something that stimulates an individual's thoughts, emotions, beliefs, or ideas through the senses.Art is generally understood as any activity or product done by people with a communicative or aesthetic purpose something that expresses an idea, an emotion or, more generally, a world view. It is a component of culture, reflecting economic and social substrates in its design. </p>
</section>
</body>
</html>