Skip to content

Instantly share code, notes, and snippets.

View mithicher's full-sized avatar

Mithicher mithicher

View GitHub Profile
@mithicher
mithicher / flatr.html
Last active December 22, 2015 05:08
A simple Tumblr theme-Flatr
<!DOCTYPE html>
<html>
<head>
<!--
Theme: Flatr
Created by : Mithicher B.
Version: 1.0
-->
<meta name="color:Background" content="#bdc3c7">
<meta name="color:Body links" content="#615151">
@mithicher
mithicher / mtheme.html
Created September 6, 2013 17:18
A simple responsive tumblr theme based on lemonade grid by Joe Richardson.
<!doctype html>
<html>
<head>
<!--
Theme: MTheme
Created by : Mithicher B.
Twitter: @mithicher
Version: 1.0
-->
<meta name="color:Background" content="#f8f8f8">
@mithicher
mithicher / mlemon.html
Created September 17, 2013 13:56
A simple Tumblr template based on Lemonade Grid.
<!doctype html>
<html>
<head>
<!--
Theme: MLemon
Created by : Mithicher B.
Twitter: @mithicher
Version: 1.0
-->
<meta name="color:Background" content="#bdc3c7">
@mithicher
mithicher / MitLmn.html
Last active December 23, 2015 06:39
Another responsive Tumblr Theme built on Lemonade Grid. It includes social integration-twitter, facebook, Disqus and RSS
<!doctype html>
<html>
<head>
<!--
Theme: MitLmn
Created by : Mithicher B.
Twitter: @mithicher
Version: 1.0
-->
<meta name="color:Background" content="#fff">
@mithicher
mithicher / index.html
Created May 9, 2014 07:38
A Pen by Mithicher.
<header class="header">
<div class="wrap">
<h2 class="logo"><a href="#">Website Logo</a></h2>
<a id="menu-icon">&#9776; Menu</a>
<nav class="navbar">
<ul class="menu">
@mithicher
mithicher / index.html
Created May 9, 2014 07:39
A Pen by Mithicher.
<header class="header">
<div class="wrap">
<h2 class="logo"><a href="#">Website Logo</a></h2>
<a id="menu-icon">&#9776; Menu</a>
<nav class="navbar">
<ul class="menu">
@mithicher
mithicher / index.html
Created June 7, 2014 16:07
A Pen by Mithicher.
<div class="wrap">
<h1>Created by <a href="https://twitter.com/mithicher">@mithicher</a></h1>
<h2>Alert Box Without Radius</h2>
<!-- Red Color -->
<div class="alert alert-error">
Some dummy text here...
</div>
<!-- Greeb=n Color -->

Creating Testimonals With CSS3

Here I am making a simple testimonal snippets using HTML5 & CSS3 that can be used in portfolio website projects.

A Pen by Mithicher on CodePen.

License.

@mithicher
mithicher / pikaday-white.css
Created May 22, 2020 14:10
Pikaday Theme - White version
.pikaday-white {
--backgroundColor: #ffffff;
--textColor: #718096;
--currentDateTextColor: #3182ce;
--selectedDateBackgroundColor: #3182ce;
--selectedDateTextColor: #ffffff;
--labelTextColor: #4a5568; /* eg. May 2020 */
--weekDaysTextColor: #a0aec0; /* eg. Mo Tu We ....*/