Skip to content

Commit

Permalink
New Update via CodeSandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
zoelabbb committed May 4, 2022
1 parent fa544ce commit 861216f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
}
body {
height: 100vh;
background: #066acd;
background-color: #fbab7e;
background-image: linear-gradient(62deg, #fbab7e 0%, #f7ce68 100%);
}
.container {
width: 40%;
Expand Down
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "static",
"name": "to-do-list-using-javascript",
"version": "1.0.0",
"description": "This is a static template with no bundling",
"description": "",
"main": "index.html",
"scripts": {
"start": "serve",
Expand All @@ -11,11 +11,7 @@
"type": "git",
"url": "git+https://github.com/codesandbox-app/static-template.git"
},
"keywords": [
"static",
"template",
"codesandbox"
],
"keywords": [],
"author": "Ives van Hoorne",
"license": "MIT",
"bugs": {
Expand All @@ -25,4 +21,4 @@
"devDependencies": {
"serve": "^11.2.0"
}
}
}

0 comments on commit 861216f

Please sign in to comment.