mirror of
https://github.com/necolas/normalize.css.git
synced 2024-12-25 15:14:19 +00:00
Improve copy. Adjust alignment. Add tweet button.
This commit is contained in:
parent
51ebf3080c
commit
437fb958fa
17
index.html
17
index.html
@ -40,15 +40,20 @@
|
||||
<p>Chrome, Firefox 3+, Safari 4+, Opera 10+, Internet Explorer 6+</p>
|
||||
|
||||
<h2>Source code</h2>
|
||||
<p>Get the source code on GitHub: <a href="http://github.com/necolas/normalize.css">necolas/normalize.css</a>, or download it in either <a href="http://github.com/necolas/normalize.css/zipball/master">zip</a> or <a href="http://github.com/necolas/normalize.css/tarball/master">tar</a> formats.</p>
|
||||
<p>You can also clone the project with <a href="http://git-scm.com">Git</a> by running: <pre>$ git clone git://github.com/necolas/normalize.css</pre></p>
|
||||
|
||||
<p>Available on GitHub: <a href="http://github.com/necolas/normalize.css">necolas/normalize.css</a></p>
|
||||
<p>Download it in either <a href="http://github.com/necolas/normalize.css/zipball/master">zip</a> or <a href="http://github.com/necolas/normalize.css/tarball/master">tar</a> formats.</p>
|
||||
<p>Clone the project with <a href="http://git-scm.com">Git</a> by running:</p>
|
||||
<pre>$ git clone git://github.com/necolas/normalize.css</pre>
|
||||
|
||||
<h2>Acknowledgements</h2>
|
||||
<p>Normalize.css is a project by Jonathan Neal and Nicolas Gallagher. Our branches have diverged somewhat and I recommend that you also have a look at <a href="https://github.com/jonathantneal/normalize.css">Jonathan's normalize.css branch</a>.</p>
|
||||
<p>Detailed information on default UA styles can be found at <a href="http://iecss.com">IECSS.com - Internet Explorer User Agent Style Sheets</a> and <a href="http://css-class.com/test/css/defaults/UA-style-sheet-defaults.htm">CSS2.1 User Agent Style Sheet Defaults</a></p>
|
||||
<p>Normalize.css is a project by Jonathan Neal and Nicolas Gallagher. Our branches have diverged and I recommend that you also have a look at <a href="https://github.com/jonathantneal/normalize.css">Jonathan's normalize.css branch</a>.</p>
|
||||
<p>Detailed information on default UA styles: <a href="http://iecss.com">Internet Explorer User Agent Style Sheets</a> and <a href="http://css-class.com/test/css/defaults/UA-style-sheet-defaults.htm">CSS2.1 User Agent Style Sheet Defaults</a></p>
|
||||
|
||||
<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="necolas" data-related="jon_neal">Tweet</a>
|
||||
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
|
||||
|
||||
<div class="footer">
|
||||
<p>Made by <a href="http://nicolasgallagher.com">Nicolas Gallagher</a> and <a href="http://twitter.com/jon_neal">Jonathan Neal</a>.</p>
|
||||
<p>A project by <a href="http://nicolasgallagher.com">Nicolas Gallagher</a> and <a href="http://twitter.com/jon_neal">Jonathan Neal</a>.</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
16
style.css
16
style.css
@ -47,6 +47,7 @@ strong {
|
||||
pre {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
margin: 1em 0;
|
||||
font-family: consolas, monospace, monospace;
|
||||
font-size: 1em;
|
||||
color: #fff;
|
||||
@ -69,14 +70,17 @@ li {
|
||||
h1 {
|
||||
margin: 0.5em 0;
|
||||
font-size: 3.5em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 1em 0 0.75em;
|
||||
margin: 1.25em 0 0.75em;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
|
||||
/* structure */
|
||||
|
||||
.fork img {
|
||||
@ -86,8 +90,7 @@ h2 {
|
||||
}
|
||||
|
||||
.demo {
|
||||
margin:2em 0 4em;
|
||||
text-align: center;
|
||||
margin:1em 0 4em;
|
||||
}
|
||||
|
||||
.demo p {
|
||||
@ -136,7 +139,12 @@ h2 {
|
||||
background: #569107;
|
||||
}
|
||||
|
||||
.twitter-share-button {
|
||||
margin: 20px 0 0;
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding: 10px 0 0;
|
||||
border-top: 1px solid #ccc;
|
||||
margin: 3em 0 0;
|
||||
font-size: 13px;
|
||||
|
Loading…
Reference in New Issue
Block a user