Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css19
1 files changed, 17 insertions, 2 deletions
diff --git a/style.css b/style.css
index e91931d..25b4a91 100644
--- a/style.css
+++ b/style.css
@@ -1,9 +1,15 @@
svg {
background-color: darkgray;
+ flex-basis: 100%;
+}
+
+div#content {
+ flex-basis: 0;
}
body {
margin: 0;
+ display: flex;
}
circle#point {
@@ -78,6 +84,7 @@ line.ruler {
.soldier-record {
display: inline-block;
+ white-space: nowrap;
}
image#img1 {
@@ -109,7 +116,8 @@ image#img2 {
}
#record-sheet {
- display: flex;
+ /* display: flex; */
+ display: none;
}
#record-sheet > div {
@@ -129,5 +137,12 @@ img.logo {
}
div.soldier-record.selected {
- background-color: goldenrod;
+ background-color: lightgray;
+}
+
+rect#view-box {
+ stroke: red;
+ stroke-width: 20px;
+ fill: blue;
+ fill-opacity: 0.2;
} \ No newline at end of file