summaryrefslogtreecommitdiffhomepage
path: root/common/main.css
diff options
context:
space:
mode:
authorRay <[email protected]>2023-09-22 01:03:11 +0200
committerGitHub <[email protected]>2023-09-22 01:03:11 +0200
commitc137160f313d8f7f65f2bdbeea9b23e9283aa00d (patch)
treeb4811a43ae5b49fcaea6e57cd805a8011b78c371 /common/main.css
parent4a1c336d59bc7fa943878ce78760519b0e8eadb1 (diff)
parent2eafa1dedcfaefb54753382e3cd21edf0a779e44 (diff)
downloadraylib.com-c137160f313d8f7f65f2bdbeea9b23e9283aa00d.tar.gz
raylib.com-c137160f313d8f7f65f2bdbeea9b23e9283aa00d.zip
Merge pull request #61 from michaelfiber/master
Add a blurb to the homepage about the raylib-game-template
Diffstat (limited to 'common/main.css')
-rw-r--r--common/main.css13
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;