Created
November 13, 2012 04:16
-
-
Save mnafricano/4063898 to your computer and use it in GitHub Desktop.
Research Skills B
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Research Skills B */ | |
@import url(http://fonts.googleapis.com/css?family=Josefin+Slab:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic); | |
@import url(http://fonts.googleapis.com/css?family=Lobster); | |
@import url(http://fonts.googleapis.com/css?family=Cutive+Mono); | |
@import url(http://fonts.googleapis.com/css?family=Ultra); | |
@import url(http://fonts.googleapis.com/css?family=Bubblegum+Sans); | |
body { | |
background-color: #77FF00; | |
font-family: 'Josefin Slab', serif; | |
} | |
em { | |
font-family: 'Lobster', serif; | |
} | |
strong { | |
font-family: 'Ultra', serif; | |
} | |
code { | |
font-family: 'Cutive Mono', serif; | |
} | |
span { | |
font-family: 'Bubblegum Sans', cursive; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> Markup </h1> | |
<p> Markup is formatting text. There are different languages of markup, the most common, yet the most complicated, is know as HTML (<b>H</b>yper<b>T</b>ext <b>M</b>arkup <b>L</b>anguage). </p> | |
<h2> Here are some examples of things you can do with HTML: </h2> | |
<p> You can make text <b>bold</b> and <i>italicized</i>, <u>underlined</u> and <s>strucktrhough</s>. </p> | |
<p> Then, you can use special tags that you can decide to customize such as...</p> | |
<p> | |
<em>Emphasis</em> | |
<strong>Strong</strong> | |
<code>Code</code> | |
& | |
<span>Span</span> | |
</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment