forked from ase13/git-crap-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1015 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>crap portfolio</title>
</head>
<body>
<h1>Dummy Text</h1>
<h3>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Vitae nisi mollitia alias. Alias unde repudiandae quis inventore ab repellat ad eaque doloribus illum quasi eligendi voluptas iste, saepe quam ipsam.
</h3>
<h2>Some beautiful dogs pics</h2>
<div style="display: grid; grid-template-columns: fit-content; ">
<div class="">
<img src="imag\913648b5b4344dea7dde91cdf0ff4088.jpg" alt="">
<img src="imag\1101027.jpg" height="300px" width="400" alt="">
</div>
<h3>
If you want to see my project you can visit them on my codepen address <a href="https://codepen.io/markabreham" target="blank"> click here</a>
</h3>
</div>
</body>
</html>