All Projects → ssshooter → Creepy.CSS

ssshooter / Creepy.CSS

Licence: other
a creepy style UI

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

CreepyUI

A creepy style UI

thanks

http://www.ankokukoubou.com/

Music Atelier Amacha

main color

#af111c    

main font    

Nosifer

less -> css

lessc creepy.less creepy.css

use

font + normalize + creepy.css

<head>
  <link href="https://fonts.googleapis.com/css?family=Amatic+SC|Creepster|Nosifer|Special+Elite|Stardos+Stencil" rel="stylesheet">
  <link rel="stylesheet" href="./normalize.css">
  <link rel="stylesheet" href="./creepy.css">
</head>

jumpscare

<script src="./creepy.js"></script>
/**
 * jumpScare(url)
 * jumpScare.show(during)
 * jumpScare.loop(interval, during)
 */
let jumpScare = creepy.jumpScare('https://wx3.sinaimg.cn/mw690/686d7361ly1fsfd8dlce1j20qo0k0wnn.jpg')
document.querySelector('.js-show').addEventListener('click',()=>{
    jumpScare.show(2000)
})
document.querySelector('.js-loop').addEventListener('click',()=>{
    jumpScare.loop(4000,1000)
})

BloodyBoxInit

<div class="bloody-box">This is a BLOODY BOX.</div>
creepy.BloodyBoxInit()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].