Skip to content

Commit

Permalink
Revert "Fixed links and some css bug"
Browse files Browse the repository at this point in the history
This reverts commit 853a603.
  • Loading branch information
rabinrai44 committed Jan 8, 2018
1 parent 3c8d293 commit 4b51315
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="Style.css">
<title>Green Sydney</title> <!-- Working title ~GotHubs -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<img src="https://media-exp2.licdn.com/media/AAEAAQAAAAAAAAjwAAAAJDEwMTUwNzQ2LWUzZTUtNDUzNC04NDlmLTUyM2ZjZTlkOTBhOQ.jpg" alt="Picture">
</head>
<body>
<link rel="stylesheet" type="text/css" href="style.css">
<h1>Green Sydney!</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ body {
background-color: #99d6ff;
text-align: center;
}
}

h1 {
color: white;
Expand Down

0 comments on commit 4b51315

Please sign in to comment.