igor.milhit/css/style.css

68 lines
944 B
CSS
Raw Normal View History

2015-09-22 14:03:38 +02:00
/* ---------- Fonts ---------- */
@import url('../fonts/fonts.css');
body {
font-family: "merriweatherlight", serif;
2015-10-04 09:16:55 +02:00
font-size: 2em;
2015-09-22 14:03:38 +02:00
color: rgba(0, 0, 0, 0.6);
}
/* ----------- titre ---------- */
header {
2015-11-07 09:03:02 +01:00
margin-bottom: 2em;
background-color: rgba(103, 83, 108, 1); */
}
#title {
padding-top: 2em;
padding-bottom : 1em;
display: flex;
align-items: center;
2015-09-22 14:03:38 +02:00
}
#avatar {
border-radius: 50%;
padding: .5em;
2015-09-22 14:03:38 +02:00
}
h1 {
color: rgba(238, 215, 244, 1);
margin: 0;
2015-09-22 14:03:38 +02:00
}
2015-10-23 09:24:55 +02:00
/* ----------- map ------------- */
#map {
height: 30em;
margin-bottom: 2.5rem;
}
2015-09-22 14:03:38 +02:00
/* ----------- carte ---------- */
#carte {
padding-bottom: 1em;
}
#carte ul {
list-style-type: none;
2015-10-23 09:24:55 +02:00
margin-bottom: .5rem;
2015-09-22 14:03:38 +02:00
}
#carte li {
line-height: 1.3em;
}
#empreinte {
font-family: monospace;
}
/* ----------- présentation et professionnel ------------ */
p {
-moz-hyphens: auto;
hyphens: auto;
}