-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject1.html
More file actions
25 lines (23 loc) · 1.21 KB
/
project1.html
File metadata and controls
25 lines (23 loc) · 1.21 KB
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>Portfolio</title>
<link rel="icon" href="https://img.freepik.com/free-psd/logo-mockup-grey-wall_35913-2122.jpg?w=360"/>
</head>
<body style="background-image:url(https://image.shutterstock.com/image-photo/old-brick-black-color-wall-260nw-1605128917.jpg);">
<button class="btn"><a href="./index.html">HOME</a></button>
<h1 style="color: white;text-align: center;">Projects</h1>
<link rel="stylesheet" href="style.css">
<div class="grid-containe">
<div class="grid-item"><h4>(1)Project</h4>
<p>I'm a paragraph. Click here to add your own text and edit me. Let your users get to know you.</p></div>
<div class="grid-item"><img src="Screenshot 2022-09-24 202410.png"/></div>
<div class="grid-item"><h4>(2)Project</h4>
<p>I'm a paragraph. Click here to add your own text and edit me. Let your users get to know you.</p></div>
<div class="grid-item"><img src="Screenshot 2022-09-24 202458.png" style="min-height: fit-content;min-width: min-content;"/></div>
</div>
</body>
</html>