File "style.css"
Full path: /home/meharicl/www/JS/style.css
File size: 812 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Edit Back
/* ------------------------------------ *
CSS
jeudi 26 mai 2022 10:16:50
HAPedit 3.1.11.111
* ------------------------------------ */
#full {
whith: 600px
}
#bordure1 {
width: 50%;
height : 50px;
border: solid blue 10px;
overflow :auto;
float : left;
}
#bordure2 {
width: 45%;
height : 50px;
border: solid red 10px;
overflow :auto;
}
#botom{
width: 95%;
height : 50px;
border: solid black 10px;
overflow :auto;
}
#test{
width: 100%;
border: solid green 10px;
}
#joueur{
width: 30%;
border: solid green 10px;
float: left;
overflow :auto;
height : 50px;
}
#score{
width: 40%;
border: solid yellow 10px;
float: left;
}
#pied{
width :100%;
clear : both;
border: solid blue 2px;
}