MOON
Server: Apache/2.2.34 (Unix) mod_ssl/2.2.34 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 FrontPage/5.0.2.2635
System: Linux server.asjudinet.com 2.6.32-042stab141.3 #1 SMP Fri Nov 15 22:45:34 MSK 2019 i686
User: asjudine (504)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/asjudine/www/footerint.php
<!DOCTYPE html>
<html lang="en">
<head>
   
    <title>Footer</title>

<style>

footer {
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    
    /* gradient */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.1, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
    background-image: -moz-linear-gradient(center bottom, #787878 100%, #5E5E5E 50%, #707070 51%, #838383 100%);
    background-color: #5f5f5f;
}
.footer{
    width:100%;
    color: #fff; 
    margin:0 auto;
    padding: 10px;
    font-size: .9em;
    
    display: flex;
    display: -webkit-flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    
    
    /* gradient */
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.1, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
    background-image: -moz-linear-gradient(center bottom, #787878 100%, #5E5E5E 50%, #707070 51%, #838383 100%);
    background-color: #5f5f5f;*/
}



.titulo-pie{
    color: #FFFFFF;
    font-weight: bold;
	margin-right: 20px;
}
.foo1, .foo2{
	vertical-align:middle;
}

.foo2 p{
	text-align: left!important;
}

.foo{
	background-color: #333333!important;
}

.foo p{
	text-align: center;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
	
@media (max-width: 768px) { 
	footer{
		display:block;
	}
}
    
</style>
</head>

<body>
   
<footer>
    <div class="footer">
        <div class="p">
            <p class="titulo-pie">INTER@SJUDINET LTDA</p>                        
        </div>
        <div class="p">
            <p>
            <i class="fas fa-map-marker"></i> Calle 19 No 6-68 Piso 9 - Bogot&aacute; Colombia<br>
            <i class="fas fa-phone"></i> 2438870 - 2438820<br>
			<i class="fas fa-envelope-square"></i>  servicioalclienteasjudinet@gmail.com<br>
            Fax 2438870
            </p>
			
        </div>
    </div>
</footer>
    
</body>
</html>