forked from snowbearfml/GRU_H-pur_13
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bætti við about, schedule og aboutus.html
- Loading branch information
1 parent
d3af3a9
commit 3c36ef0
Showing
5 changed files
with
84 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
<title>Pink Panther Underground</title> | ||
</head> | ||
<body> | ||
<div id="banner">Pink Panther Unerground</div> | ||
<nav> | ||
<div id="home"><a href="index.html">Home</a></div> | ||
<div id="schedule"><a href="schedule.html">Schedule</a></div> | ||
<div id="signup"><a href="signup.html">Sign Up</a></div> | ||
<div id="aboutus"><a href="aboutus.html">About Us</a></div> | ||
</nav> | ||
<div id="article">footer</div> | ||
<div id="schedule">schedule</div> | ||
<footer>Footer</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
<title>Pink Panther Underground</title> | ||
</head> | ||
<body> | ||
<div id="banner">Pink Panther Unerground</div> | ||
<nav> | ||
<div id="home"><a href="index.html">Home</a></div> | ||
<div id="schedule"><a href="schedule.html">Schedule</a></div> | ||
<div id="signup"><a href="signup.html">Sign Up</a></div> | ||
<div id="aboutus"><a href="aboutus.html">About Us</a></div> | ||
</nav> | ||
<div id="article">footer</div> | ||
<div id="schedule">schedule</div> | ||
<footer>Footer</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
<title>Pink Panther Underground</title> | ||
</head> | ||
<body> | ||
<div id="banner">Pink Panther Unerground</div> | ||
<nav> | ||
<div id="home"><a href="index.html">Home</a></div> | ||
<div id="schedule"><a href="schedule.html">Schedule</a></div> | ||
<div id="signup"><a href="signup.html">Sign Up</a></div> | ||
<div id="aboutus"><a href="aboutus.html">About Us</a></div> | ||
</nav> | ||
<div id="article">footer</div> | ||
<div id="schedule">schedule</div> | ||
<footer>Footer</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
h1 { | ||
color: Pink; | ||
} | ||
.frame { | ||
margin:0px; | ||
} | ||
#banner{ | ||
width: 100%; | ||
height: 300px; | ||
} |