From 09a6ffb1a14c1e77b56aa4fc597a67e67f22bb8f Mon Sep 17 00:00:00 2001 From: Vriddhi04 <146336016+thisismevri@users.noreply.github.com> Date: Sat, 8 Jun 2024 21:33:11 +0530 Subject: [PATCH] Update style.css --- Games/16_Puzzle/style.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/Games/16_Puzzle/style.css b/Games/16_Puzzle/style.css index 9cc40cc8fd..072377a0b7 100644 --- a/Games/16_Puzzle/style.css +++ b/Games/16_Puzzle/style.css @@ -76,4 +76,18 @@ body { .message { color:#AA3939; height: 80px; -} \ No newline at end of file +} +ink{ +display: flex; +justify-content: center; +align-items: center; + +} + +a{ + + text-decoration: none; + color: black; + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif\; + +}