Skip to content
View Bluxart's full-sized avatar
♠️
Focusing
♠️
Focusing

Block or report Bluxart

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. circle-cursor-js circle-cursor-js Public

    A simple JavaScript script to create an interactive circular cursor for personal projects. Lightweight and easy to integrate, it enhances the visual experience with smooth animations and a modern f…

    SCSS

  2. threejs-starter threejs-starter Public template

    Basic starter template for ThreeJS application.

    JavaScript

  3. WP-Cool-Functions WP-Cool-Functions Public

    A collection of WordPress useful functions.

    PHP 2

  4. SASS - Padding & Margin Incremental ... SASS - Padding & Margin Incremental Loop
    1
    // Vars
    2
    $properties: ("padding": "pdg", "margin": "mrg"); // Property : Class Name
    3
    $sides: (top, right, bottom, left); // Value
    4
    $increment: 36;
    5
    $unit: px;