13 lines
264 B
CSS
13 lines
264 B
CSS
body {
|
|
background: #333333 url(/img/fond2.png) repeat 0% 0%;
|
|
}
|
|
|
|
/* Section home */
|
|
|
|
.bowtie {
|
|
width: 50vw;
|
|
height: 300px;
|
|
margin: auto;
|
|
background: transparent url(/img/bowtie.png) no-repeat scroll center center;
|
|
background-size: contain;
|
|
} |