Katelyn & Lou Said I Do!
July 23, 2022
Thank you for celebrating with us!
.htmlcontainer {
position: relative;
width: 100%;
}
.image {
opacity: 1;
display: block;
width: 100%;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}
.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.htmlcontainer:hover .image {
opacity: 0.3;
}
.htmlcontainer:hover .middle {
opacity: 1;
}
.text {
color: #6d829d;
font-family: mountains of christmas;
font-size: 48px;
padding: 16px 32px;
}
.text a:link {
color: #4E5368;
}
.text a:visited {
color: #137d79;
}
.text a:hover {
color: #7ba0c0;
}
.text a:active {
color: #7ba0c0;
}






























