Skip to content

Instantly share code, notes, and snippets.

View jdzcn's full-sized avatar

Songbin jdzcn

View GitHub Profile
We couldn’t find that file to show.
@jdzcn
jdzcn / agreement.html
Created February 22, 2021 11:13
html:order agreement
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>订货协议</title>
<style>
* {
box-sizing: border-box;
}
body{
@jdzcn
jdzcn / default.html
Created February 23, 2021 03:12
html:default
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="">
<title>Document</title>
</head>
<body>
@jdzcn
jdzcn / house.html
Created February 23, 2021 11:27
html:house agreement
<!doctype html>
<html>
<head>
<meta charset='UTF-8'><meta name='viewport' content='width=device-width initial-scale=1'>
<title>house</title>
<style>
* {box-sizing: border-box;}
table {
width: 100%;
border-collapse:collapse;
@jdzcn
jdzcn / gist:816d49cb91c77d26c120fb9ffc49433a
Last active February 23, 2021 12:47
html:default-columns
We couldn’t find that file to show.
We couldn’t find that file to show.
@jdzcn
jdzcn / default.css
Created February 23, 2021 12:48
css:default
html {
font-size: 1.2em;
background-color:gray;
}
body {
font-family: "Open Sans","Clear Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: rgb(51, 51, 51);
line-height: 1.6;
background-color:white;
@jdzcn
jdzcn / topnav.css
Created February 23, 2021 12:48
css:topnav
/* 导航条 */
nav {
overflow: hidden;
background-color: #333;
}
/* 导航条链接 */
nav a {
float: left;
display: block;
@jdzcn
jdzcn / table.css
Created February 23, 2021 12:49
css:table
table {
padding: 0;
word-break: initial;
margin: 0.8em 0;
border-collapse:collapse;
}
table tr {
border-top: 1px solid #dfe2e5;
margin: 0;
@jdzcn
jdzcn / dropmenu.css
Created February 23, 2021 12:49
css:dropmenu
.dropdown {
position: relative;
display: inline-block;
float:right;
cursor:pointer;
}
.dropdown-content {
display: none;