]> AND Private Git Repository - these_gilles.git/blobdiff - PRESENTATION/css/zulug5.css
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
final
[these_gilles.git] / PRESENTATION / css / zulug5.css
index 5338d400e8a96c5210bb48ffaef31356d63de8da..0e94d42d11a7caab44691e3bd0afd138af0e5595 100644 (file)
@@ -40,6 +40,7 @@ header {
   font-size: 50px;
   text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
 }
+
 h1 {
     color: #0054AB ;
     font-size: 200%;
@@ -160,6 +161,13 @@ img:hover {
   margin-left: 780px;
 }
 
+body{counter-reset: h1;}
+h1:after {
+  content: " (" counter(h1) ") ";
+  counter-increment: h1;
+  text-align: right ;
+  font-size: 40% ;
+}
 
 
 body {