You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
990 B

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Jun 26, 2020, 10:36:40 AM
Author : Mehdi
*/
#inp-gauche{
margin-left: 50px;
}
#inp-centre{
margin-left: 60px;
}
footer{
position: relative;
left: 0;
bottom: 0;
width: 100%;
background-color: red;
color: white;
text-align: center;
}
li {
cursor: pointer;
}
#btn-ajout, #inp-ret {
background: #0082b5;
border: 1px solid #eee;
color: #fff;
border-radius:20px;
box-shadow: 5px 5px 5px #eee;
margin-bottom: 10px;
width: 400px;
}
#btn-ajout:hover, #inp-ret:hover {
background: #016ABC;
color: #fff;
border: 1px solid #eee;
border-radius: 20px;
box-shadow: 5px 5px 5px #eee;
text-shadow:none;
}
#a-ajout{
position: absolute;
left: 0;
text-shadow:none;
}