diff --git a/aboutus.html b/aboutus.html new file mode 100644 index 0000000..3acd0d9 --- /dev/null +++ b/aboutus.html @@ -0,0 +1,20 @@ + + + + + + Pink Panther Underground + + + + +
footer
+
schedule
+ + + \ No newline at end of file diff --git a/index.html b/index.html index 8c8c45f..13798a2 100644 --- a/index.html +++ b/index.html @@ -3,10 +3,25 @@ + Pink Panther Underground -

Pink Panther Underground

-

Come and explore the underground

+
+ +
+ +
+
article
+
schedule
+
+ + + \ No newline at end of file diff --git a/schedule.html b/schedule.html new file mode 100644 index 0000000..3acd0d9 --- /dev/null +++ b/schedule.html @@ -0,0 +1,20 @@ + + + + + + Pink Panther Underground + + + + +
footer
+
schedule
+ + + \ No newline at end of file diff --git a/signup.html b/signup.html new file mode 100644 index 0000000..3acd0d9 --- /dev/null +++ b/signup.html @@ -0,0 +1,20 @@ + + + + + + Pink Panther Underground + + + + +
footer
+
schedule
+ + + \ No newline at end of file diff --git a/style.css b/style.css index b7994c3..a8c2963 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,10 @@ h1 { color: Pink; +} +.frame { + margin:0px; +} +#banner{ + width: 100%; + height: 300px; } \ No newline at end of file