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
<html> | |
<head> | |
<title>My Loved Creation - CSS3 Cloud</title> | |
<link rel="stylesheet" href="style.css"/> | |
</head> | |
<body> | |
<div id="whole_container"> | |
<div id="main_container"> | |
<div class="cloud_box"> | |
<div class="cloud_arm_01 border-radius"></div> |
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
<html> | |
<head> | |
<title>CSS3 CD Audio Box - My Loved Creation</title> | |
<link rel="stylesheet" href="style.css"/> | |
</head> | |
<body> | |
<section> | |
<div class="cd first_cd rotate_default"> | |
<div class="cd_in"></div> | |
</div> |
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> | |
<title>QDO Ventures - Pure CSS Logo</title> | |
<link rel="stylesheet" href="style.css"/> | |
<link href='http://fonts.googleapis.com/css?family=Alfa+Slab+One' rel='stylesheet' type='text/css'> | |
<meta charset="utf-8" data-count="1"> | |
</head> | |
<body> | |
<header> |
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
$(document).ready(function(){ | |
$('ol.pagination_list li').addClass('gradient'); | |
$('ol.pagination_list li').click(function(){ | |
$('li').removeClass('active'); | |
if ( $(this).hasClass("active")) { | |
$(this).removeClass("active"); | |
} | |
else { | |
$(this).addClass("active"); | |
} |
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="content_row content_row_01"> | |
<div class="breadcrumb"> | |
<ul> | |
<li><a href="#" title="Main Link" class="link">Main</a></li> | |
<li><a href="#" title="Main Link" class="link">Main Category</a></li> | |
<li><a href="#" title="Main Link" class="link">Sub Category</a></li> | |
<li><a href="#" title="Main Link" class="link">Current</a></li> | |
</ul> | |
</div> | |
</div> |
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
<section class="content"> | |
<div class="file_input_add_file box_matched"> | |
<h4>Select file from your hard drive.</h4> | |
<fieldset class="add_file"> | |
<label class=""> | |
<input type="text" placeholder="the path to your file" class="file_name_field box_matched"> | |
<span class="file_error_info">you did not select any file</span> | |
</label> | |
</fieldset> | |
<fieldset class="add_file"> |
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
<!-- | |
To change the value, change the number, | |
you may change the number of global shifts ($sft-o) and the number of its replication ($size). | |
--> | |
<!-- Usage for margins --> | |
<div class="shift_m_1 shift_m_hz-1 shift_m_vr-1"></div> | |
<!-- Usage for paddings --> | |
<div class="shift_p_1 shift_p_hz-1 shift_m_vr-1"></div> |
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
<span class="tooltip" data-tooltip="Tooltip data">Element</span> |
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> | |
<title>CSS3 Animated Buttons</title> | |
<link rel="stylesheet" href="style.css"/> | |
<link href='http://fonts.googleapis.com/css?family=Comfortaa:400,700' rel='stylesheet' type='text/css'> | |
<meta http-equiv="pragma" content="no-cache" /> | |
<meta http-equiv="cache-control" content="no-cache" /> | |
<meta http-equiv="description" content="CSS3 Animated Buttons"> | |
<!--[if gte IE 9]> |
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="bg_white-black"></div> |
OlderNewer