December 2013
Beginner to intermediate
222 pages
5h 13m
English
Here are some style rules that we have added to TekDays/web-app/css/main.css. Please copy these to your project to make it easier to follow along with the project in the book.
| | /*Dashboard*/ |
| | .dashItem { |
| | margin: 10px; |
| | } |
| | #eventBlurb { |
| | width: 100%; |
| | height: 60px; |
| | } |
| | #dashHeader { |
| | text-align: center; |
| | } |
| | |
| | /*Index*/ |
| | #homeSearch { |
| | margin-left: 30%; |
| | margin-top: 25px; |
| | width: 40%; |
| | } |
| | #homeSearch label { |
| | font-weight: bold; |
| | } |
| | #welcome { |
| | margin-left: 25px; |
| | width: 85%; |
| | } |
| | |
| | .homeCell { |
| | margin-left: 25px; |
| | margin-top: 65px; |
| | width: 85%; |
| | } |
| | .homeCell .buttons { |
| | width: 180px; |
| | text-align: center; |
| | float: right; |
| | margin-right: 30px; |
| | margin-bottom: 30px; |
| | } |
| | |
| | h3, li { |
| | margin-bottom: ... |
Read now
Unlock full access