-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add package.json, style logged html and change button layout
- Loading branch information
1 parent
3cb8248
commit 6cb7c4e
Showing
5 changed files
with
77 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
#top, #bottom, #left, #right { | ||
background: #a5ebff; | ||
position: fixed; | ||
} | ||
#left, #right { | ||
top: 0; bottom: 0; | ||
width: 30px; | ||
} | ||
#left { left: 0; } | ||
#right { right: 0; } | ||
|
||
#top, #bottom { | ||
left: 0; right: 0; | ||
height: 30px; | ||
} | ||
#top { top: 0; } | ||
#bottom { bottom: 0; } | ||
|
||
p { | ||
text-align: center; | ||
font-size: 1.5em; | ||
} | ||
.container { | ||
padding: 1em; | ||
} | ||
|
||
.success-svg { | ||
padding: 2em; | ||
} | ||
|
||
.home { | ||
padding: .1em .3em; | ||
border-radius: .2em; | ||
background: #6dd2a6; | ||
box-shadow: .1em .1em .05em #369081; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "herewithyou", | ||
"version": "1.0.0", | ||
"description": "a friendly food diary", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/yvonne-liu/annafreud-app.git" | ||
}, | ||
"author": "yvonne lucy and maja", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/yvonne-liu/annafreud-app/issues" | ||
}, | ||
"homepage": "https://github.com/yvonne-liu/annafreud-app#readme" | ||
} |