Skip to content

Commit

Permalink
added image and modified css file
Browse files Browse the repository at this point in the history
changes to be committed:
    modified:   css/style.css
    new file:   img/sandeep.jpg
    modified:   index.html
chnaged photo
  • Loading branch information
ysandeepkumarreddy committed Jan 1, 2024
1 parent 124fa54 commit 84580cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2924,12 +2924,14 @@ span#da{
}

.hover_img img {
border-radius: 25px;
display: block;
width: 400px;
left: 130px;
opacity: 80%;
transition: opacity 0.4s ease;
position: relative;
z-index: 4;
border-radius: 9px;
image-rendering: optimizeSpeed;
border-radius: 24px;
box-shadow: 0 0 38px rgba(0, 0, 0, 0.3), 0 0 12px rgba(0, 0, 0, 0.22);
}

Expand Down
Binary file added img/sandeep.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ <h3>des_<br>ign</h3>
<h1>Hello<span class="color">.</span><br>I am<br>
<!-- <div class="name">Sandeep</div> -->
<div class="hover_img">
<a href="#" >Sandeep<span><img src="/img/sandeep_image.jpeg" alt="image" width="700" /></span></a>
<a href="#" >Sandeep<span><img src="/img/sandeep.jpg" alt="image" width="700" /></span></a>
</div>
</h1>
</div>
Expand Down

0 comments on commit 84580cb

Please sign in to comment.