<!doctype html>
News Live
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
background: #f4f4f4;
color: #333;
}
header {
background: #d32f2f;
color: #fff;
padding: 15px;
text-align: center;
font-size: 1.5em;
font-weight: bold;
}
.ticker {
background: #000;
color: #fff;
padding: 10px;
overflow: hidden;
white-space: nowrap;
}
.ticker span {
display: inline-block;
padding-right: 50px;
animation: scroll 15s linear infinite;
}
@keyframes scroll {
from { transform: translateX(100%); }
to { transform: translateX(-100%); }
}
.container {
max-width: 1200px;
margin: 20px auto;
padding: 0 15px;
}
.news-card {
background: #fff;
margin-bottom: 20px;
padding: 15px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.news-card h2 {
margin: 0 0 10px;
color: #d32f2f;
}
.news-card p {
margin: 0;
line-height: 1.6;
}
footer {
background: #333;
color: #fff;
text-align: center;
padding: 15px;
margin-top: 30px;
}
</style>
<header>📰 News Live - Cricket Updates</header>
<div class="ticker">
<span>India vs Australia - 2nd ODI | Live Now</span>
<span>England vs South Africa - Starts Tomorrow</span>
<span>Pakistan vs New Zealand - Series Decider</span>
</div>
<div class="container">
<div class="news-card">
<h2>India vs Australia</h2>
<p>India batting first, score: 145/3 in 25 overs. Virat Kohli at the crease with 56 runs.</p>
</div>
<div class="news-card">
<h2>England vs South Africa</h2>
<p>Match scheduled for tomorrow at Lord’s. Both teams eyeing series win.</p>
</div>
<div class="news-card">
<h2>Pakistan vs New Zealand</h2>
<p>Series tied 2-2. Decider match to be played in Karachi on Friday.</p>
</div>
</div>
<footer>© 2026 News Live | Powered by MSN Sports</footer>
</!doctype>
0 $type={blogger}:
Post a Comment