Difference between revisions of "User:Samburkeottawa"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<div class="alert alert-simple alert-primary> | <div class="alert alert-simple alert-primary> | ||
− | <p> <span class="start-icon" role="presentation" aria-hidden="true">[[File:Promotion.png|25px|middle|link=]]</span> Well done! You successfully read this important notice.</p> | + | <p> <span class="start-icon times" role="presentation" aria-hidden="true">[[File:Promotion.png|25px|middle|link=]]</span> Well done! You successfully read this important notice.</p> |
</div> | </div> | ||
Line 39: | Line 39: | ||
transition:0.5s; | transition:0.5s; | ||
} | } | ||
+ | |||
+ | |||
+ | .times | ||
+ | { | ||
+ | -webkit-animation: blink-1 2s infinite both; | ||
+ | animation: blink-1 2s infinite both; | ||
+ | } | ||
+ | |||
+ | |||
+ | @-webkit-keyframes blink-1 { | ||
+ | 0%, | ||
+ | 50%, | ||
+ | 100% { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | 25%, | ||
+ | 75% { | ||
+ | opacity: 0; | ||
+ | } | ||
+ | } | ||
+ | @keyframes blink-1 { | ||
+ | 0%, | ||
+ | 50%, | ||
+ | 100% { | ||
+ | opacity: 1; | ||
+ | } | ||
+ | 25%, | ||
+ | 75% { | ||
+ | opacity: 0; | ||
+ | } | ||
+ | } | ||
+ | |||
}} | }} |
Revision as of 09:27, 30 July 2020
Well done! You successfully read this important notice.