Etudes/BTS/Web/Premiere annee/formulaireJquery/css/changeStyle.css
2016-10-14 17:52:18 +02:00

44 lines
641 B
CSS

/*
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 : 11 mars 2016, 09:45:00
Author : dbernard
*/
#divTest{
border: black ridge 1px;
width: 300px;
height: 22px;
text-align: center;
}
#zoneTest
{
padding: 100px;
width: 500px;
border-radius: 20px;
}
#zoneBordure
{
width: 350px;
border-radius: 20px;
}
#zoneOmbre
{
width: 350px;
border-radius: 20px;
}
#zoneDiv{
width: 350px;
border-radius: 20px;
}
#miseAJour{
display: none;
}