Elatteria-Website/E-Cafe Website/styles.css

66 lines
1.1 KiB
CSS
Raw Normal View History

2022-12-10 22:30:38 +02:00
h1.title{
font-size: 50px;
text-align: center;
}
section.description {
text-align: center;
font-size: 25px;
}
body {
background-image: url("Images/E-Cafe.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
color: white;
font-family: Helvetica, Neue, Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: rgb(42, 42, 42);
background-image: url("Images/E-CafeIcon.png");
background-repeat: no-repeat;
background-size: 5%;
background-position: center;
position: relative;
padding: 2%;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
li {
display: inline-block;
margin: 0 1% 0 0;
font-size: 40px;
}
button {
background: rgb(42, 42, 42);
color: white;
transform: scale(3, 3);
width: 80px;
margin: 7%;
text-align: center;
}
a {
text-decoration: none;
color: white;
}
a:hover {
color: blue;
}
iframe.discord {
margin-top: 20%;
display: flex;
justify-content: left;
margin-bottom: 0%;
}