/* IDEAS
GO GO GO GROUP CATS
EVELINE JAN JUAN
ONE SPECIFIC WEBSITE
instagram.com
showing alt text instead of the image on instagram
*/
/*
*{
font-family: times-new-roman;
font-size: 1rem;
border-style: solid;
border-width: 5px;
border-color: red;
}
img {
transform: scale(10, 10);
}
img {
animation: flicker 3s infinite;
}
@keyframes flicker {
0%, 100% {
filter: none;
}
50% {
filter: invert(1);
}
}
.group {
display: block;
}
* {
- border-style: ridge;
- border-color: white;
- border-width: 1px;
}
p {
margin-top: -10px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}
*/
.alt-text {
font-family: cursive;
line-height: 1.3;
text-align: center;
background-color: white;
font-size: 2em;
color: black;
padding: 20px;
}
.alt-text ~ a {
}
a {
height: auto;
}