csudijo/web/csudijo.css
2023-10-03 07:57:37 +02:00

64 lines
749 B
CSS

body {
line-height: 1.8;
}
nav {
font-weight: 500;
}
#fejlec {
height: 100vh;
min-height: 500px;
background-image: url('kepek/etterem.jpg');
background-repeat: no-repeat;
background-size: cover;
color: #fff;
}
h1 {
font-size: 6em;
font-weight: 300;
}
h2 {
padding-top: 10px;
font-weight: 300
}
section {
padding: 15px 15px 15px 15px;
margin-bottom: 15px;
}
a:link,
a:visited {
color: rgb(236, 236, 236);
;
}
a:hover,
a:active {
color: white;
text-decoration: none;
}
.card {
height: 100% !important;
}
.szurke-hatter {
background-color: rgb(236, 236, 236);
}
.motto {
font-size: 3em;
}
#rolunk > img {
max-width: 100%;
}
p {
font-weight: 300;
}