úplný základ
potrebujem vedieť či to môže takto zatiaľ byť
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user