Files
arif_grafin/CONTENT/THEME/top-news-div.html
dev@siliconpin.com a3067c5ad4 first commit
2025-08-07 11:53:41 +05:30

109 lines
5.1 KiB
HTML

<style>
.navbar .top-news{ background: #fff; padding:0; margin:30px 20px 0 20px; box-sizing: border-box; }
.navbar .top-news .hard{ position: relative; background:#fff; z-index: 9; }
.navbar .top-news .hard:after{ content: ""; position: absolute; left: 0; bottom:39%; width:100%;
height: 7px; background: #000; z-index:-1; }
.navbar .top-news .hard h3{ font-size: 25px; color: #000; line-height: 27px; font-weight: 500;
background: #fff; padding: 10px 10px 10px 10px; margin:0 0 0 20px;
z-index:999; display: inline-block; }
.navbar .top-news .img-block{ padding: 0; margin: 0 0 0 0; }
.navbar .top-news .text{ padding: 0; margin: 0px 0 0 0; }
.navbar .top-news .text h4{ font-family:0; font-size:20px; color: #000; line-height: 22px;
font-weight: 500; padding: 0; margin: 0; }
</style>
<div class="top-news">
<div class="hard">
<h3>Top news</h3>
</div>
<marquee direction="up" scrollamount="2" behavior="alternate" onmouseover="this.stop();"
onmouseout="this.start();" height="680px">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="img-block">
<img src="images/banner-img.jpg" alt="pic">
</div>
</div>
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="text">
<h4>Will consult States on bringing petro products
into GST: Narendra Modi </h4>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="img-block">
<img src="images/banner-img.jpg" alt="pic">
</div>
</div>
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="text">
<h4>Will consult States on bringing petro products
into GST: Narendra Modi </h4>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="img-block">
<img src="images/banner-img.jpg" alt="pic">
</div>
</div>
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="text">
<h4>Will consult States on bringing petro products
into GST: Narendra Modi </h4>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="img-block">
<img src="images/banner-img.jpg" alt="pic">
</div>
</div>
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="text">
<h4>Will consult States on bringing petro products
into GST: Narendra Modi </h4>
</div>
</div>
</div>
<hr/>
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<div class="img-block">
<img src="images/banner-img.jpg" alt="pic">
</div>
</div>
<div class="col-lg-8 col-md-8 col-sm-12 col-xs-12">
<div class="text">
<h4>Will consult States on bringing petro products
into GST: Narendra Modi </h4>
</div>
</div>
</div>
<hr/>
</marquee>
</div>