From f03a5b4207a9e94e5385e906f13712254e342a78 Mon Sep 17 00:00:00 2001 From: JustSteel Date: Tue, 16 Mar 2021 23:16:26 +0100 Subject: [PATCH] =?UTF-8?q?=C3=BApln=C3=BD=20z=C3=A1klad?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit potrebujem vedieť či to môže takto zatiaľ byť --- websites/styles.css | 63 +++++++++++++++++++++++++++++++++++++++++ websites/travellly.html | 26 +++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 websites/styles.css create mode 100644 websites/travellly.html diff --git a/websites/styles.css b/websites/styles.css new file mode 100644 index 0000000..b9ff64b --- /dev/null +++ b/websites/styles.css @@ -0,0 +1,63 @@ +nav{ + float: right; + position: sticky; +} +li{ + padding-top: 50px; + padding-bottom: 50px; + padding-left: 50px; + padding-right: 50px; + display: inline-block; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + font-size: 18px; + transition: background-color 0.5s; +} +header{ + background-color:#0077B6; + padding-bottom: 23px; +} +body{ + background-color: #00B4D8; + margin: 0; +} +img{ + padding-top: 25px; + padding-left: 25px; +} +li:hover{ + background-color: rgba(79, 80, 80, 0.356); + transition: ease-in-out; + transition: background-color 0.5s; + +} +ul{ + margin: 0; +} +.an{ + color: #FFFFFF; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + font-size: 35px; + margin: 0; + margin-top: 340px; + margin-left: 150px; +} +#here{ + margin-top: 150px; +} +#phone{ + width: 200px; + height: 400px; + border: 10px solid grey; + border-radius: 5%; + background-color: black; + margin-left: 150px; + margin-top: 150px; +} +div{ + display: inline-block; + float: left; +} +a{ + text-decoration: none; + color: #FFFFFF; +} diff --git a/websites/travellly.html b/websites/travellly.html new file mode 100644 index 0000000..e280248 --- /dev/null +++ b/websites/travellly.html @@ -0,0 +1,26 @@ + + + + Travellly + + + +
+ + +
+
+ +
+
+ +
+ + \ No newline at end of file