test-print


うわああああああああああああああああああああああ
いいいいいいいいいいいいいいいいいいいいいいいい
!!!!!!!!!!!!!!!!!!!!!!!!
回転するムエタイチャンピオン
[[module css]]
.a-button a{
text-decoration: none;
color:black;
border:gray solid 1px;
padding:5px;
display:inline-block;
background-color:#eee;
}
.a-button a:hover{
border-color:black;
background-color:#ccc;
}
.timetocolorwhite{
animation-name:anim;
animation-duration:5s;
animation-delay:(ここに時間経過で消えるまでの秒数を記述カッコは消す)s;
animation-fill-mode:forwards;
}
@keyframes timetocolorwhite{
from{
color:black;
}
to{
color:white;
}
}
[[/module]]
[[div_ class="a-button"]]
[[a href="ここに移動先のURLを記述"]]ボタンに記述される文章を記述[[/a]]
[[/div]]
[[span class="timetocolorwhite"]]
ここに時間経過で消える文章を記述
[[/span]]
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License