Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

abalsh / Garlix

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit df488bb2 authored 6 years ago by abalsh's avatar abalsh
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

fixed fiat forms bug, needs alot of visual work

parent 62794efa master … laravel
Hide whitespace changes
Inline Side-by-side
Showing with 19 additions and 20 deletions
  • css/main.css
  • fiat.html
css/main.css
View file @ df488bb2
......@@ -163,6 +163,3 @@ body{
body, html{
height: 100%;
}
/* Below is for subscribe.html as it doesn't impact index.html*/
This diff is collapsed. Click to expand it.
fiat.html
View file @ df488bb2
......@@ -22,50 +22,51 @@
<h3 class="masthead-brand">XCHANGE</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link" href="index.html">Home</a>
<a class="nav-link active" href="fiat.html">Fiat</a>
<a class="nav-link" href="crypto.html">Crypto</a>
<a class="nav-link" href="fiat.html">Fiat</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="subscribe.html">Subscribe</a>
</nav>
</div>
</header>
<br> <br> <br>
<div class="card 1">
<div class="card card 1">
<div class="card">
<div class="card-body">
<div class="form-group">
<label for="FormControlSelect1">Convert From</label>
<br>
<select class="input--style-3" id="FormControlSelect1">
<select class="form-control" id="FormControlSelect1">
<option>USD</option>
<option>EUR</option>
<option>GBP</option>
<option>NOK</option>
<option>SEK</option>
<option>CHF</option>
<option>NOK</option>
<option>GBP</option>
<option>AED</option>
</select>
</div>
<input type="number" class="input--style-3 form-control-lg mx-3" value="">
<option>SEK</option>
</select>
</div>
<input type="number" class="form-control form-control-lg mx-3" value="">
<div class="form-group">
<br> <br>
<label for="FormControlSelect1">To</label>
<br>
<select class="input--style-3" id="FormControlSelect1">
<select class="form-control" id="FormControlSelect1">
<option>USD</option>
<option>EUR</option>
<option>GBP</option>
<option>NOK</option>
<option>SEK</option>
<option>CHF</option>
<option>NOK</option>
<option>GBP</option>
<option>AED</option>
<option>SEK</option>
</select>
</div>
<input type="number" class="form-control form-control-lg mx-3" value="">
<br> <br>
<div class="p-t-10">
<button class="btn btn--pill btn--green" type="submit">Convert!</button>
<div class="btn">
<button class="btn btn--pill" type="submit">Convert!</button>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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