Newer
Older
ournorth2021 / views / eventos.php
LuisOlaya on 18 Apr 2021 1 KB temp 3
<div class="col-md-12" >

	<div class="container" >


		<div class="row">
			<div class="col-md-12" align="center" style=" font-size: 30px; margin-top: 20%; color: #363636">
				<b>ESPERA GRANDES SORPRESAS</b><br><br>
				
			
			
				<a href="#">
					<img src="img/img_wd/bt_estrellas.png" width="400px" alt="">
                    <!-- <button type="button" class="btn btn-danger" style="border-radius: 30px; margin-bottom: 15px; padding: 10px 30px; color: #000; font-size: 15px; background-color: #fdd300; border: 0; font-family: S-Core-CoreSansBold;">
                        Noche de estrellas <i class="fa fa-arrow-right" aria-hidden="true"></i>
                    </button> -->
				</a>
				
				<a href="<?php echo $url; ?>/concursos/3">
				<img src="/img/img_wd/bt_trip.png" width="150px"  alt="">
                    <!-- <button type="button" class="btn btn-danger" style="border-radius: 30px; margin-bottom: 15px; padding: 10px 30px; color: #000; font-size: 15px; background-color: #fdd300; border: 0; font-family: S-Core-CoreSansBold;">
                        Drive Trip <i class="fa fa-arrow-right" aria-hidden="true"></i>
                    </button> -->
                </a>
				
			</div>
			
			
			
			
		</div>

	</div>
	
</div>

<script>
$( document ).ready(function() {
    $("#bt_eventos").addClass("btn_item_menu_active"); 
});
</script>

<style>
	body{
		
		background-image: url('img/img_wd/bg_soporte1.png');
		background-size: cover;
		
	}
	.inputs{
		margin-bottom: 5px;
	}
	label{
		color: #006cc1;
		font-weight: bold;
		margin-bottom: 0px;
		margin-top: 5px;
	}
</style>