Skip to content

Commit

Permalink
Commit 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kanz-1805 committed Apr 27, 2024
1 parent 624c425 commit ee47966
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1> This is my Portfolio</h1>
Expand Down
15 changes: 15 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
body{
margin: 0;
padding: 0;
text-align" center;
}
h1 {
padding-top: 4em;
}
p {
margin: 2em 0;
}
img {
width: 40em;
max-width: 90%;
}

0 comments on commit ee47966

Please sign in to comment.