remove ripple

This commit is contained in:
Alicia
2019-02-23 17:23:22 +00:00
parent 1538ba4840
commit d0dffb45de
18 changed files with 119 additions and 85 deletions

View File

@@ -24,6 +24,24 @@
padding-bottom: 10px;
}
}
.owner
{
-webkit-animation: rainbow 2s infinite;
-ms-animation: rainbow 2s infinite;
animation: rainbow 2s infinite;
}
.dev
{
color: SpringGreen;
text-shadow:
-1px -1px 0 #006400,
1px -1px 0 #006400,
-1px 1px 0 #006400,
1px 1px 0 #006400;
}
@media (min-width: 700px) {
.huge.heading {
height: 175px;