1
0

Video 59: Wiring up the User Interface

This commit is contained in:
Jason Williams
2019-10-10 12:45:14 -06:00
parent 5c550efba9
commit 6d75e93eaf
3 changed files with 24 additions and 3 deletions

View File

@@ -40,3 +40,16 @@ header a {
.portrait {
width: 250px;
}
input {
border: 1px solid #CCCCCC;
padding: 8px;
}
button {
cursor: pointer;
border: 1px solid #888888;
background: #888888;
color: #FFFFFF;
padding: 8px;
}