-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
47 lines (46 loc) · 1.38 KB
/
portfolio.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
<!DOCTYPE html>
<html>
<head>
<title>hello world!</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<!-- <style>
h2 {
color:red;
font-size:70px;
margin: 0px;
background-color: blue;
text-align: center;
}
p{
color:#999999;
background-color: rgb(255, 0, 0);
}
</style> -->
</head>
<body>
<!-- <h2>heheheheheheheheh</h2>
<div class="index">
<section>
<h1 style=" background-color: #4454d2;">this website is about stuff</h1>
<h2 class="title" id="title">latest article</h2>
hello world!
<p title="this si some website content!" >hello world this is a paragraph</p>
</section>
</div> -->
<!-- <h1>this is a title</h1>
<p>this is a paragraph</p>
<a href="#">this is a link </a>
<p class="paragraph">The height and width attributes specify the height
and width of an input type="image" element.</p>
-->
<nav>
<ul>
<li><a href="index.html">home</a></li>
<li><a href="portfolio.html">portfolio</a></li>
<li><a href="contact.html">contact</a></li>
<li><a href="about.html">about me</a></li>
</ul>
</nav>
</body>
</html>