Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- README.md +16 -4
- court.webp +0 -0
- index.html +307 -344
- olympics.webp +0 -0
- storm.webp +0 -0
README.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
| 1 |
---
|
| 2 |
title: News In Cats
|
| 3 |
-
emoji: π±
|
| 4 |
colorFrom: yellow
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
|
|
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
# The Daily Meow
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: News In Cats
|
| 3 |
+
emoji: π±π°
|
| 4 |
colorFrom: yellow
|
| 5 |
+
colorTo: red
|
| 6 |
sdk: static
|
| 7 |
+
app_file: index.html
|
| 8 |
pinned: false
|
| 9 |
+
short_description: "Today's top news headlines, illustrated by cats in dioramas"
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# π±π° The Daily Meow - News In Cats
|
| 13 |
|
| 14 |
+
Today's top headlines, brought to you by adorable cat dioramas!
|
| 15 |
+
|
| 16 |
+
## Headlines Featured
|
| 17 |
+
|
| 18 |
+
1. **Bomb Cyclaw-ne** - Historic blizzard buries Northeast US in 2 feet of snow
|
| 19 |
+
2. **Supreme Cats** - Court strikes down global tariffs in 6-3 ruling
|
| 20 |
+
3. **Winter Games** - 2026 Olympics conclude in Italy with purr-fect ceremony
|
| 21 |
+
|
| 22 |
+
All images generated using AI, all puns carefully crafted by feline journalists.
|
| 23 |
+
|
| 24 |
+
*"All The News That's Fit to Purrint"*
|
court.webp
ADDED
|
index.html
CHANGED
|
@@ -3,17 +3,18 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>THE DAILY MEOW -
|
| 7 |
-
<link href="https://fonts.googleapis.com
|
|
|
|
|
|
|
| 8 |
<style>
|
| 9 |
:root {
|
| 10 |
-
--paper-cream: #f5f0e1;
|
| 11 |
-
--paper-dark: #e8e0cb;
|
| 12 |
--ink-black: #1a1a1a;
|
| 13 |
-
--
|
| 14 |
-
--
|
| 15 |
-
--
|
| 16 |
-
--
|
|
|
|
| 17 |
}
|
| 18 |
|
| 19 |
* {
|
|
@@ -23,20 +24,20 @@
|
|
| 23 |
}
|
| 24 |
|
| 25 |
body {
|
| 26 |
-
|
|
|
|
| 27 |
min-height: 100vh;
|
| 28 |
-
padding:
|
| 29 |
-
font-family: 'Libre Baskerville', serif;
|
| 30 |
}
|
| 31 |
|
| 32 |
.newspaper {
|
| 33 |
-
max-width:
|
| 34 |
margin: 0 auto;
|
| 35 |
-
background: var(--
|
| 36 |
box-shadow:
|
| 37 |
-
0 0 0 1px
|
| 38 |
-
|
| 39 |
-
0
|
| 40 |
position: relative;
|
| 41 |
overflow: hidden;
|
| 42 |
}
|
|
@@ -48,456 +49,418 @@
|
|
| 48 |
left: 0;
|
| 49 |
right: 0;
|
| 50 |
bottom: 0;
|
| 51 |
-
background:
|
| 52 |
-
repeating-linear-gradient(
|
| 53 |
-
90deg,
|
| 54 |
-
transparent,
|
| 55 |
-
transparent 1px,
|
| 56 |
-
rgba(0,0,0,0.02) 1px,
|
| 57 |
-
rgba(0,0,0,0.02) 2px
|
| 58 |
-
);
|
| 59 |
pointer-events: none;
|
| 60 |
}
|
| 61 |
|
| 62 |
-
/*
|
| 63 |
.masthead {
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
display: flex;
|
| 68 |
justify-content: space-between;
|
| 69 |
align-items: center;
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
font-size: 12px;
|
| 76 |
text-transform: uppercase;
|
| 77 |
-
letter-spacing: 2px;
|
| 78 |
}
|
| 79 |
|
| 80 |
-
.
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
line-height: 1;
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
margin-bottom: 5px;
|
| 91 |
-
}
|
| 92 |
-
|
| 93 |
-
.newspaper-subtitle {
|
| 94 |
-
font-family: 'Oswald', sans-serif;
|
| 95 |
-
font-size: 14px;
|
| 96 |
-
text-transform: uppercase;
|
| 97 |
-
letter-spacing: 8px;
|
| 98 |
-
color: var(--accent-gold);
|
| 99 |
}
|
| 100 |
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
background: var(--paper-dark);
|
| 104 |
-
padding: 10px 30px;
|
| 105 |
-
display: flex;
|
| 106 |
-
justify-content: space-between;
|
| 107 |
-
align-items: center;
|
| 108 |
-
border-bottom: 2px solid var(--ink-black);
|
| 109 |
-
font-family: 'Oswald', sans-serif;
|
| 110 |
-
font-size: 11px;
|
| 111 |
-
text-transform: uppercase;
|
| 112 |
-
letter-spacing: 1px;
|
| 113 |
}
|
| 114 |
|
| 115 |
-
.
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
|
|
|
|
|
|
|
|
|
| 119 |
}
|
| 120 |
|
| 121 |
-
.
|
| 122 |
display: flex;
|
| 123 |
-
|
| 124 |
-
gap:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
}
|
| 126 |
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
}
|
| 131 |
|
| 132 |
/* Breaking Banner */
|
| 133 |
.breaking-banner {
|
| 134 |
-
background: var(--
|
| 135 |
color: white;
|
| 136 |
-
padding:
|
| 137 |
-
font-family: '
|
| 138 |
-
font-weight: 700;
|
| 139 |
font-size: 14px;
|
| 140 |
text-transform: uppercase;
|
| 141 |
letter-spacing: 3px;
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
}
|
| 146 |
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 150 |
}
|
| 151 |
|
| 152 |
/* Lead Story */
|
| 153 |
.lead-story {
|
| 154 |
-
|
| 155 |
-
padding
|
| 156 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 157 |
}
|
| 158 |
|
| 159 |
-
.lead-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
margin-bottom: 10px;
|
| 166 |
-
text-transform: uppercase;
|
| 167 |
-
letter-spacing: -2px;
|
| 168 |
}
|
| 169 |
|
| 170 |
-
.lead-
|
| 171 |
-
|
| 172 |
}
|
| 173 |
|
| 174 |
-
.
|
| 175 |
-
font-family: '
|
| 176 |
-
font-size:
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
| 180 |
-
|
| 181 |
-
|
|
|
|
|
|
|
| 182 |
}
|
| 183 |
|
| 184 |
-
.
|
| 185 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 186 |
margin-bottom: 15px;
|
|
|
|
| 187 |
}
|
| 188 |
|
| 189 |
-
.
|
| 190 |
-
|
| 191 |
-
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
|
|
|
|
| 195 |
}
|
| 196 |
|
| 197 |
-
.
|
| 198 |
-
background: var(--ink-black);
|
| 199 |
-
color: var(--paper-cream);
|
| 200 |
-
padding: 10px 15px;
|
| 201 |
-
font-family: 'Oswald', sans-serif;
|
| 202 |
font-size: 12px;
|
|
|
|
| 203 |
text-transform: uppercase;
|
| 204 |
letter-spacing: 1px;
|
|
|
|
|
|
|
|
|
|
| 205 |
}
|
| 206 |
|
| 207 |
-
.
|
| 208 |
-
|
| 209 |
-
column-gap: 30px;
|
| 210 |
-
column-rule: 1px solid var(--ink-gray);
|
| 211 |
-
font-size: 15px;
|
| 212 |
line-height: 1.7;
|
| 213 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 214 |
}
|
| 215 |
|
| 216 |
-
.
|
| 217 |
-
font-family: '
|
| 218 |
-
font-size:
|
| 219 |
float: left;
|
| 220 |
line-height: 0.8;
|
| 221 |
padding-right: 10px;
|
| 222 |
-
color: var(--
|
|
|
|
| 223 |
}
|
| 224 |
|
| 225 |
-
/* Secondary Stories
|
| 226 |
-
.secondary-
|
| 227 |
-
display:
|
| 228 |
-
grid-template-columns: 1fr 1fr;
|
| 229 |
-
gap: 30px;
|
| 230 |
-
border-top: 2px solid var(--ink-black);
|
| 231 |
-
padding-top: 30px;
|
| 232 |
}
|
| 233 |
|
| 234 |
-
.
|
|
|
|
|
|
|
| 235 |
position: relative;
|
| 236 |
}
|
| 237 |
|
| 238 |
-
.
|
| 239 |
-
border-right:
|
| 240 |
-
padding-right: 30px;
|
| 241 |
}
|
| 242 |
|
| 243 |
-
.story-
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
letter-spacing: 2px;
|
| 252 |
-
color: white;
|
| 253 |
-
background: var(--ink-black);
|
| 254 |
-
padding: 5px 12px;
|
| 255 |
-
display: inline-block;
|
| 256 |
-
margin-bottom: 10px;
|
| 257 |
}
|
| 258 |
|
| 259 |
-
.
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
.story-headline {
|
| 263 |
-
font-family: 'Playfair Display', serif;
|
| 264 |
-
font-size: 32px;
|
| 265 |
-
font-weight: 900;
|
| 266 |
-
line-height: 1.15;
|
| 267 |
-
margin-bottom: 12px;
|
| 268 |
-
color: var(--ink-black);
|
| 269 |
}
|
| 270 |
|
| 271 |
-
.
|
| 272 |
-
|
| 273 |
-
|
| 274 |
}
|
| 275 |
|
| 276 |
-
.
|
| 277 |
-
|
| 278 |
-
|
| 279 |
-
object-fit: cover;
|
| 280 |
-
border: 2px solid var(--ink-black);
|
| 281 |
-
margin-bottom: 12px;
|
| 282 |
-
filter: contrast(1.05) saturate(0.9);
|
| 283 |
}
|
| 284 |
|
| 285 |
-
.story-text {
|
| 286 |
font-size: 14px;
|
| 287 |
line-height: 1.6;
|
| 288 |
-
text-align: justify;
|
| 289 |
-
color: var(--ink-gray);
|
| 290 |
}
|
| 291 |
|
| 292 |
-
.
|
| 293 |
-
font-
|
| 294 |
-
|
| 295 |
-
font-style: italic;
|
| 296 |
-
color: var(--headline-red);
|
| 297 |
-
border-left: 4px solid var(--accent-gold);
|
| 298 |
-
padding: 10px 0 10px 15px;
|
| 299 |
-
margin: 15px 0;
|
| 300 |
}
|
| 301 |
|
| 302 |
/* Footer */
|
| 303 |
-
.
|
| 304 |
background: var(--ink-black);
|
| 305 |
-
color: var(--
|
| 306 |
-
padding:
|
| 307 |
-
|
| 308 |
-
|
| 309 |
-
|
| 310 |
-
font-family: 'Oswald', sans-serif;
|
| 311 |
-
font-size: 11px;
|
| 312 |
-
text-transform: uppercase;
|
| 313 |
letter-spacing: 2px;
|
| 314 |
-
margin-top: 30px;
|
| 315 |
}
|
| 316 |
|
| 317 |
-
.paw-
|
| 318 |
-
text-align: center;
|
| 319 |
-
padding: 15px 0;
|
| 320 |
font-size: 24px;
|
| 321 |
-
letter-spacing:
|
| 322 |
-
|
|
|
|
| 323 |
}
|
| 324 |
|
| 325 |
-
/*
|
| 326 |
-
.
|
| 327 |
-
|
| 328 |
-
|
| 329 |
-
|
| 330 |
-
|
| 331 |
}
|
| 332 |
|
| 333 |
-
|
| 334 |
-
|
| 335 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 336 |
|
| 337 |
/* Responsive */
|
| 338 |
@media (max-width: 900px) {
|
| 339 |
-
.
|
| 340 |
-
|
| 341 |
-
|
| 342 |
-
|
| 343 |
-
.
|
| 344 |
-
|
| 345 |
-
|
| 346 |
-
|
| 347 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 348 |
}
|
| 349 |
}
|
| 350 |
|
| 351 |
@media (max-width: 600px) {
|
| 352 |
-
|
| 353 |
-
|
| 354 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 355 |
}
|
| 356 |
|
| 357 |
-
/* Print
|
| 358 |
-
|
| 359 |
-
|
| 360 |
-
|
| 361 |
-
|
| 362 |
-
|
| 363 |
-
|
| 364 |
-
|
| 365 |
-
|
| 366 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 367 |
}
|
| 368 |
</style>
|
| 369 |
</head>
|
| 370 |
<body>
|
| 371 |
-
<div class="texture-overlay"></div>
|
| 372 |
-
|
| 373 |
<article class="newspaper">
|
| 374 |
-
<!-- Masthead -->
|
| 375 |
<header class="masthead">
|
| 376 |
-
<div class="
|
| 377 |
-
Est. 2026
|
| 378 |
-
"All
|
|
|
|
| 379 |
</div>
|
| 380 |
-
<
|
| 381 |
-
|
| 382 |
-
|
| 383 |
-
|
| 384 |
-
|
| 385 |
-
|
| 386 |
-
|
| 387 |
</div>
|
| 388 |
</header>
|
| 389 |
|
| 390 |
-
<
|
| 391 |
-
|
| 392 |
-
<span>Tuesday, February 25, 2026</span>
|
| 393 |
-
<div class="weather-strip">
|
| 394 |
-
<span><span class="snow-icon"></span> NYC: -4Β°F "Purrfectly Freezing"</span>
|
| 395 |
-
<span><span class="cold-icon"></span> Wind Chill: -20Β°F</span>
|
| 396 |
-
</div>
|
| 397 |
-
<span>Late City Edition</span>
|
| 398 |
</div>
|
| 399 |
|
| 400 |
-
<!-- Main Content -->
|
| 401 |
<main class="main-content">
|
| 402 |
-
<!-- Lead Story -->
|
| 403 |
<section class="lead-story">
|
| 404 |
-
<div class="
|
| 405 |
-
|
| 406 |
-
|
| 407 |
-
<
|
| 408 |
-
|
| 409 |
-
|
| 410 |
-
|
| 411 |
-
|
| 412 |
-
|
| 413 |
-
Cat-astrophic Storm Leaves Millions Paws-itively Stranded; Mayor Declares "We Haven't Seen a Storm Like This in Nine Lives!"
|
| 414 |
-
</p>
|
| 415 |
-
|
| 416 |
-
<div class="lead-image-container">
|
| 417 |
-
<img src="https://mcp-tools-flux-1-krea-dev.hf.space/--replicas/78gpg/gradio_api/file=/tmp/gradio/3dd35f26b6365e6de0989f68d8e4ee7d5c949e88f8bce2bf4ad2c2349b324a5c/image.webp"
|
| 418 |
-
alt="Cats braving the NYC blizzard"
|
| 419 |
-
class="lead-image">
|
| 420 |
-
<div class="image-caption">
|
| 421 |
-
πΎ EXCLUSIVE PHOTO: Brave felines navigate through 2 feet of snow past stranded yellow cabs in Midtown Meow-nhattan as the historic "Bomb Hiss-clone" paralyzes the city.
|
| 422 |
</div>
|
| 423 |
</div>
|
| 424 |
-
|
| 425 |
-
<div class="lead-text">
|
| 426 |
-
A historic winter storm that meteorologists have dubbed a "bomb cyclone" β or as our feline correspondents prefer, a "bomb HISS-clone" β has left the entire Northeastern United States buried under mountains of snow, with some areas reporting up to two feet of the white stuff. New York City's mayor declared it the worst storm "in a decade," though our senior weather cat, Whiskers McFluffington, insists it's been at least nine lives since anything this catastrophic has struck.
|
| 427 |
-
|
| 428 |
-
Travel conditions remain "extremely treacherous" and "nearly im-paws-ible" according to forecasters, with air and train traffic at a complete standstill. Yellow cabs have become impromptu igloos, and the Empire State Building has reportedly grown a magnificent snow beard. Local cats report that their humans have finally stopped going to that mysterious "office" place, which many consider a silver lining.
|
| 429 |
-
|
| 430 |
-
Emergency services are asking all residents to stay indoors, keep warm, and resist the urge to make biscuits on cold windows. Warming centers have been established throughout the city, complete with heated blankets, emergency tuna supplies, and cardboard boxes of various sizes. The governor has activated the National Guard to assist with snow removal, though sources indicate the soldiers have been distracted by several very interesting laser pointers.
|
| 431 |
-
</div>
|
| 432 |
</section>
|
| 433 |
|
| 434 |
-
<div class="paw-divider">πΎ πΎ πΎ πΎ πΎ</div>
|
| 435 |
-
|
| 436 |
<!-- Secondary Stories -->
|
| 437 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 438 |
<!-- Olympics Story -->
|
| 439 |
-
<
|
| 440 |
-
<
|
| 441 |
-
<
|
| 442 |
-
|
| 443 |
-
|
| 444 |
-
|
| 445 |
-
<
|
| 446 |
-
|
| 447 |
-
|
| 448 |
-
|
| 449 |
-
|
| 450 |
-
|
| 451 |
-
<p class="story-text">
|
| 452 |
-
The 2026 Winter Olympics in Milan-Cortina, Italy concluded this weekend with feline athletes securing an unprecedented medal haul. The closing ceremony at the Olympic cauldron featured a spectacular display that left spectators in awe.
|
| 453 |
-
</p>
|
| 454 |
-
|
| 455 |
-
<blockquote class="pull-quote">
|
| 456 |
-
"We landed on our feet β all four of them!"<br>
|
| 457 |
-
<small>β Gold Medalist Mittens Von Snowpaw</small>
|
| 458 |
-
</blockquote>
|
| 459 |
-
|
| 460 |
-
<p class="story-text">
|
| 461 |
-
Team Tabby swept the snowboard events, while Persian athletes dominated figure skating with their naturally majestic floof providing extra artistic points. The Siamese synchronized skiing team executed a flawless routine, though judges noted excessive meowing during the performance.
|
| 462 |
-
</p>
|
| 463 |
-
</article>
|
| 464 |
-
|
| 465 |
-
<!-- NASA Story -->
|
| 466 |
-
<article class="story-card">
|
| 467 |
-
<span class="story-label science">Space Mews</span>
|
| 468 |
-
<h3 class="story-headline">
|
| 469 |
-
ONE SMALL STEP FOR CAT:<br>
|
| 470 |
-
<span class="pun">ARTEMIS "MEOW-SSION"</span><br>
|
| 471 |
-
<small style="font-size: 18px; font-weight: 400;">NASA Moon Launch Delayed β Again!</small>
|
| 472 |
-
</h3>
|
| 473 |
-
|
| 474 |
-
<img src="https://mcp-tools-flux-1-krea-dev.hf.space/--replicas/78gpg/gradio_api/file=/tmp/gradio/775c20f8d6f91edb1512f1b385c5ca3b9b6ddd43506a546f3af4c21ab7b6ce15/image.webp"
|
| 475 |
-
alt="Cat astronauts at NASA launch pad"
|
| 476 |
-
class="story-image">
|
| 477 |
-
|
| 478 |
-
<p class="story-text">
|
| 479 |
-
NASA's highly anticipated Artemis II lunar mission faces yet another setback as engineers report an "interrupted flow" of helium to the rocket system. The space agency says the rocket may need to be rolled back to the Vehicle Assembly Building for additional tests.
|
| 480 |
-
</p>
|
| 481 |
-
|
| 482 |
-
<blockquote class="pull-quote">
|
| 483 |
-
"Houston, we have a paw-blem."<br>
|
| 484 |
-
<small>β Mission Control (probably)</small>
|
| 485 |
-
</blockquote>
|
| 486 |
-
|
| 487 |
-
<p class="story-text">
|
| 488 |
-
If the rollback occurs, NASA officials confirm the launch to the moon would be delayed until April. Astro-cats at Kennedy Space Center remain optimistic, noting that cats have always been fascinated by that giant glowing thing in the night sky. "We've been trying to catch it for millennia," said Chief Feline Officer Commander Whiskernaught. "A few more weeks won't hurt."
|
| 489 |
-
</p>
|
| 490 |
-
</article>
|
| 491 |
-
</section>
|
| 492 |
</main>
|
| 493 |
|
| 494 |
-
<
|
| 495 |
-
|
| 496 |
-
|
| 497 |
-
|
| 498 |
-
<span>πΎ Printed on 100% Recycled Scratching Posts</span>
|
| 499 |
-
<span>Weather: Continued Cold β Stay Inside & Nap</span>
|
| 500 |
-
<span>Tomorrow: State of the Meow-nion Coverage πΎ</span>
|
| 501 |
</footer>
|
| 502 |
</article>
|
| 503 |
</body>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>THE DAILY MEOW - Cat News Network</title>
|
| 7 |
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 8 |
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 9 |
+
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400&family=Special+Elite&display=swap" rel="stylesheet">
|
| 10 |
<style>
|
| 11 |
:root {
|
|
|
|
|
|
|
| 12 |
--ink-black: #1a1a1a;
|
| 13 |
+
--newsprint: #f5f0e6;
|
| 14 |
+
--aged-paper: #ebe3d3;
|
| 15 |
+
--red-accent: #c41e3a;
|
| 16 |
+
--gold: #c4a35a;
|
| 17 |
+
--rule-gray: #333;
|
| 18 |
}
|
| 19 |
|
| 20 |
* {
|
|
|
|
| 24 |
}
|
| 25 |
|
| 26 |
body {
|
| 27 |
+
font-family: 'Crimson Text', Georgia, serif;
|
| 28 |
+
background: linear-gradient(180deg, #d4cbb8 0%, #c9bea8 100%);
|
| 29 |
min-height: 100vh;
|
| 30 |
+
padding: 20px;
|
|
|
|
| 31 |
}
|
| 32 |
|
| 33 |
.newspaper {
|
| 34 |
+
max-width: 1200px;
|
| 35 |
margin: 0 auto;
|
| 36 |
+
background: var(--newsprint);
|
| 37 |
box-shadow:
|
| 38 |
+
0 0 0 1px rgba(0,0,0,0.1),
|
| 39 |
+
0 20px 60px rgba(0,0,0,0.3),
|
| 40 |
+
inset 0 0 100px rgba(0,0,0,0.03);
|
| 41 |
position: relative;
|
| 42 |
overflow: hidden;
|
| 43 |
}
|
|
|
|
| 49 |
left: 0;
|
| 50 |
right: 0;
|
| 51 |
bottom: 0;
|
| 52 |
+
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%' height='100%' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
pointer-events: none;
|
| 54 |
}
|
| 55 |
|
| 56 |
+
/* Header */
|
| 57 |
.masthead {
|
| 58 |
+
text-align: center;
|
| 59 |
+
padding: 25px 40px 20px;
|
| 60 |
+
border-bottom: 3px double var(--ink-black);
|
| 61 |
+
position: relative;
|
| 62 |
+
background: linear-gradient(180deg, var(--aged-paper) 0%, var(--newsprint) 100%);
|
| 63 |
+
}
|
| 64 |
+
|
| 65 |
+
.top-bar {
|
| 66 |
display: flex;
|
| 67 |
justify-content: space-between;
|
| 68 |
align-items: center;
|
| 69 |
+
font-family: 'Special Elite', monospace;
|
| 70 |
+
font-size: 11px;
|
| 71 |
+
letter-spacing: 1px;
|
| 72 |
+
color: #555;
|
| 73 |
+
margin-bottom: 10px;
|
|
|
|
| 74 |
text-transform: uppercase;
|
|
|
|
| 75 |
}
|
| 76 |
|
| 77 |
+
.paper-name {
|
| 78 |
+
font-family: 'Playfair Display', serif;
|
| 79 |
+
font-size: clamp(48px, 10vw, 96px);
|
| 80 |
+
font-weight: 900;
|
| 81 |
+
letter-spacing: -2px;
|
| 82 |
+
color: var(--ink-black);
|
| 83 |
+
text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
|
| 84 |
line-height: 1;
|
| 85 |
+
position: relative;
|
| 86 |
+
display: inline-block;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
}
|
| 88 |
|
| 89 |
+
.paper-name .paw {
|
| 90 |
+
color: var(--red-accent);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
}
|
| 92 |
|
| 93 |
+
.tagline {
|
| 94 |
+
font-family: 'Playfair Display', serif;
|
| 95 |
+
font-style: italic;
|
| 96 |
+
font-size: 14px;
|
| 97 |
+
color: #666;
|
| 98 |
+
margin-top: 5px;
|
| 99 |
+
letter-spacing: 2px;
|
| 100 |
}
|
| 101 |
|
| 102 |
+
.edition-bar {
|
| 103 |
display: flex;
|
| 104 |
+
justify-content: center;
|
| 105 |
+
gap: 40px;
|
| 106 |
+
margin-top: 15px;
|
| 107 |
+
padding-top: 10px;
|
| 108 |
+
border-top: 1px solid #ccc;
|
| 109 |
+
font-size: 12px;
|
| 110 |
+
color: #666;
|
| 111 |
}
|
| 112 |
|
| 113 |
+
.edition-bar span {
|
| 114 |
+
text-transform: uppercase;
|
| 115 |
+
letter-spacing: 1px;
|
| 116 |
}
|
| 117 |
|
| 118 |
/* Breaking Banner */
|
| 119 |
.breaking-banner {
|
| 120 |
+
background: var(--red-accent);
|
| 121 |
color: white;
|
| 122 |
+
padding: 12px 20px;
|
| 123 |
+
font-family: 'Special Elite', monospace;
|
|
|
|
| 124 |
font-size: 14px;
|
| 125 |
text-transform: uppercase;
|
| 126 |
letter-spacing: 3px;
|
| 127 |
+
text-align: center;
|
| 128 |
+
position: relative;
|
| 129 |
+
overflow: hidden;
|
| 130 |
}
|
| 131 |
|
| 132 |
+
.breaking-banner::before {
|
| 133 |
+
content: 'π± BREAKING NEWS π± BREAKING NEWS π± BREAKING NEWS π±';
|
| 134 |
+
position: absolute;
|
| 135 |
+
white-space: nowrap;
|
| 136 |
+
animation: scroll 20s linear infinite;
|
| 137 |
+
opacity: 0.3;
|
| 138 |
+
}
|
| 139 |
+
|
| 140 |
+
@keyframes scroll {
|
| 141 |
+
0% { transform: translateX(100%); }
|
| 142 |
+
100% { transform: translateX(-100%); }
|
| 143 |
+
}
|
| 144 |
+
|
| 145 |
+
/* Main Content */
|
| 146 |
+
.main-content {
|
| 147 |
+
display: grid;
|
| 148 |
+
grid-template-columns: 1fr 1fr;
|
| 149 |
+
gap: 0;
|
| 150 |
+
padding: 0;
|
| 151 |
}
|
| 152 |
|
| 153 |
/* Lead Story */
|
| 154 |
.lead-story {
|
| 155 |
+
grid-column: 1 / -1;
|
| 156 |
+
padding: 30px 40px;
|
| 157 |
+
border-bottom: 2px solid var(--ink-black);
|
| 158 |
+
display: grid;
|
| 159 |
+
grid-template-columns: 1fr 1fr;
|
| 160 |
+
gap: 30px;
|
| 161 |
+
align-items: start;
|
| 162 |
}
|
| 163 |
|
| 164 |
+
.lead-story .story-image {
|
| 165 |
+
width: 100%;
|
| 166 |
+
aspect-ratio: 4/3;
|
| 167 |
+
object-fit: cover;
|
| 168 |
+
border: 1px solid #ddd;
|
| 169 |
+
box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
|
|
|
|
|
|
|
|
|
|
| 170 |
}
|
| 171 |
|
| 172 |
+
.lead-story .story-content {
|
| 173 |
+
padding-right: 20px;
|
| 174 |
}
|
| 175 |
|
| 176 |
+
.kicker {
|
| 177 |
+
font-family: 'Special Elite', monospace;
|
| 178 |
+
font-size: 12px;
|
| 179 |
+
color: var(--red-accent);
|
| 180 |
+
text-transform: uppercase;
|
| 181 |
+
letter-spacing: 2px;
|
| 182 |
+
margin-bottom: 10px;
|
| 183 |
+
display: inline-block;
|
| 184 |
+
background: rgba(196, 30, 58, 0.1);
|
| 185 |
+
padding: 3px 10px;
|
| 186 |
}
|
| 187 |
|
| 188 |
+
.headline {
|
| 189 |
+
font-family: 'Playfair Display', serif;
|
| 190 |
+
font-weight: 900;
|
| 191 |
+
font-size: clamp(28px, 4vw, 48px);
|
| 192 |
+
line-height: 1.1;
|
| 193 |
+
color: var(--ink-black);
|
| 194 |
margin-bottom: 15px;
|
| 195 |
+
text-wrap: balance;
|
| 196 |
}
|
| 197 |
|
| 198 |
+
.subheadline {
|
| 199 |
+
font-family: 'Playfair Display', serif;
|
| 200 |
+
font-style: italic;
|
| 201 |
+
font-size: 20px;
|
| 202 |
+
color: #555;
|
| 203 |
+
margin-bottom: 15px;
|
| 204 |
+
line-height: 1.4;
|
| 205 |
}
|
| 206 |
|
| 207 |
+
.byline {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 208 |
font-size: 12px;
|
| 209 |
+
color: #888;
|
| 210 |
text-transform: uppercase;
|
| 211 |
letter-spacing: 1px;
|
| 212 |
+
margin-bottom: 15px;
|
| 213 |
+
padding-bottom: 15px;
|
| 214 |
+
border-bottom: 1px solid #ddd;
|
| 215 |
}
|
| 216 |
|
| 217 |
+
.story-text {
|
| 218 |
+
font-size: 16px;
|
|
|
|
|
|
|
|
|
|
| 219 |
line-height: 1.7;
|
| 220 |
+
color: #333;
|
| 221 |
+
columns: 1;
|
| 222 |
+
}
|
| 223 |
+
|
| 224 |
+
.story-text p {
|
| 225 |
+
margin-bottom: 1em;
|
| 226 |
+
text-indent: 1.5em;
|
| 227 |
+
}
|
| 228 |
+
|
| 229 |
+
.story-text p:first-of-type {
|
| 230 |
+
text-indent: 0;
|
| 231 |
}
|
| 232 |
|
| 233 |
+
.story-text p:first-of-type::first-letter {
|
| 234 |
+
font-family: 'Playfair Display', serif;
|
| 235 |
+
font-size: 4em;
|
| 236 |
float: left;
|
| 237 |
line-height: 0.8;
|
| 238 |
padding-right: 10px;
|
| 239 |
+
color: var(--red-accent);
|
| 240 |
+
font-weight: 900;
|
| 241 |
}
|
| 242 |
|
| 243 |
+
/* Secondary Stories */
|
| 244 |
+
.secondary-stories {
|
| 245 |
+
display: contents;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 246 |
}
|
| 247 |
|
| 248 |
+
.secondary-story {
|
| 249 |
+
padding: 30px;
|
| 250 |
+
border-right: 1px solid #ddd;
|
| 251 |
position: relative;
|
| 252 |
}
|
| 253 |
|
| 254 |
+
.secondary-story:last-child {
|
| 255 |
+
border-right: none;
|
|
|
|
| 256 |
}
|
| 257 |
|
| 258 |
+
.secondary-story .story-image {
|
| 259 |
+
width: 100%;
|
| 260 |
+
aspect-ratio: 4/3;
|
| 261 |
+
object-fit: cover;
|
| 262 |
+
margin-bottom: 15px;
|
| 263 |
+
border: 1px solid #ddd;
|
| 264 |
+
box-shadow: 3px 3px 0 rgba(0,0,0,0.08);
|
| 265 |
+
transition: transform 0.3s ease;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 266 |
}
|
| 267 |
|
| 268 |
+
.secondary-story:hover .story-image {
|
| 269 |
+
transform: scale(1.02);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 270 |
}
|
| 271 |
|
| 272 |
+
.secondary-story .headline {
|
| 273 |
+
font-size: clamp(20px, 2.5vw, 28px);
|
| 274 |
+
margin-bottom: 10px;
|
| 275 |
}
|
| 276 |
|
| 277 |
+
.secondary-story .subheadline {
|
| 278 |
+
font-size: 16px;
|
| 279 |
+
margin-bottom: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 280 |
}
|
| 281 |
|
| 282 |
+
.secondary-story .story-text {
|
| 283 |
font-size: 14px;
|
| 284 |
line-height: 1.6;
|
|
|
|
|
|
|
| 285 |
}
|
| 286 |
|
| 287 |
+
.secondary-story .story-text p:first-of-type::first-letter {
|
| 288 |
+
font-size: 2.5em;
|
| 289 |
+
padding-right: 5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 290 |
}
|
| 291 |
|
| 292 |
/* Footer */
|
| 293 |
+
.paper-footer {
|
| 294 |
background: var(--ink-black);
|
| 295 |
+
color: var(--newsprint);
|
| 296 |
+
padding: 20px 40px;
|
| 297 |
+
text-align: center;
|
| 298 |
+
font-family: 'Special Elite', monospace;
|
| 299 |
+
font-size: 12px;
|
|
|
|
|
|
|
|
|
|
| 300 |
letter-spacing: 2px;
|
|
|
|
| 301 |
}
|
| 302 |
|
| 303 |
+
.paw-prints {
|
|
|
|
|
|
|
| 304 |
font-size: 24px;
|
| 305 |
+
letter-spacing: 10px;
|
| 306 |
+
margin-bottom: 10px;
|
| 307 |
+
opacity: 0.7;
|
| 308 |
}
|
| 309 |
|
| 310 |
+
/* Cat themed decorations */
|
| 311 |
+
.cat-corner {
|
| 312 |
+
position: absolute;
|
| 313 |
+
width: 60px;
|
| 314 |
+
height: 60px;
|
| 315 |
+
opacity: 0.1;
|
| 316 |
}
|
| 317 |
|
| 318 |
+
.cat-corner.top-left {
|
| 319 |
+
top: 10px;
|
| 320 |
+
left: 10px;
|
| 321 |
+
}
|
| 322 |
+
|
| 323 |
+
.cat-corner.top-right {
|
| 324 |
+
top: 10px;
|
| 325 |
+
right: 10px;
|
| 326 |
+
transform: scaleX(-1);
|
| 327 |
+
}
|
| 328 |
|
| 329 |
/* Responsive */
|
| 330 |
@media (max-width: 900px) {
|
| 331 |
+
.lead-story {
|
| 332 |
+
grid-template-columns: 1fr;
|
| 333 |
+
}
|
| 334 |
+
|
| 335 |
+
.main-content {
|
| 336 |
+
grid-template-columns: 1fr;
|
| 337 |
+
}
|
| 338 |
+
|
| 339 |
+
.secondary-story {
|
| 340 |
+
border-right: none;
|
| 341 |
+
border-bottom: 1px solid #ddd;
|
| 342 |
+
}
|
| 343 |
+
|
| 344 |
+
.secondary-story:last-child {
|
| 345 |
+
border-bottom: none;
|
| 346 |
}
|
| 347 |
}
|
| 348 |
|
| 349 |
@media (max-width: 600px) {
|
| 350 |
+
body {
|
| 351 |
+
padding: 10px;
|
| 352 |
+
}
|
| 353 |
+
|
| 354 |
+
.masthead {
|
| 355 |
+
padding: 15px 20px;
|
| 356 |
+
}
|
| 357 |
+
|
| 358 |
+
.top-bar {
|
| 359 |
+
flex-direction: column;
|
| 360 |
+
gap: 5px;
|
| 361 |
+
}
|
| 362 |
+
|
| 363 |
+
.lead-story,
|
| 364 |
+
.secondary-story {
|
| 365 |
+
padding: 20px;
|
| 366 |
+
}
|
| 367 |
+
|
| 368 |
+
.edition-bar {
|
| 369 |
+
flex-wrap: wrap;
|
| 370 |
+
gap: 15px;
|
| 371 |
+
}
|
| 372 |
}
|
| 373 |
|
| 374 |
+
/* Print styles */
|
| 375 |
+
@media print {
|
| 376 |
+
body {
|
| 377 |
+
background: white;
|
| 378 |
+
padding: 0;
|
| 379 |
+
}
|
| 380 |
+
|
| 381 |
+
.newspaper {
|
| 382 |
+
box-shadow: none;
|
| 383 |
+
}
|
| 384 |
+
|
| 385 |
+
.breaking-banner::before {
|
| 386 |
+
display: none;
|
| 387 |
+
}
|
| 388 |
}
|
| 389 |
</style>
|
| 390 |
</head>
|
| 391 |
<body>
|
|
|
|
|
|
|
| 392 |
<article class="newspaper">
|
|
|
|
| 393 |
<header class="masthead">
|
| 394 |
+
<div class="top-bar">
|
| 395 |
+
<span>Est. 2026</span>
|
| 396 |
+
<span>"All The News That's Fit to Purrint"</span>
|
| 397 |
+
<span>Price: 9 Lives</span>
|
| 398 |
</div>
|
| 399 |
+
<h1 class="paper-name">THE DAILY ME<span class="paw">πΎ</span>W</h1>
|
| 400 |
+
<p class="tagline">Where Every Story Has Nine Lives</p>
|
| 401 |
+
<div class="edition-bar">
|
| 402 |
+
<span>π Whisker City, USA</span>
|
| 403 |
+
<span>π
February 25, 2026</span>
|
| 404 |
+
<span>π‘οΈ Fur-eezing Cold</span>
|
| 405 |
+
<span>π Evening Catnap Edition</span>
|
| 406 |
</div>
|
| 407 |
</header>
|
| 408 |
|
| 409 |
+
<div class="breaking-banner">
|
| 410 |
+
π¨ BREAKING MEWS: Major Stories Developing Across All Nine Lives π¨
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 411 |
</div>
|
| 412 |
|
|
|
|
| 413 |
<main class="main-content">
|
| 414 |
+
<!-- Lead Story: Bomb Cyclone -->
|
| 415 |
<section class="lead-story">
|
| 416 |
+
<div class="story-content">
|
| 417 |
+
<span class="kicker">π¨οΈ Weather Catas-trophy</span>
|
| 418 |
+
<h2 class="headline">"BOMB CYCLAW-NE" BURIES NORTHEAST IN HISS-TORIC BLIZZARD</h2>
|
| 419 |
+
<p class="subheadline">Felines forced to find warm laps as "purr-fectly catastrophic" storm dumps 2 feet of the cold white stuff</p>
|
| 420 |
+
<p class="byline">By Whiskers McGee | Senior Meow-teorologist</p>
|
| 421 |
+
<div class="story-text">
|
| 422 |
+
<p>Residents across the Northeast found themselves trapped indoors with nothing but their humans for company as a massive "bomb cyclone" buried the region under mountains of snow this weekend.</p>
|
| 423 |
+
<p>New York City Mayor declared it the worst storm "in a decade," leaving countless cats unable to reach their favorite window perches due to the complete white-out conditions. Travel was deemed "im-paws-ible" as airports and train stations ground to a standstill.</p>
|
| 424 |
+
<p>Local cat Mittens reported from her apartment: "I've been forced to curl up by the radiator for THREE WHOLE DAYS. This is a cat-astrophe of the highest order."</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 425 |
</div>
|
| 426 |
</div>
|
| 427 |
+
<img src="storm.webp" alt="Cats in snowy NYC diorama" class="story-image">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 428 |
</section>
|
| 429 |
|
|
|
|
|
|
|
| 430 |
<!-- Secondary Stories -->
|
| 431 |
+
<div class="secondary-stories">
|
| 432 |
+
<!-- Supreme Court Story -->
|
| 433 |
+
<section class="secondary-story">
|
| 434 |
+
<img src="court.webp" alt="Cat Supreme Court justices diorama" class="story-image">
|
| 435 |
+
<span class="kicker">βοΈ Paws & Order</span>
|
| 436 |
+
<h2 class="headline">SUPREME CATS STRIKE DOWN TARIFFS IN 6-3 "CLAW-BACK"</h2>
|
| 437 |
+
<p class="subheadline">High Court rules President exceeded his paw-thority; fur flies in Washington</p>
|
| 438 |
+
<p class="byline">By Tabby Turner | Legal Claw-respondent</p>
|
| 439 |
+
<div class="story-text">
|
| 440 |
+
<p>The Supreme Court delivered a major blow to presidential trade powers Friday, ruling 6-3 that global tariffs exceeded constitutional bounds.</p>
|
| 441 |
+
<p>Chief Justice Fluffington wrote in the majority opinion: "We find these tariffs to be un-fur-tunately unconstitutional." The President immediately vowed "other a-litter-natives" would be pursued.</p>
|
| 442 |
+
</div>
|
| 443 |
+
</section>
|
| 444 |
+
|
| 445 |
<!-- Olympics Story -->
|
| 446 |
+
<section class="secondary-story">
|
| 447 |
+
<img src="olympics.webp" alt="Cat Winter Olympics athletes diorama" class="story-image">
|
| 448 |
+
<span class="kicker">π
Feline Athletics</span>
|
| 449 |
+
<h2 class="headline">ITALY'S WINTER GAMES END WITH GOLD MEDAL WHISKERS</h2>
|
| 450 |
+
<p class="subheadline">Athletes leave paw-prints on history as Milano-Cortina Olympics conclude in Verona</p>
|
| 451 |
+
<p class="byline">By Calico Jones | Sports Claw-respondent</p>
|
| 452 |
+
<div class="story-text">
|
| 453 |
+
<p>The 2026 Winter Olympics came to a spectacular close in Verona Sunday, with athletes from around the world celebrating fur-ocious competition and international cat-raderie.</p>
|
| 454 |
+
<p>The games were deemed a "purr-fect success" despite early concerns about whether cats could even be convinced to leave their warm beds for outdoor sports.</p>
|
| 455 |
+
</div>
|
| 456 |
+
</section>
|
| 457 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 458 |
</main>
|
| 459 |
|
| 460 |
+
<footer class="paper-footer">
|
| 461 |
+
<div class="paw-prints">πΎ πΎ πΎ πΎ πΎ</div>
|
| 462 |
+
<p>THE DAILY MEOW Β© 2026 | PRINTED ON 100% RECYCLED SCRATCHING POSTS</p>
|
| 463 |
+
<p style="margin-top: 8px; opacity: 0.7;">Remember: A well-informed cat is a happy cat</p>
|
|
|
|
|
|
|
|
|
|
| 464 |
</footer>
|
| 465 |
</article>
|
| 466 |
</body>
|
olympics.webp
ADDED
|
storm.webp
ADDED
|