úplný základ

potrebujem vedieť či to môže takto zatiaľ byť
This commit is contained in:
JustSteel 2021-03-16 23:16:26 +01:00
parent f53ed7653f
commit f03a5b4207
2 changed files with 89 additions and 0 deletions

63
websites/styles.css Normal file

@ -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;
}

26
websites/travellly.html Normal file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Travellly</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<img src="wikispot.png" alt="wikispot" id="logo">
<nav>
<ul id="container">
<li id="home"><a href="travellly.html">HOME</a></li>
<li id="about"><a href="http://www.spspb.sk/o-skole.html?page_id=95">O NÁS</a></li>
<li id="project"><a href="http://www.spspb.sk/partneri.html?page_id=1362">O PROJEKTE</a></li>
<li id="contact"><a href="http://www.spspb.sk/kontakt.html?page_id=91">KONTAKT</a></li>
</ul>
</nav>
</header>
<article>
<div class="an" class="next"><a href="https://www.google.com/search?q=android&sxsrf=ALeKk017fnzl207RcmAoQ6py5H6H4gGvQg:1615932238147&source=lnms&tbm=isch&biw=1920&bih=937#imgrc=CKJ8ZtwHgbIocM">Android</a></div>
</article>
<section>
<div id="phone" class="next"></div>
</section>
</body>
</html>