From 7ea7bc3b119fe1cdc253967d57afe78bd35a25e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 30 Apr 2024 12:44:51 +0200 Subject: [PATCH] styling --- WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index b4fef59..4639478 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -1,7 +1,10 @@ -body{ - background-image: url("img/backround.jpg"); +@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); + +body{ + background-color: blueviolet; background-position: right top; background-size: cover; + font-family: 'Roboto', sans-serif; } h1{ text-align: center; @@ -127,10 +130,12 @@ button { background: transparent; color: white; font-size: 16px; - transition: background 0.3s ease; + transition: background 0.3s ease, box-shadow 0.3s ease; + border-radius: 5px; } button:hover { background: #ff5c33; + box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); } \ No newline at end of file