Based on previous work by Geoff Yuen, improved with JavaScript and semantic markup. More information on my blog
A Pen by Dudley Storey on CodePen.
.DJa{ | |
background-color:#000; | |
border:1px solid #fff; | |
border-bottom:0; | |
border-top:0; | |
color:#262626; | |
cursor:pointer; | |
display:block; | |
font-size:16px; | |
font-weight:normal; |
Based on previous work by Geoff Yuen, improved with JavaScript and semantic markup. More information on my blog
A Pen by Dudley Storey on CodePen.
<h1>RWD List to Table</h1> | |
<table class="rwd-table"> | |
<tr> | |
<th>Movie Title</th> | |
<th>Genre</th> | |
<th>Year</th> | |
<th>Gross</th> | |
</tr> | |
<tr> | |
<td data-th="Movie Title">Star Wars</td> |
Nama | Website |
---|---|
Adiman | https://adimancv.com |
Content | Content in the second column any unordered |
Content2 | 2Content in the second column any unordered or |
Content | Content in the second column any unordered |
Content2 | 2Content in the second column any unordered or |
<?xml version="1.0" encoding="UTF-8" ?> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1 -strict.dtd"> | |
<html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'> | |
<head> | |
<title> | |
<b:if cond='data:blog.pageType == "index"'> | |
<data:blog.pageTitle/> | |
<b:else/> | |
<b:if cond='data:blog.pageType != "error_page"'> |
<script language='javascript'> | |
<!-- | |
//edit by adimancv.com | |
var message="Demo by: adimancv.com - cssx.xyz"; | |
/////////////////////////////////// | |
function clickIE4(){ |
<?xml version='1.0' encoding='UTF-8' ?> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Reset Template Blogger</title> | |
<b:skin><![CDATA[ ]]></b:skin> | |
</head> | |
<body> |
<!DOCTYPE html> | |
<html lang="en" > | |
<head> | |
<meta charset="UTF-8"> | |
<title>Multi Step Form with Progress Bar using jQuery and CSS3</title> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
html {font-family: verdana} | |
</style> | |
<!DOCTYPE html> | |
<html lang="en" > | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Simple Animated Gradient Border</title> | |