fin du TP03
This commit is contained in:
46
TP03/EX03/css/style.css
Normal file
46
TP03/EX03/css/style.css
Normal file
@@ -0,0 +1,46 @@
|
||||
.slot{
|
||||
width:52px;
|
||||
height:52px;
|
||||
padding:2px;
|
||||
margin:11px;
|
||||
border:1px solid #aaaaaa;
|
||||
background-color:#ffffff;
|
||||
display:inline-block;
|
||||
vertical-align:middle;
|
||||
}
|
||||
.drag{
|
||||
width:50px;
|
||||
height:50px;
|
||||
border:1px solid #aaaaaa;
|
||||
background-color:#eeeeee;
|
||||
text-align:center;
|
||||
font-size:25px;
|
||||
line-height:52px;
|
||||
}
|
||||
|
||||
.ct{
|
||||
height:100px;
|
||||
margin:10px;
|
||||
line-height:100px;
|
||||
text-align:center;
|
||||
|
||||
}
|
||||
.normal{
|
||||
|
||||
background-color:#1583CC;
|
||||
|
||||
}
|
||||
|
||||
.good{
|
||||
background-color:#00867F;
|
||||
|
||||
}
|
||||
.wrong{
|
||||
|
||||
background-color:#eeaaaa;
|
||||
}
|
||||
|
||||
[draggable=true] {
|
||||
cursor: move;
|
||||
}
|
||||
|
Reference in New Issue
Block a user