Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
guhanmathi committed Apr 9, 2024
1 parent 20ed0e8 commit b775619
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ <h1 style="color: darkgreen;">Welcome to my site</h1>
--->
<div class="intro">
<h1 value="1" class="roboto-mono">Welcome to my site</h1>
<img class="left" src="./assest/images/gmlogo1.png" width="43">
<h1 value="1" class="roboto-mono" > Welcome to my site</h1>
<a href="./public/gm.html">About Me</a> <br/>
<a href="https://gmstack.duckdns.org"> MyHomeServer</a>

Expand All @@ -26,7 +27,7 @@ <h1 value="1" class="roboto-mono">Welcome to my site</h1>

<div class="poster">
<img src="./assest/images/lh.png" class="intro_img" />
<h1>The only way to fail is to give up. As long as you <span class="quote-highlight">keep moving forward</span> , you’re still in the game.</h1>
<h1>The only way to fail is to give up. As long as you <span class="quote-highlight">keep moving forward</span>, you’re still in the game.</h1>
<p> Lewis Hamilton</p>
</div>

Expand Down
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ html{background-color: #481E14}
font-style: normal;
}


.left{
float: left;
}
.poster{
text-align: center;
color: #B19470;
Expand Down

0 comments on commit b775619

Please sign in to comment.