Web Dev Solutions

Catalin Mititiuc

From a69623b0ab6baff9f968e126c25d7e961e9dde53 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Thu, 2 May 2024 11:02:10 -0700 Subject: Organize public directory contents into assets folders --- public/assets/css/damage_block.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 public/assets/css/damage_block.css (limited to 'public/assets/css/damage_block.css') diff --git a/public/assets/css/damage_block.css b/public/assets/css/damage_block.css new file mode 100644 index 0000000..cc7e4dc --- /dev/null +++ b/public/assets/css/damage_block.css @@ -0,0 +1,18 @@ +.damage-effect-indicator.bruise { + background-color: orange; +} + +.damage-effect-indicator.lethal { + background-color: red; +} + +.damage-effect-indicator { + width: 20px; + height: 30px; + margin: 0 auto; + padding: 0; + border: 1px solid black; + display: block; + user-select: none; + font-family: monospace; +} -- cgit v1.2.3