This commit is contained in:
JustSteel 2021-05-08 13:26:22 +02:00
parent 8a43c9c668
commit fce8f15b32

@ -82,3 +82,33 @@ body {
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;
}