Skip to content

Instantly share code, notes, and snippets.

@Wenhuan2516
Created January 23, 2019 21:36
Show Gist options
  • Save Wenhuan2516/8a1ae0e58993768fd5ebd7d619e2250b to your computer and use it in GitHub Desktop.
Save Wenhuan2516/8a1ae0e58993768fd5ebd7d619e2250b to your computer and use it in GitHub Desktop.
Module 03 // source https://jsbin.com/tuxutef
<!DOCTYPE html>
<html>
<head>
<title>Module 03</title>
<link rel="Stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/dancing" type="text/css"/>
<style id="jsbin-css">
body{
font-family: Helvetica, Arial, sans-serif;
color: #665544;
padding: 0 15% 0 15%
}
h1{
text-align:center;
color:blue;
font-family:'DancingScriptRegular';
font-size:400%;
}
p{
font-family: 'DancingScriptRegular';
font-weight: normal;
font-style: normal;
font-size:200%;
}
i{color: darkgreen;}
</style>
</head>
<body>
<h1>The Cottage Garden</h1>
<p>The <i>cottage garden</i> is a distinct style of garden that uses an informal design, dense plantings, and a mixture of ornamental and edible plants.</p>
<p>The Cottage Garden originated in <a href="">England</a> and its history can be traced back for centuries, although they were re-invented in 1870's England, when stylized versions were formed as a reaction to the more structured and rigorously maintained <a href="">English estate gardens</a>.</p>
<p>The earliest cottage gardens were more practical than their modern descendants, with an emphasis on vegetables and herbs, along with some fruit trees.</p>
<script id="jsbin-source-css" type="text/css">body{
font-family: Helvetica, Arial, sans-serif;
color: #665544;
padding: 0 15% 0 15%
}
h1{
text-align:center;
color:blue;
font-family:'DancingScriptRegular';
font-size:400%;
}
p{
font-family: 'DancingScriptRegular';
font-weight: normal;
font-style: normal;
font-size:200%;
}
i{color: darkgreen;}</script>
</body>
</html>
body{
font-family: Helvetica, Arial, sans-serif;
color: #665544;
padding: 0 15% 0 15%
}
h1{
text-align:center;
color:blue;
font-family:'DancingScriptRegular';
font-size:400%;
}
p{
font-family: 'DancingScriptRegular';
font-weight: normal;
font-style: normal;
font-size:200%;
}
i{color: darkgreen;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment