Simple Buttons with CSS3
This file contains 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
<!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"> |
This file contains 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
<!doctype html> | |
<html> | |
<head> | |
<!-- | |
Theme: MTheme | |
Created by : Mithicher B. | |
Twitter: @mithicher | |
Version: 1.0 | |
--> | |
<meta name="color:Background" content="#f8f8f8"> |
This file contains 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
<!doctype html> | |
<html> | |
<head> | |
<!-- | |
Theme: MLemon | |
Created by : Mithicher B. | |
Twitter: @mithicher | |
Version: 1.0 | |
--> | |
<meta name="color:Background" content="#bdc3c7"> |
This file contains 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
<!doctype html> | |
<html> | |
<head> | |
<!-- | |
Theme: MitLmn | |
Created by : Mithicher B. | |
Twitter: @mithicher | |
Version: 1.0 | |
--> | |
<meta name="color:Background" content="#fff"> |
This file contains 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
<header class="header"> | |
<div class="wrap"> | |
<h2 class="logo"><a href="#">Website Logo</a></h2> | |
<a id="menu-icon">☰ Menu</a> | |
<nav class="navbar"> | |
<ul class="menu"> |
This file contains 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
<header class="header"> | |
<div class="wrap"> | |
<h2 class="logo"><a href="#">Website Logo</a></h2> | |
<a id="menu-icon">☰ Menu</a> | |
<nav class="navbar"> | |
<ul class="menu"> |
This file contains 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
<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 --> |
This file contains 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
.pikaday-white { | |
--backgroundColor: #ffffff; | |
--textColor: #718096; | |
--currentDateTextColor: #3182ce; | |
--selectedDateBackgroundColor: #3182ce; | |
--selectedDateTextColor: #ffffff; | |
--labelTextColor: #4a5568; /* eg. May 2020 */ | |
--weekDaysTextColor: #a0aec0; /* eg. Mo Tu We ....*/ |
OlderNewer