Skip to content

Commit

Permalink
Update Portfolio.html
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaelSameer committed Apr 24, 2024
1 parent aed1bbc commit 0f64a93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<link rel="stylesheet" href="./css/Portfolio.css">
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
</head>
<body class="bg-[url('./Static/Hero.jpg')]">
<body class="bg-[url('./Static/Hero.jpg')] style="background-repeat: no-repeat;
background-position: center;
background-size: cover; height: 100vh">

<div class="Header h-screen flex flex-col">
<nav class="flex items-center justify-between w-full px-4 py-2">
Expand Down

0 comments on commit 0f64a93

Please sign in to comment.