repair display
continuous-integration/drone/push Build is passing Details

master
Roxane 1 year ago
parent 5e5256da07
commit 836a5a4ba6

@ -6,6 +6,7 @@
<component name="ChangeListManager">
<list default="true" id="0d4e44dc-11e8-4d37-b8e5-1f58496791d5" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/css/style.css" beforeDir="false" afterPath="$PROJECT_DIR$/css/style.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/index.html" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />

@ -147,26 +147,19 @@ nav ul li a {
color: white;
}
#a-propos:target,
#a-propos:not(:target) ~ section:not(#a-propos) {
display: block;
}
#a-propos:not(:target),
#a-propos:target ~ section:not(#a-propos) {
.sec:not(:target) {
display: none;
}
#a-propos:target ~ #mesProjets:target ~ #cv:target {
display: none;
#a-propos {
display: block;
}
#cv:target ~ #mesProjets:target ~ #a-propos:target {
display: none;
#mesProjets:target {
display: block;
}
#mesProjets:target ~ #cv:target ~ #a-propos:target {
display: none;
#cv:target {
display: block;
}
section h2 {

@ -18,7 +18,7 @@
<img id="idpict" src="/containers/roxanerossetto-portfolio2a/images/photo_id.JPG" alt="Photo de profil">
</figure>
<h3>Roxane Rossetto</h3>
<p id="titlejob">Alternante développeuse </p>
<p id="titlejob">Alternante développeuse <br> BUT 2e année <br> Informatique</p>
<ul>
<li>
<img class="imgIcon" src="/containers/roxanerossetto-portfolio2a/images/logo.png">

Loading…
Cancel
Save