Skip to content

Commit

Permalink
added height code
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbettina committed Oct 7, 2013
1 parent 5913a5c commit 5672b28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/portfolio-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ In this way your image will follow the size of the browser window.
It is possible that when the window is very small or very big, you can see a white space at the bottom of the image.
You can change it setting the height: 100%. But now you need to be sure that you image isn't stretched.

.home-imag {
height: 100%
}
After the image, write another header tag within h1 and h2, add a class name to your header so you can style it
and not be confused with the other one. (I will use header-home as the class name)
In the CSS we are goint to write this:
Expand Down

0 comments on commit 5672b28

Please sign in to comment.