Difference between revisions of "Team:Pasteur Paris/TrainingThomas"

Line 41: Line 41:
 
#dessin {
 
#dessin {
 
border: dashed;
 
border: dashed;
 +
}
 +
#rect1:hover {
 +
opacity: .4;
 
}
 
}
 
</style>
 
</style>
Line 51: Line 54:
 
                 <div style="width: 100%; height: auto;">
 
                 <div style="width: 100%; height: auto;">
 
                    <svg id="dessin" width="100%">
 
                    <svg id="dessin" width="100%">
                    <rect width= "30%" x="10%" y="10%" background-color="red"/>
+
                    <rect id="rect1" width= "30%" height="10%" x="10%" y="10%" style="fill:red"/>
 
                    </svg>
 
                    </svg>
 
                     </div>
 
                     </div>

Revision as of 14:07, 31 August 2018

""