2022-06-20 15:45:48 +02:00
|
|
|
body {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
section {
|
|
|
|
display: block;
|
|
|
|
background-color: rgba(255,255,255,0.5);
|
|
|
|
width: 80vw;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
padding: 50px;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.directory-ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.directory-li {
|
|
|
|
display: block;
|
|
|
|
color: black;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 10px;
|
|
|
|
background-color: white;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.directory-li:hover {
|
|
|
|
transform: scale(1.05);
|
|
|
|
transition: 0.3s ease-out;
|
2022-06-21 13:50:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#folderTitle {
|
|
|
|
color: red;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#folderPhotos {
|
|
|
|
}
|
|
|
|
|
|
|
|
#folderAlbums {
|
|
|
|
|
2022-06-20 15:45:48 +02:00
|
|
|
}
|