From fce8f15b325b50c2d0607bd9e96ba29c969cee1a Mon Sep 17 00:00:00 2001 From: JustSteel Date: Sat, 8 May 2021 13:26:22 +0200 Subject: [PATCH] _ --- websites/WikiSpotCSS.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/websites/WikiSpotCSS.css b/websites/WikiSpotCSS.css index 2295435..49bb271 100644 --- a/websites/WikiSpotCSS.css +++ b/websites/WikiSpotCSS.css @@ -81,4 +81,34 @@ body { .appear { display: flex; } +} +/* ---------- Hlavná stránka ---------- */ +#downloadHolder { + margin-top: 5%; + margin-left: 25%; + display: flex; + justify-content: space-between; + width: 550px; + align-items: center; + +} +#download { + cursor: pointer; + background-color: none; + color: white; + border: 4px white solid; + border-radius: 50px; + width: auto; + height: 20px; + padding: 10px; + position: static; + font-size: 20px; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; +} +#download:hover { + background-color: white; + color: rgb(47, 40, 150) ; +} +#phoneImg { + width: 350px; } \ No newline at end of file