Commit df488bb2 by abalsh

fixed fiat forms bug, needs alot of visual work

parent 62794efa
Showing with 17 additions and 18 deletions
...@@ -163,6 +163,3 @@ body{ ...@@ -163,6 +163,3 @@ body{
body, html{ body, html{
height: 100%; height: 100%;
} }
/* Below is for subscribe.html as it doesn't impact index.html*/
...@@ -22,50 +22,51 @@ ...@@ -22,50 +22,51 @@
<h3 class="masthead-brand">XCHANGE</h3> <h3 class="masthead-brand">XCHANGE</h3>
<nav class="nav nav-masthead justify-content-center"> <nav class="nav nav-masthead justify-content-center">
<a class="nav-link" href="index.html">Home</a> <a class="nav-link" href="index.html">Home</a>
<a class="nav-link active" href="fiat.html">Fiat</a> <a class="nav-link" href="fiat.html">Fiat</a>
<a class="nav-link" href="crypto.html">Crypto</a> <a class="nav-link active" href="crypto.html">Crypto</a>
<a class="nav-link" href="charts.html">Charts</a> <a class="nav-link" href="charts.html">Charts</a>
<a class="nav-link" href="subscribe.html">Subscribe</a> <a class="nav-link" href="subscribe.html">Subscribe</a>
</nav> </nav>
</div> </div>
</header> </header>
<br> <br> <br> <br> <br> <br>
<div class="card 1"> <div class="card">
<div class="card card 1"> <div class="card-body">
<div class="form-group"> <div class="form-group">
<label for="FormControlSelect1">Convert From</label> <label for="FormControlSelect1">Convert From</label>
<br> <br>
<select class="input--style-3" id="FormControlSelect1"> <select class="form-control" id="FormControlSelect1">
<option>USD</option> <option>USD</option>
<option>EUR</option> <option>EUR</option>
<option>GBP</option>
<option>NOK</option>
<option>SEK</option>
<option>CHF</option> <option>CHF</option>
<option>NOK</option>
<option>GBP</option>
<option>AED</option> <option>AED</option>
<option>SEK</option>
</select> </select>
</div> </div>
<input type="number" class="input--style-3 form-control-lg mx-3" value=""> <input type="number" class="form-control form-control-lg mx-3" value="">
<div class="form-group"> <div class="form-group">
<br> <br> <br> <br>
<label for="FormControlSelect1">To</label> <label for="FormControlSelect1">To</label>
<br> <br>
<select class="input--style-3" id="FormControlSelect1"> <select class="form-control" id="FormControlSelect1">
<option>USD</option> <option>USD</option>
<option>EUR</option> <option>EUR</option>
<option>GBP</option>
<option>NOK</option>
<option>SEK</option>
<option>CHF</option> <option>CHF</option>
<option>NOK</option>
<option>GBP</option>
<option>AED</option> <option>AED</option>
<option>SEK</option>
</select> </select>
</div> </div>
<input type="number" class="form-control form-control-lg mx-3" value=""> <input type="number" class="form-control form-control-lg mx-3" value="">
<br> <br> <br> <br>
<div class="p-t-10"> <div class="btn">
<button class="btn btn--pill btn--green" type="submit">Convert!</button> <button class="btn btn--pill" type="submit">Convert!</button>
</div> </div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment