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; } .photo { display: inline-block; height: 100px; } .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; } #folderTitle { color: red; font-weight: bold; } #folderPhotos { } #folderAlbums { }