mirror of
https://github.com/sstent/node.git
synced 2026-01-25 14:42:00 +00:00
first post
This commit is contained in:
BIN
ninja-store/public/images/logo.png
Normal file
BIN
ninja-store/public/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
25
ninja-store/public/stylesheets/style.css
Normal file
25
ninja-store/public/stylesheets/style.css
Normal file
@@ -0,0 +1,25 @@
|
||||
body {
|
||||
padding: 50px;
|
||||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
|
||||
background: #ccc;
|
||||
}
|
||||
a {
|
||||
color: #0069ff;
|
||||
}
|
||||
#container {
|
||||
width: 450px;
|
||||
margin: 0 auto;
|
||||
padding: 40px 20px;
|
||||
background: #fff;
|
||||
box-shadow: 1px 3px 3px #333;
|
||||
border-radius: 5px;
|
||||
}
|
||||
#logo {
|
||||
text-align: center;
|
||||
}
|
||||
#display {
|
||||
margin: 20px 0 50px;
|
||||
}
|
||||
#userbar {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
24
ninja-store/public/stylesheets/style.styl
Normal file
24
ninja-store/public/stylesheets/style.styl
Normal file
@@ -0,0 +1,24 @@
|
||||
body
|
||||
padding: 50px
|
||||
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif
|
||||
background: #ccc
|
||||
|
||||
a
|
||||
color: #0069FF
|
||||
|
||||
#container
|
||||
width: 450px
|
||||
margin: 0 auto
|
||||
padding: 40px 20px
|
||||
background: #fff
|
||||
box-shadow: 1px 3px 3px #333
|
||||
border-radius: 5px
|
||||
|
||||
#logo
|
||||
text-align: center
|
||||
|
||||
#display
|
||||
margin: 20px 0 50px
|
||||
|
||||
#userbar
|
||||
margin-bottom: 10px
|
||||
Reference in New Issue
Block a user