Skip to content

Instantly share code, notes, and snippets.

@02Cetch
02Cetch / RedisStorageManager.php
Created August 24, 2023 19:48
Примеры кода
<?php
namespace App\Service\Cache;
use Symfony\Component\DependencyInjection\Attribute\Autowire;
use SymfonyBundles\RedisBundle\Redis\ClientInterface;
class RedisStorageManager
{
public const TTL_HOUR = 3600;
@02Cetch
02Cetch / hamburger menu.css
Last active April 24, 2018 16:00
left position hamburger menu
// btn menu
.btn_mnu {
top: 0;
float: right;
width: 50px;
height: 50px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
@02Cetch
02Cetch / Rain effect .css
Last active April 24, 2018 16:32
Rain effect css
.coins{
top: 0;
left: 0;
right: 0;
bottom: 0;
position: absolute;
transform: translate3d(0, 0, 0);
height: 100%;
width: 100%;
}
@02Cetch
02Cetch / button.sass
Created January 22, 2018 16:51 — forked from agragregra/button.sass
Button Sass Styles (Universal Starter)
.button
display: inline-block
border: none
color: #fff
text-decoration: none
background-color: $accent
padding: 15px 45px
font-size: 13px
text-transform: uppercase
font-weight: 600