Skip to content

Commit

Permalink
address
Browse files Browse the repository at this point in the history
  • Loading branch information
gigasquid committed Mar 6, 2013
1 parent 5db3a59 commit d8866ef
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
<body>
<div class="nav-header">
<div class="logo"><img src="./images/logo.png"></img></div>
<address class="vcard">
<div class="adr">
<span class="street-address">529 Main Av. </span
<span class="street-address2">Studio 210 </span
<span class="city">Loveland, </span >
<span class="state">OH</span >
<span class="postal-code">45140</span>
</div>

</div>

<div class="address">
</div>
<div class="main-container">
<div class="wrapper">
Expand Down
11 changes: 9 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

body {
background-color: #fff
font-family: Georgia;
background-color: #fff;
font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 16px;
}

Expand All @@ -17,6 +17,13 @@ body {
padding-bottom: 1em;
}

address{
font-size: 15px;
font-style: normal;
padding-bottom: 7px;
color: #4a484c;
}

.main-container{
width: 100%;
margin-right: auto;
Expand Down

0 comments on commit d8866ef

Please sign in to comment.