JSFiddle - React, Tailwind, and code Playground
by Deborah
HTML
<section id="contact">
<aside>
<h3>
<span>Vous voulez nous proposer un film loupé ?
N'hésitez pas à nous contacter : </span>
<a href="mailto:[email protected]">[email protected]</a>
</h3>
</aside>
</section>
CSS
#contact {
height: 1050px;
margin: auto;
padding: 0;
width: 100%;
padding-top: 10%;
background: url(http://lefestivaldufilmloupe.com/images/train.jpg)no-repeat center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#contact span {
display:block;
margin: 1em 0;
}
}