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

Line 122: Line 122:
 
       }
 
       }
 
       .steps-container{
 
       .steps-container{
        background:blue; 
 
 
         display:table;
 
         display:table;
 
         width:100%;
 
         width:100%;
Line 128: Line 127:
 
       .step{
 
       .step{
 
         display:table-cell;
 
         display:table-cell;
          
+
         text-align: center;
 
       }
 
       }
 
       .step > div{
 
       .step > div{
Line 134: Line 133:
 
         height:20px;
 
         height:20px;
 
         border-radius:20px;
 
         border-radius:20px;
       
 
 
         border:2px solid black;
 
         border:2px solid black;
 
       }
 
       }

Revision as of 10:08, 8 October 2017

Human Practices Logbook

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