This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img | |
{ | |
position:absolute; | |
left:0px; | |
top:0px; | |
z-index:5; | |
} | |
p{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
saucisse | |
*/ | |
#titre { | |
font-family: arial; | |
margin-left : 20px; | |
color : gray | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="slide"> | |
<h2>How to Make a Deck</h2> | |
<ol> | |
<li> | |
<h3>Write Slides</h3> | |
<p>Slide content is simple HTML.</p> | |
</li> | |
<li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#sommaire { | |
position: fixed ; | |
color: white; | |
font-family: arial; | |
font-style: bold; | |
margin-top :0px; | |
margin-left : 600px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#sommaire { | |
position: fixed ; | |
color: white; | |
font-family: arial; | |
font-style: bold; | |
margin-top :0px; | |
margin-left : 600px; | |
} |