Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaninia committed Jan 16, 2020
1 parent 4abb87d commit 4d45934
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@
</head>
<body>

<div class="container ">
<div class="row">
<div class="col-md-3 ">
<div class="input-group">
<input type="text" name="date1" id="date1" class="form-control" data-select="date">
<span class="input-group-btn">
<button class="btn btn-primary" type="button" data-toggle="select"><i class="fa fa-calendar"></i></button>
</span>
</div>
</div>
<div style="display : flex ; flex : 1 ; align-items: center ; justify-content: center ;height: 100% ;">
<div class="input-group">
<input type="text" name="date1" id="date1" class="form-control" data-select="date">
<span class="input-group-btn">
<button class="btn btn-primary" type="button" data-toggle="select"><i class="fa fa-calendar"></i></button>
</span>
</div>
</div>

Expand Down

0 comments on commit 4d45934

Please sign in to comment.