Skip to content

Commit

Permalink
Last Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMitiku committed Jan 12, 2019
1 parent 751e9bd commit c7bbb6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

}
#image{
width: auto;
display:block;
margin:50px auto;
max-width: 500px;
height: auto;
}
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ <h1 id="title">
<div id="img-div">
<img id="image" src="https://i.ibb.co/0Gg1J2M/pexels-photo-761963.jpg">
<h5 id="img-caption"> Caption </h5>
<h4 id="tribute-info">
<h4 id="tribute-info">
Title
</h4>
<a href="!#" target="_blank"></a>
<a href="https://www.google.com/" target="_blank" id="tribute-link"></a>
</div>
</div>

Expand Down

0 comments on commit c7bbb6c

Please sign in to comment.