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

Line 115: Line 115:
 
       <h1 style="font-size:5vw;letter-spacing: 1vw;z-index:120;text-align: center;">Human Practices Logbook</h1>
 
       <h1 style="font-size:5vw;letter-spacing: 1vw;z-index:120;text-align: center;">Human Practices Logbook</h1>
 
     </section>
 
     </section>
 +
 +
    <style>
 +
      .steps-container{
 +
        background:blue; 
 +
        display:table;
 +
        /*width:100%;*/
 +
      }
 +
      .step{
 +
        display:table-cell;
 +
        border:2px solid black;
 +
        width:20px;
 +
        height:20px;
 +
        border-radius:20px;
 +
      }
 +
    </style>
 +
 +
    <section class="steps-container">
 +
      <div class="step" id="step-1">
 +
        1
 +
      </div>
 +
      <div class="step" id="step-2">
 +
        2
 +
      </div>
 +
      <div class="step" id="step-3">
 +
        3
 +
      </div>
 +
      <div class="step" id="step-4">
 +
        4
 +
      </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>     
 +
    </section>
 +
  
 
      
 
      

Revision as of 09:55, 8 October 2017

Human Practices Logbook

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