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
.three-quarters-circle { | |
width: 0px; | |
height: 0px; | |
border-radius: 100px; | |
border: 100px solid aqua; | |
border-top-color: transparent; | |
-webkit-transform: rotate(45deg); | |
} |
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
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; |
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
<?php | |
final class UserLogin { | |
public function __construct() { | |
} | |
public static function getUserInfo() { |