File: /home/asjudine/www/avigilajudicial/header.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></title>
<style>
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
*{
margin: 0;
}
header {
width: 100%;
background: #bdc3c7;
background: -webkit-linear-gradient(to right, #bdc3c7, #2c3e50);
background: linear-gradient(to right, #bdc3c7, #2c3e50);
margin: 0 auto;
text-align: center;
}
.header{
margin: 0 auto;
width: 100%;
height: 80px;
background-image: url('img/imgdian.png');
background-repeat: no-repeat;
background-size: 5.5%;
content: '';
align-items: center;
}
h1
{
color: #fff;
text-shadow: 2px 3px 3px #000;
font-size: calc(1em + 2em);
}
</style>
</head>
<body>
<header>
<div class="header"> <h1 >Contractual Legal Advisers S. A. S.</h1>
</div>
</header>
</body>
</html>