diff options
| author | michaelfiber <[email protected]> | 2023-09-21 18:58:11 -0400 |
|---|---|---|
| committer | michaelfiber <[email protected]> | 2023-09-21 18:58:11 -0400 |
| commit | 989a303f5d3a8837cc1518b64974a880f32969c4 (patch) | |
| tree | 2e9522fa962be8ce62efc7fa0d4e497c79633fb2 /common | |
| parent | 4a1c336d59bc7fa943878ce78760519b0e8eadb1 (diff) | |
| download | raylib.com-989a303f5d3a8837cc1518b64974a880f32969c4.tar.gz raylib.com-989a303f5d3a8837cc1518b64974a880f32969c4.zip | |
Add css
Diffstat (limited to 'common')
| -rw-r--r-- | common/main.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/common/main.css b/common/main.css index 86be247..2b47196 100644 --- a/common/main.css +++ b/common/main.css @@ -582,6 +582,19 @@ li { margin-right: 2px; } +a#game-template { + margin: 0 auto; + border: 6px solid #888888; + transition: all .2s ease; + padding: 1em; + margin-bottom: 1em; +} + +a#game-template:hover { + border: 6px solid #111111; + background-color: white; +} + #platforms>a>img { border: 6px solid #888888; transition: all .2s ease; |
