modif header

master 0.1.7
iGor milhit 2015-11-07 09:03:02 +01:00
parent 238734d5fd
commit 30165a31d0
No known key found for this signature in database
GPG Key ID: 3E9D7C1605E40FCD
2 changed files with 14 additions and 9 deletions

View File

@ -12,10 +12,15 @@ body {
/* ----------- titre ---------- */
header {
margin-bottom: 2em;
background-color: rgba(103, 83, 108, 1); */
}
#title {
padding-top: 2em;
padding-bottom : 1em;
display: flex;
align-items: center;
margin: 2em 0;
background-color: rgba(103, 83, 108, 1); */
}
#avatar {

View File

@ -16,14 +16,14 @@
</head>
<body>
<div class="container">
<header>
<header>
<div id="title" class="container">
<img id="avatar" alt="mon avatar, un micket fâché, en rose et violet" src="img/avatar.svg">
<h1>iGor milhit</h1>
</header>
</div>
</header>
<div class="container">
<section id="carte" class="row">
<div class="six columns" id="email-prive">
@ -63,8 +63,8 @@
</div>
<script>
L.mapbox.accessToken = 'pk.eyJ1IjoiaWdvcm1pbGhpdCIsImEiOiI5ZjhhMjgyMGU4OGY5MTY3NDZkZDAxYmJiOTc4NmRkNiJ9.b28EB0Ak2LnAfrQQuWbrsg';
L.mapbox.map('map', 'igormilhit.np85616o', {zoomControl: false});
L.mapbox.accessToken = 'pk.eyJ1IjoiaWdvcm1pbGhpdCIsImEiOiI5ZjhhMjgyMGU4OGY5MTY3NDZkZDAxYmJiOTc4NmRkNiJ9.b28EB0Ak2LnAfrQQuWbrsg';
L.mapbox.map('map', 'igormilhit.np85616o', {zoomControl: false});
</script>
</body>