You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
2.0 KiB

body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
line-height: 1.6;
color: #333;
background-color: #f9f9f9;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
padding: 20px;
background: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
header {
text-align: center;
padding: 10px 0;
background-image: url('https://www.lightq.cz/data/MMA/336/f17671_2_1-cortezblueseamless_650x400.jpg');
background-size: cover;
background-position: center;
}
header h1 {
margin: 0;
font-size: 2.5em;
color: #444;
}
header .website {
font-size: 1.2em;
color: #007bff;
text-decoration: none;
}
header .website:hover {
text-decoration: underline;
}
section {
margin: 20px 0;
}
section h2 {
color: #007bff;
padding-bottom: 5px;
margin-bottom: 15px;
}
section ul {
list-style-type: none;
padding: 0;
}
section ul li {
margin-bottom: 10px;
}
section ul ul {
margin-left: 20px;
list-style-type: disc;
}
footer {
text-align: center;
margin: 20px 0;
}
footer .website {
font-size: 1.2em;
color: #007bff;
text-decoration: none;
}
footer .website:hover {
text-decoration: underline;
}
.full-screen-bg {
background-image: url('img/img-000.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 100vh; /* Full viewport height */
display: flex;
align-items: flex-start;
justify-content: center;
text-align: center;
text-shadow: 2px 2px 4px rgba(212, 212, 212, 0.7); /* Add text shadow */
padding-top: 20vh; /* Add spacing from the top */
}
.blue-text {
color: blue;
margin-top: 20px; /* Add spacing from the previous element */
}
.text-box {
background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
color: white;
padding: 20px;
border-radius: 10px;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* Add text shadow */
}