Skip to content

Instantly share code, notes, and snippets.

View adimancv's full-sized avatar
🏠
Working from home

Adiman Cipangwaren adimancv

🏠
Working from home
View GitHub Profile
@adimancv
adimancv / cssx.css
Created July 28, 2018 04:55
untuk style cssx.xyz
.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;
@adimancv
adimancv / a-better-fluid-responsive-table.markdown
Created June 25, 2018 04:00
A Better Fluid Responsive Table
@adimancv
adimancv / index.html
Created June 7, 2018 04:15
Responsive Table
<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>
@adimancv
adimancv / readme.md
Last active June 5, 2018 09:40
test md
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
  • @mentions, #refs, links, formatting, and tags supported
  • list syntax required (any unordered or ordered list supported)
@adimancv
adimancv / very-simple.xml
Created May 8, 2018 03:50
blogger template is very simple, just display post content only
<?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"'>
@adimancv
adimancv / disable-klik-kanan.html
Created April 24, 2018 06:27
disable klik kanan
<script language='javascript'>
<!--
//edit by adimancv.com
var message="Demo by: adimancv.com - cssx.xyz";
///////////////////////////////////
function clickIE4(){
@adimancv
adimancv / reset-blogger.html
Last active August 15, 2020 06:59
Reset Blogger Template
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html>
<html>
<head>
<title>Reset Template Blogger</title>
<b:skin><![CDATA[ ]]></b:skin>
</head>
<body>
@adimancv
adimancv / multi-step-form.html
Created April 4, 2018 09:36
Multi Step Form with Progress Bar Dengan jQuery dan CSS3
<!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">
@adimancv
adimancv / tanggal-sekarang.html
Created April 3, 2018 03:27
tanggal sekarang javascript
<!DOCTYPE html>
<html>
<head>
<style>
html {font-family: verdana}
</style>
@adimancv
adimancv / kartu-nama-css.html
Created March 28, 2018 10:35
kartu-nama-css
<!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>