Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
abalsh
/
Garlix
This project
Loading...
Sign in
Toggle navigation
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
cb8c340f
authored
6 years ago
by
abalsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
currencies
parent
691dfcad
master
…
laravel
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
18 deletions
crypto.html
css/fiatcrypto.css
fiat.html
crypto.html
View file @
cb8c340f
...
...
@@ -13,6 +13,7 @@
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity=
"sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin=
"anonymous"
></script>
<!-- Main Custom styles for the website -->
<link
href=
"css\main.css"
rel=
"stylesheet"
>
<link
href=
"css\fiatcrypto.css"
rel=
"stylesheet"
>
</head>
<body
class=
"text-center"
background=
"img\background.jpg"
>
<div
class=
"cover-container d-flex w-100 h-100 p-3 mx-auto flex-column"
>
...
...
@@ -32,8 +33,8 @@
<br>
<br>
<br>
<div
class=
"card"
>
<div
class=
"card-body"
>
<
div
class=
"form-group"
>
<label
for=
"FormControlSelect1"
>
Convert From
</label
>
<
label
for=
"FormControlSelect1"
>
Convert From
</label
>
<div
class=
"input-group"
>
<br>
<select
class=
"form-control"
id=
"FormControlSelect1"
>
<option>
BTC
</option>
...
...
@@ -46,10 +47,9 @@
</select>
</div>
<input
type=
"number"
class=
"form-control form-control-lg mx-3"
value=
""
>
<div
class=
"form-group"
>
<label
for=
"FormControlSelect1"
>
To
</label>
<div
class=
"input-group"
>
<br>
<br>
<label
for=
"FormControlSelect1"
>
To
</label>
<br>
<select
class=
"form-control"
id=
"FormControlSelect1"
>
<option>
BTC
</option>
<option>
ETH
</option>
...
...
This diff is collapsed.
Click to expand it.
css/fiatcrypto.css
0 → 100644
View file @
cb8c340f
input
{
outline
:
none
;
margin
:
0
;
border
:
none
;
-webkit-box-shadow
:
none
;
-moz-box-shadow
:
none
;
box-shadow
:
none
;
width
:
100%
;
font-size
:
14px
;
font-family
:
inherit
;
}
/* Spacing between forms*/
.input-group
{
position
:
relative
;
margin-bottom
:
33px
;
border-bottom
:
1px
solid
rgba
(
255
,
255
,
255
,
0.2
);
padding
:
5px
0
;
font-size
:
16px
;
color
:
#ccc
;
background
:
transparent
;
border
:
1px
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
fiat.html
View file @
cb8c340f
...
...
@@ -13,6 +13,7 @@
<script
src=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity=
"sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin=
"anonymous"
></script>
<!-- Main Custom styles for the website -->
<link
href=
"css\main.css"
rel=
"stylesheet"
>
<link
href=
"css\fiatcrypto.css"
rel=
"stylesheet"
>
</head>
<body
class=
"text-center"
background=
"img\background.jpg"
>
<div
class=
"cover-container d-flex w-100 h-100 p-3 mx-auto flex-column"
>
...
...
@@ -32,19 +33,16 @@
<br>
<br>
<br>
<div
class=
"card"
>
<div
class=
"card-body"
>
<div
class=
"form-group"
>
<label
for=
"FormControlSelect1"
>
Convert From
</label>
<br>
<select
class=
"form-control"
id=
"FormControlSelect1"
>
<option>
USD
</option>
<option>
EUR
</option>
<option>
CHF
</option>
<option>
NOK
</option>
<option>
GBP
</option>
<option>
AED
</option>
<option>
SEK
</option>
</select>
</div>
<select
class=
"mdb-select md-form"
>
<option
value=
""
disabled
selected
>
Choose your option
</option>
<option>
USD
</option>
<option>
EUR
</option>
<option>
CHF
</option>
<option>
NOK
</option>
<option>
GBP
</option>
<option>
AED
</option>
<option>
SEK
</option>
</select>
<input
type=
"number"
class=
"form-control form-control-lg mx-3"
value=
""
>
<div
class=
"form-group"
>
<br>
<br>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment