File: /home/asjudine/public_html/headerint.php
<!DOCTYPE html>
<html lang="es">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta charset="iso-8859-1">
<meta http-equiv="X-UA-Compatible" content="IE=8; IE=9; IE=edge" />
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!--<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">-->
<meta name="viewport" content="width=device-width, user-scalable=yes">
<title>Interasjudinet LTDA</title>
<style>
*{
margin: 0;
}
header {
/*background-color: #dedede;*/
width: 100%;
background-color: #B3241A;
margin: 0 auto;
text-align: center;
/*display: flex;
display: -webkit-flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
align-content: center;
justify-content: space-between;*/
}
.header{
margin: 0 auto;
width: 700px;
height: 70px;
background-image: url(../ELEMENTS/bannerInterasjudinet.jpg);
background-size: 700px 70px;
content: '';
}
@media only screen and (max-width: 768px){
.header{
margin: 0 auto;
background-image: url(../ELEMENTS/intermovil.png);
background-repeat: no-repeat;
width: auto;
background-position: center left;
}
header img{width:100%; height:auto;}
}
</style>
</head>
<body>
<header>
<div class="header"></div>
</header>
</body>
</html>