Skip to content

Commit

Permalink
Update advaith.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Glitchyi authored Oct 7, 2024
1 parent 2d01d5c commit d7955ef
Showing 1 changed file with 28 additions and 3 deletions.
31 changes: 28 additions & 3 deletions pages/advaith.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
<h1> Advaith Narayanan </h1>
<head>
<style>
h1 {
color: #4a86e8;
font-size: 48px;
font-family: Arial, sans-serif;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

p {
font-size: 24px;
color: #34a853;
font-family: Georgia, serif;
margin-bottom: 20px;
}

img {
border: 3px solid #fbbc05;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
</style>
</head>
<body>
<h1>Advaith Narayanan</h1>

Hehe computer go brrr
<p>Hehe computer go brrr</p>

<img src="https://logowik.com/content/uploads/images/rust4784.logowik.com.webp"/>
<img src="https://logowik.com/content/uploads/images/rust4784.logowik.com.webp"/>
</body>

0 comments on commit d7955ef

Please sign in to comment.