Newer
Older
ournorth2021 / views / eventos.php
LuisOlaya on 20 Apr 2021 937 bytes speaker
<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>


<div class="col-md-12" >

	<div class="container" >


		<div class="row">
			<div class="col-md-12" align="center" style=" font-size: 30px; margin-top: 5%; color: #363636">
				<b>ESPERA GRANDES SORPRESAS</b><br><br>
				
			
			
				<a href="#">
					<img src="img/img_wd/bt_estrellas.png" width="400px" alt="">
				</a> <br> <br>
				
				<a href="/iniciodrive">
				<img src="/img/img_wd/bt_trip.png" width="150px"  alt="">
                </a>
				
			</div>
			
			
			
			
		</div>

	</div>
	
</div>

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