ajout exo tp5

This commit is contained in:
2026-03-09 14:55:40 +01:00
parent 1fe20f3f3b
commit 1c7d7f636a
9 changed files with 253 additions and 0 deletions

View 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;
}