Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a header tag to top with my name #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ html {
line-height: 1.4;
font-family: 'Indie Flower', cursive;
}

#Meagan{
color:blue;
}
/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<![endif]-->

<!-- Add your site or application content here -->

<h1 id="Meagan">Meagan's awesome mark</h1>
<p>Cupcake chocolate cake bonbon cotton candy gummies marzipan tootsie roll I love pie. Pie bear claw sugar plum chocolate. Jelly sesame snaps chocolate bar. Sweet toffee I love brownie. I love croissant lollipop. Apple pie jelly beans dragée I love. I love I love pastry I love soufflé chocolate muffin. I love donut danish sesame snaps jelly beans marzipan chocolate cake danish muffin.</p> <p>Ice cream apple pie jelly. Muffin pie I love brownie pastry cake. I love I love tootsie roll biscuit lollipop. Sweet roll sweet roll chocolate cake caramels pudding.</p>

<img src="http://placekitten.com.s3.amazonaws.com/homepage-samples/200/140.jpg" width="400" height="280" alt="kitten"/>
Expand Down