Update background.png, fonts.css, and 2 more files...
This commit is contained in:
parent
41d51897f0
commit
2fbbdb3cc3
BIN
src/background.png
Normal file
BIN
src/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 119 KiB |
@ -14,7 +14,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "GoldenRatio Demo";
|
font-family: "GoldenRatio";
|
||||||
src: url("golden_ratio/GoldenRatio-Demo.otf");
|
src: url("golden_ratio/GoldenRatio-Demo.otf");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
<div class="profil">
|
<div class="profil">
|
||||||
<img src="img/louise.jpg"/>
|
<img src="img/louise.jpg"/>
|
||||||
<div>
|
<div>
|
||||||
<h3>Louise Gouthéraud</h3>
|
<h3>Louise Goutheraud</h3>
|
||||||
<p class="role">Réalisatrice</p>
|
<p class="role">Réalisatrice</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -61,7 +61,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="participants">
|
<div class="participants">
|
||||||
<div class="mannequins">
|
<div class="mannequins">
|
||||||
<h3>Mannequins</h3>
|
<h4>Mannequins</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Jeanne Gouthéraud</li>
|
<li>Jeanne Gouthéraud</li>
|
||||||
<li>Marylou Gricourt</li>
|
<li>Marylou Gricourt</li>
|
||||||
@ -73,7 +73,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="ecrivains">
|
<div class="ecrivains">
|
||||||
<h3>Écrivains</h3>
|
<h4>Ecrivains</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Louise Gouthéraud</li>
|
<li>Louise Gouthéraud</li>
|
||||||
<li>Jeanne Gouthéraud</li>
|
<li>Jeanne Gouthéraud</li>
|
||||||
@ -82,7 +82,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="site">
|
<div class="site">
|
||||||
<h3>Site internet</h3>
|
<h4>Site internet</h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Elisa Blancart</li>
|
<li>Elisa Blancart</li>
|
||||||
<li>Adrian Amaglio</li>
|
<li>Adrian Amaglio</li>
|
||||||
|
53
src/main.css
53
src/main.css
@ -1,6 +1,44 @@
|
|||||||
|
html {
|
||||||
|
background-image: url('./background.png');
|
||||||
|
background-size: contain;
|
||||||
|
background-position-y: -175px;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: 1300px;
|
max-width: 1300px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
font-family: "LiberationSerif";
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: Kiona;
|
||||||
|
font-size: 100px;
|
||||||
|
letter-spacing: -5px;
|
||||||
|
line-height: 105px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
margin-top: calc(1em + 5vh);
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-family: "Ge Body";
|
||||||
|
margin-bottom: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3, h4 {
|
||||||
|
font-family: "GoldenRatio";
|
||||||
|
margin: 0.8em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
font-size: 1.3em;
|
||||||
|
}
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
section {
|
||||||
|
margin-top: 5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
@ -21,6 +59,11 @@ header .button {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header #download {
|
||||||
|
margin-top: calc(40vh - 189px);
|
||||||
|
margin-bottom: calc(55vh - 189px);
|
||||||
|
}
|
||||||
|
|
||||||
.profil {
|
.profil {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
width: 49%;
|
width: 49%;
|
||||||
@ -28,6 +71,7 @@ header .button {
|
|||||||
|
|
||||||
.profil:nth-child(2n) {
|
.profil:nth-child(2n) {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profil > div {
|
.profil > div {
|
||||||
@ -41,10 +85,11 @@ header .button {
|
|||||||
|
|
||||||
.participants {
|
.participants {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: space-around;
|
||||||
|
margin: 4em 5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.participants > div {
|
.participants > div {
|
||||||
flex: 1 1 auto;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -133,3 +178,9 @@ header .button {
|
|||||||
padding: 0.75rem 0.55rem;
|
padding: 0.75rem 0.55rem;
|
||||||
line-height: 1.1em;
|
line-height: 1.1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul,ol,li {
|
||||||
|
list-style: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user