Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/style.css b/style.css
index 5d3598c..44c44ae 100644
--- a/style.css
+++ b/style.css
@@ -38,10 +38,15 @@ polygon {
}
line.firing-arc {
- stroke: black;
+ stroke: none;
/* transform: scale(2); */
}
+polyline.firing-arc {
+ stroke: black;
+ stroke-width: 5px;
+}
+
image#img1 {
transform: scale(3.41) rotate(-0.15deg);
/* opacity: 0.33; */