Skip to content

Instantly share code, notes, and snippets.

@junxi
junxi / css-three-quarters-circle.css
Last active November 1, 2018 11:34
Pure css three quarters circle
.three-quarters-circle {
width: 0px;
height: 0px;
border-radius: 100px;
border: 100px solid aqua;
border-top-color: transparent;
-webkit-transform: rotate(45deg);
}
@junxi
junxi / checkboxslider.css
Created October 23, 2013 08:58 — forked from madpilot/checkboxslider.css
A iOS like checkbox CSS.
input[type=checkbox] {
border: 1px solid #686868;
height: 27px;
width: 79px;
-webkit-appearance: none;
-webkit-border-radius: 13px;
background-image: url(/blog/wp-content/uploads/2011/12/checkbox-background.png);
background-position: -52px 0;
background-repeat: no-repeat;
-webkit-animation-timing-function: ease-in-out;
@junxi
junxi / login.php
Created October 11, 2013 13:44
Process of logging in,
<?php
final class UserLogin {
public function __construct() {
}
public static function getUserInfo() {