From 690b91b7dc6bad840f8c555410a0bd459d4a670a Mon Sep 17 00:00:00 2001 From: s1n <50817549+8cy@users.noreply.github.com> Date: Sun, 8 Mar 2020 23:12:52 -0700 Subject: Add files via upload --- cs2-cnn/index.html | 363 +++++++++++++++++++++++++++++++++++++++++++++++++++++ cs2-cnn/main.css | 341 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 704 insertions(+) create mode 100644 cs2-cnn/index.html create mode 100644 cs2-cnn/main.css diff --git a/cs2-cnn/index.html b/cs2-cnn/index.html new file mode 100644 index 0000000..7e97616 --- /dev/null +++ b/cs2-cnn/index.html @@ -0,0 +1,363 @@ + + + + + + + + CNN - Breaking News, Latest News and Videos + + + + + + + + + + +
+
+ + + + + + + +
+
+ +
+
+ LIVE UPDATES: Coronavirus  |  + TRENDING: Nashville tornado  |  + Super Tuesday results  |  + Alex Trebek  |  + Genesis to reunite  |  + Michael Bloomberg  |  + Dow futures  |  +
+ +
+ + +
+ + + + +

+ + Oil crashes by most since 1991
+ as Saudi Arabia launches price
+ war +
+

+ +
+
+ +

Global stocks tumble as oil crashes

+ +
+ +

+ Analysis: Biden vs. Sanders: How they
+ compare on key issues +

+ +
+ +

+ Ted Cruz will self-quarantine after interacting
+ with individual with coronavirus +

+ +
+ +

+ Trump spurns Pelosi's invite to St. Patrick's
+ Day lunch +

+ +
+ +

Opinion: Trump's luck is being tested

+ +
+ +

+ Hear Trump's reaction to CPAC attendee's
+ positive diagnosis +

+ +
+ +

+ Bernie Sanders says he never expected to
+ see a Nazi flag waved at a major political rally +

+ +
+ +

Analysis: Is coronavirus Trump's Katrina?

+ +
+ +

+ Sanders at last minute scraps speech
+ tailored to black voters +

+ +
+ +

+ Fact check: Trump and his campaign
+ promote dishonestly edited Biden video +

+
+
+ +
+ + + + +

+ + Iowa girl regains eyesight after
+ losing vision to flu +
+

+ +
+
+ +

+ After being best friends for 17 years, these
+ two women just found out they're sisters +

+ +
+ +

+ North Korea has launched three unidentified
+ projectiles, South Korea says +

+ +
+ +

+ 'SNL' mocks Fox News' coverage of
+ coronavirus with the help of Elizabeth Warren +

+ +
+ +

+ The deadly WWII raid that killed 100,000
+ people in one night +

+ +
+ +

+ Brian Stelter: Trump's behavior at CDC spoke
+ volumes about his mindset +

+ +
+ +

+ Oklahoma wildfire burns through more than
+ 29,000 acres +

+ +
+ +

+ Hillary Clinton: The facts don't support
+ Trump's claims +

+ +
+ +

+ Opinion: Trump serves up irresponsible and
+ dangerous information on coronavirus +

+ +
+ +

+ Zaya Wade made her red-carpet debut at the
+ Truth Awards +

