Skip to content

Commit

Permalink
update image
Browse files Browse the repository at this point in the history
  • Loading branch information
annshress committed Apr 6, 2022
1 parent 7987a36 commit 9a145ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file added assets/pme2.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 @@ -14,7 +14,7 @@
<div class="row">
<div id="dpic">
<!-- <img src="assets/my_profile.jpg" class="ppic" /> -->
<img src="assets/hist_miami.png" class="ppic" />
<img src="assets/pme2.jpg" class="ppic" />
</div>
<div id="ddesc">
<h1>Anish Shrestha</h1>
Expand Down
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ h2 {

#dpic img {
width: 240px;
/* height: 240px; */
height: 240px;
border-radius: 120px;
object-fit: cover;
object-position: center 40%;
}

#ddesc {
Expand Down

0 comments on commit 9a145ad

Please sign in to comment.