Skip to content

Instantly share code, notes, and snippets.

@Codyzhao
Codyzhao / dabblet.css
Created September 15, 2019 02:57
Untitled
.parent {
position: relative;
width: 500px;
height: 500px;
background-color: grey;
}
.child {
position: absolute;
top: 50px;
@Codyzhao
Codyzhao / dabblet.css
Last active September 14, 2019 11:12
Untitled
body {
padding: 2em;
}
.wrapper {
display: flex;
/*
flex-direction: row;
flex-wrap: wrop;
*/
@Codyzhao
Codyzhao / dabblet.css
Last active September 14, 2019 11:00
Untitled
body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
h3 {
color: #999999;
}
h3 em {
color: black;
@Codyzhao
Codyzhao / dabblet.css
Last active September 7, 2019 09:11
Untitled
html {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
table {
border-collapse: collapse;
border: 2px solid rgb(200,200,200);
letter-spacing: 1px;
font-size: 0.8rem;
}
@Codyzhao
Codyzhao / dabblet.html
Created September 6, 2019 09:52
Untitled
<!-- content to be placed inside <body>…</body> -->
<!--
Table Header:
Purchase, Location, Date, Evaluation, cost($)
Table Footer:
Sum
-->
<h1>Table Demo</h1>
<table border="1">
@Codyzhao
Codyzhao / dabblet.css
Last active September 7, 2019 09:12
Untitled
body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
background: white;
color: #333;
font-size: 16px;
line-height: 1.2;
}
h1 {
text-align: center;
@Codyzhao
Codyzhao / dabblet.html
Last active September 6, 2019 09:45
Untitled
<!-- content to be placed inside <body>…</body> -->
<!--
form > fieldset > legend > div > label > input
Personal Detail
Email, Password, Name, Tel, Gender, Story
Address
Street, city, country
@Codyzhao
Codyzhao / dabblet.css
Last active September 3, 2019 20:56
Untitled
html {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
table {
border-collapse: collapse;
border: 2px solid rgb(200,200,200);
letter-spacing: 1px;
font-size: 0.8rem;
}
@Codyzhao
Codyzhao / dabblet.css
Last active September 5, 2019 21:45
Untitled
body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
background: white;
color: #333;
font-size: 16px;
line-height: 1.2;
}
h1 {
text-align: center;