_
This commit is contained in:
parent
8a43c9c668
commit
fce8f15b32
@ -81,4 +81,34 @@ body {
|
|||||||
.appear {
|
.appear {
|
||||||
display: flex;
|
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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user