Skip to content
View maexen's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report maexen

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. CSS no minify CSS no minify
    1
     /* h1 tutti con con font Roboto Mono*/
    2
    h1,
    3
    h2,
    4
    h3 {
    5
      font-weight: 500;
  2. Simple page fading Simple page fading
    1
    .site-container, html, body {
    2
    	-webkit-animation: fadein 1.5s;
    3
    	-moz-animation: fadein 1.5s;
    4
    	-ms-animation: fadein 1.5s;
    5
    	-o-animation: fadein 1.5s;
  3. dynamic YouTube video gallery - Bill... dynamic YouTube video gallery - Bill Erickson
    1
    <?php
    2
    /**
    3
     * YouTube Gallery
    4
     *
    5
     * @package      CoreFunctionality
  4. CSS test minify CSS test minify
    1
    h1,h2,h3{font-weight:500;font-family:'Roboto Mono';margin:0;margin-bottom:30px;color:#141414}h1{font-size:26px}h2{font-size:23px}h3{font-size:20px}