Giter Club home page Giter Club logo

Comments (2)

Reyza818 avatar Reyza818 commented on August 9, 2024

http://fonts.googleapis.com/css?family=Gravitas+One&text=1234567

from jquery-jslots.

Reyza818 avatar Reyza818 commented on August 9, 2024
<title>jSlots Slot Machine - Matthew Lein</title> <style type="text/css"> ul { padding: 0; margin: 0; list-style: none; } .jSlots-wrapper { overflow: hidden; height: 20px; display: inline-block; /* to size correctly, can use float too, or width*/ border: 1px solid #999; } .slot { float: left; } input[type="button"] { display: block; } /* --------------------------------------------------------------------- FANCY EXAMPLE --------------------------------------------------------------------- */ .fancy .jSlots-wrapper { overflow: hidden; height: 100px; display: inline-block; /* to size correctly, can use float too, or width*/ border: 1px solid #999; } .fancy .slot li { width: 100px; line-height: 100px; text-align: center; font-size: 70px; font-weight: bold; color: #fff; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8); font-family: 'Gravitas One', serif; border-left: 1px solid #999; } .fancy .slot:first-child li { border-left: none; } .fancy .slot li:nth-child(7) { background-color: #FFCE29; } .fancy .slot li:nth-child(6) { background-color: #FFA22B; } .fancy .slot li:nth-child(5) { background-color: #FF8645; } .fancy .slot li:nth-child(4) { background-color: #FF6D3F; } .fancy .slot li:nth-child(3) { background-color: #FF494C; } .fancy .slot li:nth-child(2) { background-color: #FF3333; } .fancy .slot li:nth-child(1), .fancy .slot li:nth-child(8) { background-color: #FF0000; } .fancy .slot li span { display: block; } /* --------------------------------------------------------------------- ANIMATIONS --------------------------------------------------------------------- */ @-webkit-keyframes winner { 0%, 50%, 100% { -webkit-transform: rotate(0deg); font-size:70px; color: #fff; } 25% { -webkit-transform: rotate(20deg); font-size:90px; color: #FF16D8; } 75% { -webkit-transform: rotate(-20deg); font-size:90px; color: #FF16D8; } } @-moz-keyframes winner {

from jquery-jslots.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.