From ae9390802552efec8a9bdf5277adeb0df993648c Mon Sep 17 00:00:00 2001 From: rav4s Date: Tue, 23 Feb 2021 13:29:08 -0600 Subject: [PATCH] Added content for first entry --- centos-death.html | 5 +++++ css/styles.css | 37 +++++++++++++++++++++++++++++++------ 2 files changed, 36 insertions(+), 6 deletions(-) diff --git a/centos-death.html b/centos-death.html index fcfec96..61aa50c 100644 --- a/centos-death.html +++ b/centos-death.html @@ -147,6 +147,11 @@
+ Type: Article
Author: Jim Salter
Publish Date: 12/10/2020
Publisher: Ars Technica
+ Link
Reflection: This article by Ars Technica, one of the world's most renowned technology publishers, highlights how + Red Hat effectively killed off CentOS Linux. CentOS was one of the most widely used and important Enterprise Linux Operating Systems, and many businesses used it for their everyday, mission-critical operations. By turning the CentOS + project into a "testing ground" for Red Hat Enterprise Linux, they have forced businesses and consumers to move to their paid platform or to use a fundamentally different OS. This is only exacerbated by the fact that Red Hat has lowered + the EOL date from 2029 to 2021.
diff --git a/css/styles.css b/css/styles.css index 2fbed28..1dc6430 100644 --- a/css/styles.css +++ b/css/styles.css @@ -249,14 +249,17 @@ h1 { .main-box { color: white; - padding-top: 10px; - padding-bottom: 10px; + padding-top: 0; + padding-bottom: 0; margin-left: 400px; margin-right: 400px; - height: 800px; + height: 600px; line-height: 1em; background-color: #0074D9; box-shadow: 10px 15px #FFDC00; + position: relative; + align-items: center; + justify-content: center; } .main-box:hover { @@ -267,11 +270,25 @@ h1 { -moz-transition: box-shadow 0.25s ease-in-out; } +.main-box-text { + padding: 10px; + font-size: 1.5em; + line-height: 1.25em; + text-align: center; + position: absolute; + width: 100%; + height: 100%; + top: 50%; + left: 50%; + -ms-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); +} + @media only screen and (max-width: 1366px) { .main-box { margin-left: 200px; margin-right: 200px; - height: 400px; + height: 800px; } } @@ -301,7 +318,7 @@ h1 { .main-box { margin-left: 50px; margin-right: 50px; - height: 400px; + height: 800px; } } @@ -312,6 +329,14 @@ h1 { .main-box { margin-left: 20px; margin-right: 20px; - height: 400px; + height: 800px; + } +} + +@media only screen and (max-width: 400px) { + .main-box { + margin-left: 20px; + margin-right: 20px; + height: 1200px; } } \ No newline at end of file