Skip to content

Commit

Permalink
updated webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
hmh49 committed Nov 5, 2018
1 parent d00bf82 commit e7942fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ ul {
list-style-type: circle;
}
h1 {
background-color: Khaki;
background-color: Khaki; color: Darkred;
}
h2 {
background-color: Khaki;
background-color: Khaki; color: Darkred;
}
p {
background-color: Khaki;
background-color: Khaki; color: Crimson;

}
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<h1 style="color:Darkred;"><strong>Hannah's Webpage</strong></h1>
<p style="color:Crimson">Welcome to my site. I enjoy creating this using my <em>own</em> design preferences.</p>
<h2 style="color:Darkred">Things I enjoy doing</h2>
<p style="color:Crimson">Here are some things I like to do:</p>
<h1><strong>Hannah's Webpage</strong></h1>
<p> Welcome to my site. I enjoy creating this using my <em>own</em> design preferences.</p>
<h2> Things I enjoy doing</h2>
<p> Here are some things I like to do:</p>
<ul>

<li>I like to update my fashion blog <b>twice a week</b></li>
Expand Down

0 comments on commit e7942fa

Please sign in to comment.