Skip to content

Instantly share code, notes, and snippets.

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

web500 web500

🏠
Working from home
View GitHub Profile
@web500
web500 / 2013-01_css
Last active December 10, 2015 18:28
ウェブカツ!裏(2013-01月号)
/* 画面全体 */
body{
background-color: #ffffff;
text-align: left;
margin: 0px;
padding: 0px;
}
/* 全体を包む枠 */
div#wrap{
width: 100%;
@web500
web500 / 2012-12_css
Last active December 10, 2015 18:28
ウェブカツ!裏(2012-12月号)
/* 画面全体 */
body{
background-color: #ffffff;
text-align: left;
margin: 0px;
padding: 0px;
}
/* 全体を包む枠 */
div#wrap{
width: 100%;
@web500
web500 / 2012-10_css
Created October 8, 2012 14:29
ウェブカツ!裏(2012-10月号)
/* 画面全体 */
body{
background-color: #ffffff;
text-align: left;
margin: 0px;
padding: 0px;
}
/* 全体を包む枠 */
div#wrap{
width: 100%;
@web500
web500 / 2012-09_css
Created October 4, 2012 17:31
ウェブカツ!裏(2012-09月号)
/* 画面全体 */
body{
background-color: #ffffff;
text-align: left;
margin: 0px;
padding: 0px;
}
/* 全体を包む枠 */
div#wrap{
width: 100%;
@web500
web500 / 2012-08_css
Created August 3, 2012 05:36
ウェブカツ!裏(2012-08月号)
/* 画面全体 */
body{
background-color: #ffffff;
text-align: left;
margin: 0px;
padding: 0px;
}
/* 全体を包む枠 */
div#wrap{
width: 100%;
@web500
web500 / 2012-06_css
Created June 12, 2012 16:31
ウェブカツ!裏(2012-06月号)
/* 画面全体 */
body{
background-color: #ffffff;
text-align: left;
margin: 0px;
padding: 0px;
}
/* 全体を包む枠 */
div#wrap{
width: 100%;
@web500
web500 / 2012-05_css
Created June 5, 2012 07:27
ウェブカツ!裏(2012-05月号)
/********* 画面全体 *********/
body{
background-color: #ffffff;
text-align: left;
margin: 0px;
padding: 0px;
}
/********* 全体を包む枠 *********/
div#wrap{
width: 100%;
@web500
web500 / index.html
Created February 29, 2012 06:09 — forked from cherenkov/index.html
Featured Content Slider Using jQuery UI に関する質問です。 h.. - 人力検索はてな http://q.hatena.ne.jp/1330341441
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Featured Content Slider Using jQuery - Web Developer Plus Demos</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js" ></script>
<script type="text/javascript">
$(document).ready(function(){