Skip to content

Instantly share code, notes, and snippets.

View tutweb's full-sized avatar

Tutorial Web Design tutweb

  • Tutweb
  • Indonesia
View GitHub Profile
@tutweb
tutweb / disable-link-css.html
Created February 12, 2013 14:54
Disable link using css
@tutweb
tutweb / CSS-Center-element.html
Created January 26, 2013 16:20
Centering an element with css
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Position Center</title>
<style>
.container{
border:20px solid rgba(0,0,0,.5);
width: 400px;
height: 200px;
@tutweb
tutweb / html5-starter-template.html
Created January 24, 2013 17:29
html5 starter template
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML5 Starter Template</title>
</head>
<body>
<header>
<hgroup>