+
+
+
+
+ + + + \ No newline at end of file diff --git a/cs2-cnn/main.css b/cs2-cnn/main.css new file mode 100644 index 0000000..c379c0c --- /dev/null +++ b/cs2-cnn/main.css @@ -0,0 +1,341 @@ +html, body { + font-family: Arial, Helvetica, sans-serif; + overflow-x: hidden; + -webkit-transition: 0.5s; + transition: 0.5s; + + background: #FEFEFE; +} + +.header { + background: #000000; + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 41px; + z-index: 999; +} + +.header-parent-topics { + position: absolute; + top: 12px; + left: 55px; + word-spacing: 13px; +} + +.header-parent-topics a { + color: #f3f3f3; + text-decoration: none; + font-size: 14px; + -webkit-transition: 0.5s; + transition: 0.5s; +} + +.header-parent-topics a:hover { + color: lightgrey; + -webkit-transition: 0.5s; + transition: 0.5s; +} + +.header-parent { + position: absolute; + left: 17.1%; + width: 100%; +} + +.header-parent-other { + position: absolute; + top: 12px; + left: 1000px; + word-spacing: 13px; +} + +.header-parent-other-live { + font-weight: bolder; + word-spacing: 0px; + text-decoration: none; + color: #f3f3f3; + font-size: 14px; + + transition: 0.5s; +} + +.header-parent-other-live:hover { + color: lightgrey; + + transition: 0.5s; +} + +.header-parent-other-edition { + display: inline; + color: #ffffff; + font-size: 12px; + font-weight: bolder; + + position: relative; + left: 7px; + + cursor: pointer; +} + +.gg-chevron-down { + position: relative; + top: -20px; + left: 125px; + --ggs: .8; +} + +.header-parent-other-search, .header-parent-other-menu { + position: relative; + top: -44px; + left: 174px; + color:#ffffff; + + transition: 0.5s; +} + +.header-parent-other-search:hover, .header-parent-other-menu:hover { + color: lightgrey; + + transition: 0.5s; + + cursor: pointer; +} + +.header-parent-other-menu { + left: 180px; +} + +.header-parent-other-live-dot { + animation:blinkingText 2s infinite; +} + +@keyframes blinkingText{ + 0% { color: transparent; } + 25% { color: red; } + 50% { color: red; } + 75% { color:black; } + 100% { color: black } +} + +#main-live-information-trending, #main-live-information-live-updates { + color: red; +} + +#main-live-information-trending:hover, #main-live-information-live-updates:hover { + color: rgb(179, 0, 0); +} + +.main-live-information { + position: absolute; + top: 62px; + left: 400px; + + color: #000000; + text-align: center; + font-weight: bolder; + font-size: 14px; +} + +.main-live-information a { + text-decoration: none; + color: #000000; + + transition: 0.5s; +} + +.main-live-information a:hover { + color: rgb(179, 0, 0); + + transition: 0.05s; +} + +#main-live-information-breaker { + color: lightgrey; +} + +.main-papers-death-row { + position: relative; + left: 50px; + top: 40px; + height: 400px; +} + +#main-papers-death-row-title { + font-size: 20px; + font-weight: bolder; +} + +#main-papers-death-row-description { + font-size: 20px; + font-weight: bolder; + width: 20%; +} + +.main-papers { + position: absolute; + top: 90px; + left: 21.5%; + height: 0px; +} + +.main-papers-coronavirus-thumbnail img { + position: relative; + top: -10px; + left: -15px; +} + +#main-papers-coronavirus-thumbnail-live-updates { + background: #CC0000; + font-size: 14px; + font-weight: bold; + color: white; + padding: 10px; + width: 23%; + position: relative; + top: -64px; + left: -15px; +} + +.main-papers-coronavirus-lower-1 { + position: relative; + top: -75px; + left: -15px; +} + +.main-papers-coronavirus-lower-1 p:nth-child(2) { + position: relative; + top: -10px; +} + +#main-papers-coronavirus-title a { + color: black; + font-size: 35px; + font-family: Arial; + font-weight: 600; + + text-decoration: none; +} + +#main-papers-coronabirus-lower-1-description a { + color: black; + text-decoration: none; +} + +#main-papers-oil-title a { + font-weight: 600; + font-size: 20.8px; + + position: relative; + top: -17px; + + color: black; + text-decoration: none; +} + +#main-papers-coronabirus-lower-1-description a:hover, +#main-papers-coronavirus-title a:hover, +#main-papers-oil-title a:hover, +.main-papers-oil-lower p:hover, +.main-papers-coronavirus-lower-2 a:hover { + color: #CC1800; + transition: 0.5s; +} + +#main-papers-coronabirus-lower-1-more-info a { + font-weight: normal; + color: black; + text-decoration: none; + border-bottom: 2px solid lightgrey; +} + +#main-papers-coronabirus-lower-1-more-info a:hover { + color: #CC1800; + border-bottom: 0px solid lightgrey; +} + +.main-papers-coronavirus-lower-2 { + position: relative; + left: -15px; + top: -80px; + font-size: 15px; +} + +.main-papers-coronavirus-lower-2 a { + color: rgb(36, 36, 36); + text-decoration: none; +} + +#main-papers-coronavirus-lower-2-divider { + width: 446.67px; + opacity: 0.4; + + margin-bottom: 7px; + margin-top: 7px; +} + +.main-papers-oil { + position: relative; + top: -756px; + left: 458px; +} + +#main-papers-oil-lower-divider { + width: 306.69px; + opacity: 0.4; + position: relative; + left: -69px; + top: -24px; + + margin-bottom: -7px; + margin-top: -7px; +} + +.main-papers-oil-lower p { + position: relative; + + font-size: 15px; + color: rgb(36, 36, 36); +} + +.main-papers-iowa { + position: relative; + top: -1506px; + left: 788px; +} + +.footer { + position: absolute; + top: 900px; + left: 0; +} + +.footer-topics a { + color: #FEFEEF; + text-decoration: none; + position: relative; + font-size: 20px; + background: #0C0C0C; +} + +.footer-topics a:hover { + text-decoration: underline; +} + +.footer-topics-items a { + color: white; + text-decoration: none; + position: relative; + font-size: 14px; +} + +.footer-topics-items { + word-wrap: break-word; + white-space: pre-wrap; + position: relative; + top: -754px; + left: 221px; + background: #0C0C0C; + width: 250px; +} \ No newline at end of file -- cgit v1.2.3