Skip to content

Commit

Permalink
changing picture
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanson committed Nov 25, 2013
1 parent 83a0314 commit 3f3941f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions css/default.scss
Expand Up @@ -154,15 +154,19 @@ div.sitesearch p {
margin-left: auto;
margin-right: auto;
padding: 1em 2em 1em 2em;
width: 173px;
width: 221px;
}

.home_image img {
border: thin;
width: 173px;
width: 221px;
display: block;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}


h1, h2, h3 {
font-weight: bold;
font-size: medium;
Expand Down
Binary file modified images/david.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion index.markdown
Expand Up @@ -2,9 +2,11 @@
title: David Sanson
---



<div class="home_image_container">
<div class="home_image">
<img src="images/david.jpg" alt="A picture of me" width=173 height=199>
<img src="images/david.jpg" alt="A picture of me" width=221 height=240>
</div>
</div>

Expand Down

0 comments on commit 3f3941f

Please sign in to comment.