WEB受注システム
百万石
- <div id="upper">
- <p>WEB受注システム<br><span class="big">百万石</span></p>
- </div>
- div#upper p {
- background:url("images/toon4.png") repeat;
- background-size:45%;
- text-align: center;
- font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
- line-height: 1.4;
- font-weight:bold;
- font-size: 52px;
- font-weight: bold;
- -webkit-background-clip: text;
- color:rgba(55, 55, 55, 1);
- }
- div#upper p:hover{
- filter: invert(100%);
- -webkit-text-fill-color: transparent;
- animation: anime 1s infinite steps(8);
- }
- @keyframes anime {
- from{
- background-position: 0 0;
- filter: hue-rotate(10deg) ;
- filter: invert(100%);
- }
- to {
- background-position: -800px 100px;
- filter: hue-rotate(10deg) ;
- filter: invert(100%);
- }
- }