Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
likitha-kapu authored Aug 11, 2024
1 parent 7beeab4 commit ac07fc8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
17 changes: 17 additions & 0 deletions portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<div class="main-content">
<centre><img src="pro_pic.jpg" alt="pic" style="width: 400px; height: 420px;"></centre>
</div>
<div class="tag">
<h1>Everything happens for a Reason!!</h1>
</div>
</body>
</html>
13 changes: 13 additions & 0 deletions style1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.main-content{
width: 329px;
height: 400px;
margin-top: 123px;
text-align: center;
margin-left: 500px;
}
.tag{
font-size: large;
font-family: Arial, Helvetica, sans-serif;
margin-left: 452px;

}

0 comments on commit ac07fc8

Please sign in to comment.