Skip to content

Commit 2274911

Browse files
author
Josiah Nunemaker
committed
Merge with develop
2 parents 742c2ba + 842c5d0 commit 2274911

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ Then get the files from the `dist/` and put them in your project and link 'em up
5858

5959
### HTML Structure
6060

61-
```
61+
```html
6262
<div class="parabox-container">
63-
<div class="parabox">
64-
<h1 class="parabox-shift">Hey there! I seem to stand out.</h1>
65-
<p>This content appears flat against the card</p>
66-
</div>
63+
<div class="parabox">
64+
<h1 class="parabox-shift">Hey there! I seem to stand out.</h1>
65+
<p>This content appears flat against the card</p>
6766
</div>
67+
</div>
6868
```
6969

7070
Each parabox needs to be inside a container with a [perspective](https://developer.mozilla.org/en-US/docs/Web/CSS/perspective). The `parabox-container` class does this, and is provided for convenience, but is not necessary if another parent has a perspective.
@@ -134,5 +134,5 @@ npm run dev
134134
Pull requests welcome :)
135135

136136
## License
137-
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for more details/
137+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/JosNun/parabox.js/blob/master/License) file for more details.
138138

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "parabox.js",
3+
<<<<<<< HEAD
34
"version": "2.0.1",
5+
=======
6+
"version": "2.0.2",
7+
>>>>>>> develop
48
"description": "A parallax library to fluff your flat elements",
59
"keywords": [
610
"paralax",

0 commit comments

Comments
 (0)