Skip to content

Commit

Permalink
the color of h2 is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
vaarigupta committed May 5, 2018
1 parent d541106 commit 16d2ad6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ body {
h2 {
margin-top: 1em;
padding-top: 1em;
color :#f44242;
}

/* 04 Color and contrast */
Expand All @@ -61,7 +62,6 @@ body {
}

h1,
h2,
strong {
color: #333;
}
Expand Down
3 changes: 3 additions & 0 deletions web-design-in-4-minutes.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ <h2>Balance</h2>
}</pre>
<p>At this point, you might want to make your page stand out and give it <a href="#primary-color">identity</a>.</p>
</section>
<section>

</section>

<section id="primary-color">
<h2>Primary color</h2>
Expand Down

1 comment on commit 16d2ad6

@vaarigupta
Copy link

@vaarigupta vaarigupta commented on 16d2ad6 May 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The color of h2 element is changed to #f44242

Please sign in to comment.