diff --git a/CSS/cv.css b/CSS/cv.css index 98f9d32..7c7aa7d 100644 --- a/CSS/cv.css +++ b/CSS/cv.css @@ -4,6 +4,7 @@ h1,h2,h3,h4,h5{ } + #cv-1{ display: flex; flex-direction: row; diff --git a/CSS/print.css b/CSS/print.css index 4529b6e..08f0878 100644 --- a/CSS/print.css +++ b/CSS/print.css @@ -8,4 +8,8 @@ nav,footer{ #information-sup{ display: none; +} + +*{ + color: black; } \ No newline at end of file diff --git a/CSS/propos.css b/CSS/propos.css index cfa81be..659c8c1 100644 --- a/CSS/propos.css +++ b/CSS/propos.css @@ -1,6 +1,8 @@ h2{ margin-bottom: 5vh; } + + #liste-equipe ul{ display: flex; align-items: center; @@ -16,6 +18,21 @@ h2{ #recrute{ + margin-top: 5vh; + padding-bottom: 2vh; + display: flex; + flex-direction: column; + align-items: center; color: white; background-color: darkred; +} +#recrute a{ + font-size: 25px; + color: white; +} +#recrute a:hover{ + text-decoration: underline; +} +#recrute li{ + margin-bottom: 1vh; } \ No newline at end of file diff --git a/CSS/styles.css b/CSS/styles.css index 926561a..2f7d442 100644 --- a/CSS/styles.css +++ b/CSS/styles.css @@ -239,6 +239,15 @@ footer #autres a:hover{ text-decoration: underline; } +footer #cp { + position: absolute; + color: rgba(255, 255, 255, 0.5); + font-weight: 100; + list-style-type: none; + margin: 0; + padding:0; + +} #menu-mobile{ background-color: darkred; z-index: 100; diff --git a/HTML/cv_1.html b/HTML/cv_1.html index 909524a..922e632 100644 --- a/HTML/cv_1.html +++ b/HTML/cv_1.html @@ -31,14 +31,27 @@