Skip to content

Commit

Permalink
[fixed] header paragraph styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKVal committed Feb 5, 2016
1 parent 4fadb3d commit 4cfabc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="header">
<div class="question">?</div>
<h1>Header</h1>
<p>para text</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Obcaecati facere quam blanditiis impedit velit exercitationem expedita, temporibus, minima minus voluptatum placeat quaerat. Provident dicta nulla illum voluptatum, in repellendus ullam?</p>
</div>
<div class="body">
<a class="big-blue">Next Question</a>
Expand Down
7 changes: 3 additions & 4 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ table {
body {
font-family: Arial, 'Helvetica Neue', helvetica, 'Lucida Grande', tahoma, sans-serif;
font-size: 13px;
line-height: 1.4;
color: white;
}

Expand All @@ -72,7 +73,7 @@ h1 {
box-sizing: border-box;
width: 475px;
height: 170px;
margin: 30px auto 5px auto;
margin: 20px auto 5px auto;
padding: 10px;
background-color: white;
border-radius: 10px;
Expand Down Expand Up @@ -123,9 +124,7 @@ h1 {
line-height: 0.9em;
}

.header {
height: 70px;
}


/* change default text selection color */
::-moz-selection {
Expand Down

0 comments on commit 4cfabc2

Please sign in to comment.