Skip to content

Commit 7ba0cbf

Browse files
committed
UX Changes, make input span the container, remove center from heading
1 parent 1634fa2 commit 7ba0cbf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

assignment1/index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
</head>
1010
<body>
1111
<div class="container">
12-
<h1 class="text-center">Lunch Order</h1>
12+
<h1>Lunch Order</h1>
1313
<div ng-controller="LunchCheckController">
1414
<form>
1515
<div class="alert alert-{{noticeType}}" id="message">{{message}}</div>
16-
<br/>
1716
<div class="form-group">
1817
<label for="foodItems">Enter Food Items:</label>
19-
<input type="text" ng-model="foodItems">
18+
<input type="text" ng-model="foodItems" class="form-control" placeholder="List comma separated dishes you usually have for lunch">
2019
</div>
2120
<button class="btn btn-primary" type="submit" ng-click="checkLunchItems()">Check if too much</button>
2221
</form>

0 commit comments

Comments
 (0)