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

master
Roxane 1 year ago
parent 601fad84f3
commit 4097522640

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

@ -144,15 +144,14 @@ nav ul li a {
color: white; color: white;
} }
section:target {
display: block;
}
section { section {
margin-bottom: 5px; margin-bottom: 5px;
display: none; display: none;
} }
section:target {
display: block;
}
section h2 { section h2 {
margin-bottom: 10px; margin-bottom: 10px;

@ -42,7 +42,7 @@
<li><a href="#cv" accesskey="c"><span class="daccesskey">C</span>V</a></li> <li><a href="#cv" accesskey="c"><span class="daccesskey">C</span>V</a></li>
</ul> </ul>
</nav> </nav>
<article class="main-content"> <div class="main-content">
<section id="a-propos"> <section id="a-propos">
<h2>À Propos de Moi</h2> <h2>À Propos de Moi</h2>
<div class="separator"></div> <div class="separator"></div>
@ -131,7 +131,7 @@
<section id="cv"> <section id="cv">
<img id="imgcv" src="/containers/roxanerossetto-portfolio2a/images/cv_rox.jpg"> <img id="imgcv" src="/containers/roxanerossetto-portfolio2a/images/cv_rox.jpg">
</section> </section>
</article> </div>
</div> </div>
</body> </body>
</html> </html>

Loading…
Cancel
Save