forked from dikshaklo/profile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdrawing.html
127 lines (109 loc) · 3.8 KB
/
drawing.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DRAWING</title>
<style>
.que{
background-color: rgb(0, 0, 0);
border-radius: 20px;
}
.que ul{
overflow: auto;
}
.que li{
padding-top: 16px;
float: right;
list-style: none;
margin: 13px 30px;
}
.que li a{
padding: 3px 3px;
text-decoration: none;
color:rgb(255, 255, 255);
}
.que li a:hover{
background-color: grey;
color: rgb(255, 255, 255);
}
.logo{
float: left;
padding: 3px 3px;
}
.foot{
background-color: black;
color: white;
border-radius: 3px;
padding: 12px;
margin-top: 20%;
}
.ctc{
padding: 20px ;
padding-left:70%;
}
.qut{
padding: 10px;
padding-left: 20px;
}
.story{
padding-left:5%;
padding-right:5%;
}
.draw{
display: inline-block;
}
</style>
</head>
<body style="background-color: rgb(83, 79, 79);">
<header>
<nav class="que">
<ul>
<li><a href="index.html" target="_blank">About</a></li>
<li><a href="anime.html" target="_blank">Anime/Manga</a></li>
<li><a href="drawing.html" target="_blank">Drawings</a></li>
<li><a href="gallery.html" target="_blank">Gallery</a></li>
<li><a href="song.html" target="_blank">Songs</a></li>
<div class="logo">
<img src="https://img.myloview.com/stickers/dk-logo-letter-design-on-luxury-background-kd-logo-monogram-initials-letter-concept-dk-icon-logo-design-kd-elegant-and-professional-letter-icon-design-on-black-background-k-d-dk-kd-700-247827509.jpg" height="70px" width="70px" float="left">
</div>
</ul>
</nav>
</header>
<h1 style="padding-left: 3%; padding-top: 1%; padding-bottom: 1%; background-color: rgb(232, 232, 232);">My Art Collection</h1><hr>
<p style="padding-left: 5%; color: aliceblue;"><i><b>"Drawing is not what one sees but what one can make others see."</i></p>
<p style="padding-left: 30%; color: aliceblue;"><i>~Edgar Degas</b></i></p><br>
<div class="story" style="color: aliceblue;"><p>Once upon a time there was me who really like doing drawings because she want to draw, paint just like her mother. But now in present, she just procrastinate too much that nobody will say that she was her (@_@). So here are my some drawings which I have made so long ago and some are of recently (^~^)</p></div>
<div class="draw">
<img src="anime.jpg" height="700px">
<img src="doggy.jpg" height="700px">
<img src="fairy.jpg" height="700px">
<img src="guitar.jpg" height="700px">
<img src="jungkook.jpg" height="700px">
<img src="krishna.jpg" height="700px">
<img src="landscape.jpg" height="700px">
<img src="mandala.jpg" height="700px">
<img src="naruto.jpg" height="700px">
<img src="parrot.jpg" height="700px">
<img src="sasuke.jpg" height="700px">
<img src="simple shading.jpg" height="700px">
<img src="still life.jpg" height="700px">
<img src="vhibbi.jpg" height="700px">
</div>
<section class="foot">
<footer>
<div class="qut">
<p>
<i>
"It isn't true that you live only once.<br> You only die once. You live lots of times if you know how"
</i></p>
</div>
<div class="ctc">
<u> <h2>Contact</h2></u>
<p>Phone: +91 70425 76548</p>
<p>Email: dikshakumari7002@gmail.com</p>
</div>
</footer>
</section>
</body>
</html>