Elatteria-Website/src/styles.css

175 lines
2.8 KiB
CSS
Raw Normal View History

2022-12-20 18:21:34 +02:00
html {
2023-05-09 19:42:23 +03:00
2022-12-20 18:21:34 +02:00
scroll-behavior: smooth;
2023-05-09 19:42:23 +03:00
2022-12-20 18:21:34 +02:00
}
2023-05-09 19:42:23 +03:00
.title {
2022-12-10 22:30:38 +02:00
font-size: 50px;
text-align: center;
}
2022-12-13 18:39:21 +02:00
.description {
2022-12-10 22:30:38 +02:00
text-align: center;
2023-05-12 13:41:16 +03:00
font-size: 30px;
2022-12-20 18:21:34 +02:00
margin-bottom: 200px;
2023-05-09 19:42:23 +03:00
margin-left: 10%;
margin-right: 10%;
2022-12-10 22:30:38 +02:00
}
2023-05-12 13:41:16 +03:00
.spacer {
margin-top: 500px;
}
2022-12-10 22:30:38 +02:00
body {
2023-05-09 19:42:23 +03:00
background-image: url("Images/backround.png");
2022-12-10 22:30:38 +02:00
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
2022-12-20 18:21:34 +02:00
background-position: center;
2022-12-10 22:30:38 +02:00
color: white;
font-family: Helvetica, Neue, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
}
2023-05-09 19:42:23 +03:00
2022-12-10 22:30:38 +02:00
header {
2023-05-09 19:42:23 +03:00
background-color: rgb(32, 36, 59);
2022-12-13 18:39:21 +02:00
background-position: top;
2022-12-11 14:24:43 +02:00
text-align: center;
2022-12-13 18:39:21 +02:00
top: 0px;
2023-05-12 13:41:16 +03:00
padding: 1%;
height: 80px;
2022-12-11 14:24:43 +02:00
}
2023-05-09 19:42:23 +03:00
header .logo a {
background-image: url("Images/logo.png");
2022-12-11 14:24:43 +02:00
background-repeat: no-repeat;
background-size: 100%;
2023-05-12 13:41:16 +03:00
height: 50px;
width: 50px;
text-indent: -9999999%;
2022-12-10 22:30:38 +02:00
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
2023-05-12 13:41:16 +03:00
text-align: left;
2022-12-10 22:30:38 +02:00
}
li {
2023-05-12 13:41:16 +03:00
display: inline-grid;
2023-05-09 19:42:23 +03:00
margin: 10px 10px 0px 0px;
2022-12-13 18:39:21 +02:00
font-size: 30px;
2023-05-12 13:41:16 +03:00
margin: 1%;
text-align: center;
float: left;
2022-12-10 22:30:38 +02:00
}
button {
2023-05-09 19:42:23 +03:00
background: rgb(42, 50, 127);
2022-12-10 22:30:38 +02:00
color: white;
2023-05-09 19:42:23 +03:00
transform: scale(4, 4);
2022-12-11 14:47:11 +02:00
margin: 7%;
2023-05-09 19:42:23 +03:00
border: none;
border-radius: 5px;
2022-12-11 14:47:11 +02:00
text-align: center;
2023-05-09 19:42:23 +03:00
justify-content: center;
padding: 3px;
2022-12-20 18:21:34 +02:00
}
button:hover {
2023-05-09 19:42:23 +03:00
background: rgb(146, 199, 249);
2023-05-12 13:41:16 +03:00
padding: 5px;
2023-05-09 19:42:23 +03:00
border-radius: 8px;
transition: 200ms;
2022-12-10 22:30:38 +02:00
}
a {
text-decoration: none;
color: white;
}
a:hover {
2023-05-09 19:42:23 +03:00
border-radius: 15%;
background: rgb(82, 109, 160);
2023-05-12 13:41:16 +03:00
padding: 3px;
2023-05-09 19:42:23 +03:00
transition: 250ms;
2022-12-10 22:30:38 +02:00
}
2022-12-11 14:24:43 +02:00
.features img {
border: 1px solid white;
border-radius: 50%;
box-shadow: gray 0 0 20px;
2022-12-13 18:39:21 +02:00
width: 300px;
height: 300px;
2022-12-11 14:24:43 +02:00
}
.features {
color: white;
padding: 2%;
2022-12-13 18:39:21 +02:00
display: inline-block;
2022-12-11 14:24:43 +02:00
text-align: center;
}
2023-05-09 19:42:23 +03:00
.screenshots img {
2022-12-20 18:21:34 +02:00
border-radius: 40px;
width: 480px;
height: 270px;
2023-05-09 19:42:23 +03:00
transform: scale(2, 2);
2022-12-20 18:21:34 +02:00
}
2023-05-09 19:42:23 +03:00
.screenshots {
2022-12-20 18:21:34 +02:00
color: white;
display: inline-block;
text-align: center;
margin: 2%;
}
2023-05-09 19:42:23 +03:00
.mobile {
display: none;
text-align: left;
overflow-x: scroll;
2022-12-13 18:39:21 +02:00
}
2023-05-09 19:42:23 +03:00
.mobile li {
2023-05-12 13:41:16 +03:00
font-size: 30px;
2022-12-13 18:39:21 +02:00
}
2023-05-09 19:42:23 +03:00
@media screen and (max-width: 1100px) {
2022-12-13 18:39:21 +02:00
.features {
2023-05-09 19:42:23 +03:00
display: inline-grid;
transform: scale(1.8, 1.8);
margin: 18%;
justify-content: center;
2022-12-13 18:39:21 +02:00
}
2022-12-20 18:21:34 +02:00
.screenshots {
2023-05-09 19:42:23 +03:00
flex-direction: column;
2022-12-20 18:21:34 +02:00
}
2022-12-13 18:39:21 +02:00
header .mobile {
display: flex;
}
header .desktop {
display: none;
}
2023-05-09 19:42:23 +03:00
.screenshots img {
transform: scale(1.5, 1.5);
2022-12-13 18:39:21 +02:00
}
2022-12-20 18:21:34 +02:00
2023-05-09 19:42:23 +03:00
body {
background-image: url("Images/backgroundVertical.png");
background-attachment: scroll;
2023-05-12 13:41:16 +03:00
}
2022-12-13 18:39:21 +02:00
}
2023-05-09 19:42:23 +03:00
.underline {
text-decoration: underline;
color: white;
2023-05-12 13:41:16 +03:00
}