Difference between revisions of "Team:INSA-UPS France/test/description"

Line 129: Line 129:
 
         display:table-cell;
 
         display:table-cell;
 
         border:2px solid black;
 
         border:2px solid black;
 +
       
 +
      }
 +
      .step > div{
 
         width:20px;
 
         width:20px;
 
         height:20px;
 
         height:20px;
Line 137: Line 140:
 
     <section>
 
     <section>
 
       <div class="steps-container">
 
       <div class="steps-container">
         <div class="step" id="step-1">
+
         <div class="step" id="step-1"><div>1</div></div>
          1
+
         <div class="step" id="step-2"><div>2</div></div>
        </div>
+
         <div class="step" id="step-3"><div>3</div></div>
         <div class="step" id="step-2">
+
         <div class="step" id="step-4"><div>4</div></div>
          2
+
         <div class="step" id="step-5"><div>5</div></div>
        </div>
+
         <div class="step" id="step-6"><div>6</div></div>
         <div class="step" id="step-3">
+
         <div class="step" id="step-7"><div>7</div></div>
          3
+
         <div class="step" id="step-8"><div>8</div></div>
        </div>
+
         <div class="step" id="step-9"><div>9</div></div>
         <div class="step" id="step-4">
+
         <div class="step" id="step-10"><div>10</div></div>
          4
+
         <div class="step" id="step-11"><div>11</div></div>
        </div>
+
         <div class="step" id="step-12"><div>12</div></div>
         <div class="step" id="step-5">
+
          5
+
        </div>
+
         <div class="step" id="step-6">
+
          6
+
        </div>
+
         <div class="step" id="step-7">
+
          7
+
        </div>
+
         <div class="step" id="step-8">
+
          8
+
        </div>
+
         <div class="step" id="step-9">
+
          9
+
        </div>
+
         <div class="step" id="step-10">
+
          10
+
        </div>
+
         <div class="step" id="step-11">
+
          11
+
        </div>
+
         <div class="step" id="step-12">
+
          12
+
        </div>
+
 
       </div>     
 
       </div>     
 
     </section>   
 
     </section>   

Revision as of 10:07, 8 October 2017

Human Practices Logbook

1
2
3
4
5
6
7
8
9
10
11
12