-
Notifications
You must be signed in to change notification settings - Fork 1
/
digital.html
39 lines (26 loc) · 1.03 KB
/
digital.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
<!DOCTYPE html>
<html>
<link rel="shortcut icon" href="JBicon.png">
<title> Digital photography gallary </title>
<link rel = "stylesheet"
type = "text/css"
href = "style.css" />
<body>
<h1> Digital photograph gallary</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>
<img src="FullSizeRender.jpg">
<img src= "IMG_0027.JPG">
<img src = "IMG_0029.jpg">
<img src ="IMG_0042.JPG">
<img src="IMG_0031.JPG">
<img src ="IMG_0032.jpg">
</body>
</html>