Sitepoint demo app for learning to use Sinatra
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
h1.logo{ font-family: helvetica,arial,sans-serif; font-size: 24px; color: black; padding: 64px 0 0; margin: 0 auto; text-transform: uppercase; text-align: center; font-weight: normal; letter-spacing: 0.3em; background: transparent url(/logo.png) 50% 0 no-repeat; } .completed{ text-decoration: line-through; } .tasks{ padding:0; list-style:none; } .task{ position:relative; padding:2px 0 2px 28px; border-bottom: dotted 1px #ccc; } form.update{ position:absolute; bottom:2px; left:0; } form.update input{ background:white; color:gray; padding:0 2px; border:none; cursor:pointer; } .tasks li.completed form.update input{ color:#47FD6B; } form.delete{ display:inline; } form.delete input{ background:none; cursor:pointer; border:none; } .lists{ padding:0; list-style:none; overflow:hidden; } .list{ float: left; width:23%; margin:0 1%; border-top:solid 5px #ccc; }
|