mirror of
https://github.com/sstent/node.git
synced 2026-01-26 07:02:31 +00:00
first post
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user