Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SW999 authored May 30, 2024
1 parent 63ca9bb commit 94016ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/cv/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* { margin: 0; padding: 0; }
body { padding:0 20px;font: 16px Helvetica, Sans-Serif; line-height: 24px; background: url(images/noise.jpg); }
body { padding:0 20px;font: 16px Helvetica, Sans-Serif; line-height: 24px; background: url(./noise.jpg); }
.clear { clear: both; }
#page-wrap { width: 800px; margin: 40px auto 60px; }
.pic { float: right; }
Expand All @@ -33,7 +33,7 @@
</head>
<body>
<div id="page-wrap">
<img src="images/pic.jpg" alt="My Photo" class="pic" />
<img src="./pic.jpg" alt="My Photo" class="pic" />

<div id="contact-info" class="vcard">

Expand Down

0 comments on commit 94016ad

Please sign in to comment.