fixing front page
This commit is contained in:
parent
692361c5c8
commit
56b157bf89
2 changed files with 8 additions and 8 deletions
|
|
@ -92,14 +92,14 @@ a:active {
|
|||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
}
|
||||
h1 {
|
||||
img {
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
font-size: 3em;
|
||||
height: 10vh;
|
||||
// text-shadow: .05em .05em rgba(31, 31, 31, 0.5), -.05em -.05em rgba(224, 224, 224, 0.5);
|
||||
-moz-animation: fontmovement 10s linear infinite; /* Safari 4.0 - 8.0 */
|
||||
-webkit-animation: fontmovement 10s linear infinite; /* Safari 4.0 - 8.0 */
|
||||
animation: fontmovement 10s linear infinite;
|
||||
-moz-animation: fontmovement 5s linear infinite; /* Safari 4.0 - 8.0 */
|
||||
-webkit-animation: fontmovement 5s linear infinite; /* Safari 4.0 - 8.0 */
|
||||
animation: fontmovement 5s linear infinite;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue