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

Line 138: Line 138:
 
         line-height: 50px;
 
         line-height: 50px;
 
         vertical-align: middle;
 
         vertical-align: middle;
 +
        position:relative;
 +
      }
 +
      .step > div:after{
 +
        content:'';
 +
        width:20px;
 +
        height:2px;
 +
        background:blue;
 +
        position:absolute;
 +
        right:0;
 
       }
 
       }
 
     </style>
 
     </style>

Revision as of 10:22, 8 October 2017

Human Practices Logbook

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