diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..e663c5a Binary files /dev/null and b/.DS_Store differ diff --git a/HTML_boilerplate.html b/HTML_boilerplate.html deleted file mode 100644 index 7d9fd5c..0000000 --- a/HTML_boilerplate.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - HTML5 Boilerplate - - - - -

Page Title

- - - - \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..41fc106 --- /dev/null +++ b/index.html @@ -0,0 +1,78 @@ + + + + + + + Professional Website - Starter Template + + + + + + + +
+ +
+ + + + + +
+
+
+

Page Heading

+

Content for sidebar...

+
+
+

Main Content

+
+
+

Section 1

+

Content for section 1...

+
+
+

Section 2

+

Content for section 2...

+
+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/pingpong.html b/pingpong.html deleted file mode 100644 index 4c3774c..0000000 --- a/pingpong.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - Simple Paddle Game - - - - -
-
-
-
- - - - - \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..ea3db26 --- /dev/null +++ b/styles.css @@ -0,0 +1,43 @@ +/* File: starter-styles.css */ +/* Custom Styles - Starter Template */ + +/* Header styles */ +.header-logo { + max-width: 300px; + height: auto; +} + +.navbar-logo { + max-height: 3rem !important; +} + +/* Navigation styles */ +.navbar { + /* TODO: Add custom navigation styling */ +} + +.nav-link { + /* TODO: Add custom link styling */ +} + +/* Content styles */ +.container { + /* TODO: Add custom container styling */ +} + +h1, h2, h3 { + /* TODO: Add custom heading styles */ +} + +/* Footer styles */ +.footer { + /* TODO: Add custom footer styling */ + margin-top: 50px; + padding: 20px; + text-align: center; +} + +/* Responsive adjustments */ +@media (max-width: 576px) { + /* TODO: Add mobile-specific styles */ +} \ No newline at end of file