diff --git a/assets/Blog Files/Images/HelloWorld.png b/assets/Blog Files/Images/HelloWorld.png new file mode 100644 index 0000000..546ec0c Binary files /dev/null and b/assets/Blog Files/Images/HelloWorld.png differ diff --git a/assets/styles/blog.css b/assets/styles/blog.css new file mode 100644 index 0000000..9ebddc7 --- /dev/null +++ b/assets/styles/blog.css @@ -0,0 +1,74 @@ +* { + box-sizing: border-box; + } + + body { + font-family: Arial; + padding: px; + background: #868686; + } + + /* Header/Blog Title */ + .header { + padding: 30px; + font-size: 40px; + text-align: center; + background: white; + } + + /* Create two unequal columns that floats next to each other */ + /* Left column */ + .leftcolumn { + margin: auto; + padding: 10px; + float: left; + width: 75%; + } + + /* Right column */ + .rightcolumn { + float: left; + width: 25%; + padding-left: 20px; + } + + /* Fake image */ + .fakeimg { + background-color: #aaa; + width: 100%; + } + + /* Add a card effect for articles */ + .card { + background-color: white; + padding: 20px; + margin-top: 20px; + } + + /* Clear floats after the columns */ + .row:after { + content: ""; + display: table; + clear: both; + } + + /* Footer */ + .footer { + padding: 20px; + text-align: center; + background: #ddd; + margin-top: 20px; + } + + .image { + max-width:100%; + max-height:100%; + } + + /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */ + @media screen and (max-width: 800px) { + .leftcolumn, .rightcolumn { + width: 100%; + padding: 0; + } + } \ No newline at end of file diff --git a/assets/styles/navbar.css b/assets/styles/navbar.css index acc4d5f..721482e 100644 --- a/assets/styles/navbar.css +++ b/assets/styles/navbar.css @@ -3,7 +3,7 @@ ul { margin: 0; padding: 0; overflow: hidden; - background-color: #333; + background-color: rgb(0, 0, 0); position: fixed; top: 0; width: 100%; @@ -22,11 +22,11 @@ ul { } li a:hover:not(.active) { - background-color: #111; + background-color: #080753; } .active { - background-color: #04AA6D; + background-color: #1100ff; } body{ margin: 0px; diff --git a/assets/styles/titillium_web_font.css b/assets/styles/titillium_web_font.css index 02f546f..b9603b0 100644 --- a/assets/styles/titillium_web_font.css +++ b/assets/styles/titillium_web_font.css @@ -16,7 +16,7 @@ } p { - font-family: 'titillium_webbold', Arial, sans-serif; + font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-style:normal; } \ No newline at end of file diff --git a/blog.html b/blog.html new file mode 100644 index 0000000..8f89133 --- /dev/null +++ b/blog.html @@ -0,0 +1,59 @@ + + +
+This Blog will have update notes and other things.
+I like playing Bloons Tower Defense and coding
+Nothing Here Yet
+Welcome to my Website.
- - + +Welcome to my Website.
+ +