Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
@font-face {
font-family: 'peanutbutter';
src: url('fonts/Peanut\ Butter.ttf') format('truetype'),
url('fonts/Peanut\ Butter.otf') format('opentype');
/* Add additional font formats if necessary */
font-weight: bold; /* or font-weight: bold; if it's a bold font */
font-style: normal; /* or font-style: italic; if it's an italic font */
}
@font-face {
font-family: 'coolvetica';
src: url('fonts/coolvetica\ compressed\ hv.otf') format('opentype'),
url('fonts/coolvetica\ condensed\ rg.otf') format('opentype'),
url('fonts/coolvetica\ crammed\ rg.otf') format('opentype'),
url('fonts/coolvetica\ rg\ it.otf') format('opentype'),
url('fonts/coolvetica\ rg.otf') format('opentype');
/* Add additional font formats if necessary */
font-weight: normal; /* or font-weight: bold; if it's a bold font */
font-style: normal; /* or font-style: italic; if it's an italic font */
}
body{
margin: 0px;
padding: 0px;
background-image: url(./images/achtergrond.png);
}
.navbar {
background-color: #33333350;
overflow: hidden;
}
.navbar a {
font-family: 'coolvetica', sans-serif;
font-size: 200%;
float: left;
display: block;
color: rgb(0, 0, 0);
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-weight: bold;
}
.navbar a:hover {
background-color: #ddd;
color: black;
}
.title {
font-family: 'peanutbutter', sans-serif;
font-weight: light;
font-size: 200%;
text-align: center;
margin-top: 75px;
}
.form {
max-width: 400px;
margin: auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background-color: rgba(240, 248, 255, 0.489);
}
form {
display: flex;
flex-direction: column;
}
label {
margin-bottom: 8px;
}
input,
textarea {
padding: 8px;
margin-bottom: 16px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
width: 100%;
}
button {
padding: 10px;
background-color: rgb(174, 217, 255);
color: rgb(0, 0, 0);
border: none;
border-radius: 4px;
cursor: pointer;
margin-top: 10px;
transition: background-color 1s, color 1s;
}
button:hover {
background-color: rgb(0, 123, 255);
color: rgb(255, 255, 255);
}
a{
text-decoration: none;
color: black;
}
.entries {
font-family: Arial, Helvetica, sans-serif;
font-size: 150%;
font-weight: lighter;
letter-spacing: 1px;
max-width: 900px;
margin: auto;
padding: 20px;
border: 1px solid #ccc;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.entry img{
position: relative;
max-width: 50px;
max-height: 50px;
}
ul {
list-style-type: none;
padding: 0;
}
li {
border-bottom: 1px solid #eee;
padding: 10px;
margin: 0;
}
.lijn{
border: 2px solid rgb(0, 0, 0);
}