File tree Expand file tree Collapse file tree 7 files changed +21
-8
lines changed
Expand file tree Collapse file tree 7 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 4444 background-size : cover;
4545 background-repeat : no-repeat;
4646}
47- @media screen and (min-width : 800px ) {
48- .contain-login {
49- height : 100vh !important ;
50- }
51- }
47+ .contain-currency {
48+ height : 100vh !important ;
49+ background-image : url ('../media/currency-data-money-currency.jpg' );
50+ background-size : cover;
51+ background-repeat : no-repeat;
52+ }
53+ .contain-history {
54+ height : 100vh !important ;
55+ background-image : url ('../media/currency-history-media.jpg' );
56+ background-size : cover;
57+ background-repeat : no-repeat;
58+ }
59+ .contain-homesession {
60+ height : 100vh !important ;
61+ background-image : url ('../media/currencyhome.jpg' );
62+ background-size : cover;
63+ background-repeat : no-repeat;
64+ }
Original file line number Diff line number Diff line change 11
2- <div class="col py-1" style="background-color: #f9faff;">
2+ <div class="col py-1 d-flex contain-currency " style="background-color: #f9faff;">
33 <!-- <section>
44 <div id="contain-modal"> -->
55 <!-- HERE IS THE DIALOG PLACE -->
Original file line number Diff line number Diff line change 11<?php
22 $ titleini = 'History of your coins rate ' ;
33 $ titlesub = 'Filtering total of ' ;
4- echo div_open ('class="col py-3" ' );
4+ echo div_open ('class="col py-3 d-flex contain-history " ' );
55 echo '<section> ' ;
66 echo div_open ('id="liveAlertPlaceholder" ' );
77 echo div_close ();
Original file line number Diff line number Diff line change 11
22 <!-- HOME BUTTONS CARD INI -->
3- <div class="col py-0 px-0">
3+ <div class="col py-0 px-0 contain-homesession ">
44 <div class="contain-image">
55 <div class="card-deck d-flex justify-content-around flex-wrap">
66 <div class="card m-3" style="width: 300px;">
You can’t perform that action at this time.
0 commit comments