From bddfd1069573194a49ef2e23689bbd1e911992ac Mon Sep 17 00:00:00 2001 From: Ian K Date: Fri, 7 Aug 2020 09:27:08 +0300 Subject: [PATCH] Added new changed files --- blog.html | 235 +++++++++++++++++++++++++++++++++++++++++++++ css/blogStyles.css | 66 +++++++++++++ 2 files changed, 301 insertions(+) create mode 100644 blog.html create mode 100644 css/blogStyles.css diff --git a/blog.html b/blog.html new file mode 100644 index 0000000..5b494fc --- /dev/null +++ b/blog.html @@ -0,0 +1,235 @@ + + + + + + + + + + + + Blog Post + + + +
+

GAME-NIGHT RENTALS

+
+ + + +
+ +
+ +
+

FIFA 20 Review: The good, the bad and the bottom-line

+
+ +
+ +
+
+ +

The nearly undisputed King of the Virtual Pitch is back with its latest release. Fifa 20 will be + available worldwide on September 24 but I've had my hands on a review code form EA about a week ago. As + is the case with almost every sports game these days, the entire scope of the release requires more than a couple + days to completely evaluate. After taking shots, wins, losses and lessons in the Volta mode career + career, kickoff and FUT, + I've finally settled on my good, bad and bottom-line for FIFA 20.Read More... +

+
+
+
+ +
+

CALL OF DUTY: Modern Warfare 'The best call of duty in the decade'

+
+
+ +
+
+

Call Of Duty: Modern Warfare is half prequel, half reboot to the modern warfare franchise. The game takes place before + the events of Call Of Duty 4:Modern Warfare but since this is re-imagining of the entire story, developer infinity Ward still has plenty of + room to not simply revisit the events of those earlier games, but alter and expand upon them however they seem fit. It is also a return to more grounded, realistic military shooter + of futuristic entries . Gone are advanced mobility mechanics-double-jumping and wall-running and good riddance.Read more... +

+
+
+
+ +
+

TOP 20 MOST PLAYED GAME : 2020

+
+
+ +
+
+

If you’re connected at all to the gaming world either through your kids or as a gaming fan yourself + you probably already know about some of the most popular trends in video games right now. But if not, the American market research company the NPD + recently released its list of the best-selling video games of 2020 so far. The company looks + at digital and retail sales to determine what games people are buying.
+ Read More... +

+ +
+
+
+ + + +
+ + + +
+ + + + + \ No newline at end of file diff --git a/css/blogStyles.css b/css/blogStyles.css new file mode 100644 index 0000000..52c6371 --- /dev/null +++ b/css/blogStyles.css @@ -0,0 +1,66 @@ +body{ + font-family: "Montserrat"; + scroll-behavior: smooth; +} +.jumbotron{ + text-align: center; + background-color:#26F122; + height: 3vh; + font-size: 10px; +} +.jumbotron h3{ + margin-top: -8vh; + font-size:60px; + font-weight: 1000; + text-shadow: 2px 2px red; +} +#itallic{ + font-style: oblique; + font-family: "Merienda"; + font-size: 17px; +} +nav{ + text-align: center; + background-color: darkgray; + margin-top: -3vh; + padding-top:20px; + background-color: black; +} +#company{ + background-color: black; +} +.blogs{ + background-color: black; + color: blanchedalmond; + text-align: center; +} +h4{ + text-align: left; + font-size: 25px; + margin-left:64px; + +} +.navigation{ + text-align: right; + background-color: grey; + margin-top: -3vh; + height: 15vh; + padding: 10px; +} +.nav-bar a{ + margin-right: 5vw; + font-size: 20px; + font-weight: 1000px; + color: black; +} +footer{ + background-color: black; + color: blanchedalmond; +} +#footer-text{ + font-size: 30px; + text-align: center; + padding-right: 23px; + margin-right: 12px; + +} \ No newline at end of file