Skip to content

Commit fe7d9a7

Browse files
author
Adam Marsden
committed
Merge pull request AdamMarsden#1 from shanetheboland/master
fixed typos and added position values
2 parents 91d579b + 5f84899 commit fe7d9a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ If you have and addition for the CSS cheat sheet, please use the label "**Additi
55

66
If you have an idea or bug to report about the [pretty version of CSS Cheat Sheet](http://adam-marsden.co.uk/css-cheat-sheet) please add the label "**Pretty CSSCS**" to your issue.
77

8-
All additions to the CSS Cheet Sheet here on GitHub will be reproduced on the [pretty version of CSS Cheat Sheet.](http://adam-marsden.co.uk/css-cheat-sheet)
8+
All additions to the CSS Cheat Sheet here on GitHub will be reproduced on the [pretty version of CSS Cheat Sheet.](http://adam-marsden.co.uk/css-cheat-sheet)
99

1010
If your issue doesn't come under these labels go ahead and post it anyway, it all helps to improve CSS Cheat Sheet.

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A quick go to guide for CSS goodness. Checkout the [pretty version](http://adam-marsden.co.uk/css-cheat-sheet).
33

44
##Contributing
5-
If you have a bug to report about the [pretty CSS Cheat Sheet](http://adam-marsden.co.uk/css-cheat-sheet) or something to add onto the CSS Cheat Cheet follow the [contribution guidelines](https://github.com/AdamMarsden/css-cheat-sheet/blob/master/CONTRIBUTING.md).
5+
If you have a bug to report about the [pretty CSS Cheat Sheet](http://adam-marsden.co.uk/css-cheat-sheet) or something to add onto the CSS Cheat Sheet follow the [contribution guidelines](https://github.com/AdamMarsden/css-cheat-sheet/blob/master/CONTRIBUTING.md).
66

77
##CSSCS Nav
88

@@ -84,7 +84,7 @@ Font Family `font-family: 'Open Sans', sans-serif`
8484

8585
###Position
8686

87-
Position `position: static | relative | absolute`
87+
Position `position: static | relative | absolute | fixed | sticky`
8888

8989
Left Position `left: 10px | 10% | auto`
9090

0 commit comments

Comments
 (0)