-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaboutmyart.html
More file actions
34 lines (20 loc) · 842 Bytes
/
aboutmyart.html
File metadata and controls
34 lines (20 loc) · 842 Bytes
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
<!DOCTYPE html>
<html>
<title> More about my art </title>
<link rel = "stylesheet"
type = "text/css"
href = "style.css" />
<body>
<h1> More About My Art!</h1>
<h3> <h1 style = "text-align: center; color: #34cbcb;"> About me/my artstyle </h1>
<h3>
<ul id = "na" >
<li class = "nav"> <a href = "index.html" style = "color:#a7dcf9" > Home page</a></li>
<li class = "nav"> <a href = "drawings.html" style = "color:#9ec3ff" > drawing portfolio! </a> </li>
<li class = "nav"> <a href = "digital.html" style = "color:#bc9eff"> digital photagraphy gallary! </a></li>
<li class = "nav"><a href = "aboutmyart.html" style = "color:#ff9ef3" >About My Art</a> </li>
</ul>
</h3>
<h2> What do I Draw the Most?</h2>
</body>
</html>