HTML and CSS Reference
In-Depth Information
margin: 5px;
}
#task-listview {
background-color: #daf5f7;
height: 440px;
}
.listitem {
color: #eee;
padding: 4px;
background-color: #00f;
width: 280px;
}
#task-editor {
float: left;
margin-top: 48px;
}
#buttonCancel-container {
text-align: right;
}
#editor-container {
display: none;
}
Figure 10-8 shows the new user interface that you created.
FIGURE 10-8 The new user interface of TodoList.
Search WWH ::




Custom Search