ajout exo tp5
This commit is contained in:
46
R4.01_R4.A.10/td_tp/tp5/src/ex2/style.css
Normal file
46
R4.01_R4.A.10/td_tp/tp5/src/ex2/style.css
Normal file
@@ -0,0 +1,46 @@
|
||||
body {
|
||||
font-family: Helvetica Neue, Arial, sans-serif;
|
||||
}
|
||||
#radar{
|
||||
display : flex;
|
||||
}
|
||||
|
||||
svg {
|
||||
width:400px;
|
||||
height:400px;
|
||||
}
|
||||
polygon {
|
||||
fill: #ED1646;
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
circle {
|
||||
fill: transparent;
|
||||
stroke: #999;
|
||||
}
|
||||
|
||||
text {
|
||||
font-family: Futura, Helvetica Neue, Arial, sans-serif;
|
||||
font-size: 10px;
|
||||
fill: #666;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
#raw {
|
||||
/* position: absolute;
|
||||
top: 0;
|
||||
left: 300px;*/
|
||||
}
|
||||
|
||||
#add {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.remove {
|
||||
margin: 0 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user