This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .multiselect { | |
| width: 400px; | |
| padding: 10px; | |
| margin: auto; | |
| } | |
| .selectBox { | |
| position: relative; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .multiselect { | |
| width: 400px; | |
| padding: 10px; | |
| margin: auto; | |
| } | |
| .selectBox { | |
| position: relative; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .multiselect { | |
| width: 400px; | |
| padding: 10px; | |
| margin: auto; | |
| } | |
| .selectBox { | |
| position: relative; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| background: linear-gradient(25deg, #013467, #044689, #0052a5, #cc172a, #960c1a, #650912); | |
| background-size: 1200% 1200%; | |
| -webkit-animation: USflagintense 18s ease infinite; | |
| -moz-animation: USflagintense 18s ease infinite; | |
| -o-animation: USflagintense 18s ease infinite; | |
| animation: USflagintense 18s ease infinite; | |
| @-webkit-keyframes USflagintense { | |
| 0%{background-position:70% 0%} | |
| 50%{background-position:31% 100%} | |
| 100%{background-position:70% 0%} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| background: linear-gradient(164deg, #0052a5, #06305a, #e0162b); | |
| background-size: 600% 600%; | |
| -webkit-animation: AnimationName 18s ease infinite; | |
| -moz-animation: AnimationName 18s ease infinite; | |
| -o-animation: AnimationName 18s ease infinite; | |
| animation: AnimationName 18s ease infinite; | |
| @-webkit-keyframes AnimationName { | |
| 0%{background-position:0% 50%} | |
| 50%{background-position:100% 51%} |