Etudes/BTS/Web/Premiere annee/poidsIdealHTML/css/main.css

27 lines
468 B
CSS
Raw Normal View History

2016-10-14 15:52:18 +00:00
/*
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 : 15 mars 2016, 11:49:35
Author : therbron
*/
#donnees{
width: 300px;
border-radius: 20px;
display: block;
}
#resultat{
width: 300px;
border-radius: 20px;
display: none;
}
#divResult{
position: relative;
top: 10px;
left: 5px;
}