diff --git a/FLO_webWallet_mainnet.html b/FLO_webWallet_mainnet.html index bb8de0e..20ca1fb 100644 --- a/FLO_webWallet_mainnet.html +++ b/FLO_webWallet_mainnet.html @@ -10,10 +10,11 @@ @import url('https://fonts.googleapis.com/css?family=Titillium+Web'); body { + position:relative; font-family: 'Titillium Web', sans-serif; font-weight: 300; font-size: 1.05em; - margin: 0; + margin: 40px; text-align:justify; } @@ -44,7 +45,7 @@ button { transition-duration: 0.4s; } -.newColor { +.activeButton { color: black; } @@ -52,6 +53,22 @@ button:hover { box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); } +.firstColumn { +position: absolute;; +left:200px; + +} + +.secondColumn { +position: absolute; +left:450px; +top:194px; +} + +.dispBalTable { + border: 1px solid #ffffff; +} +
@@ -73,15 +90,15 @@ button:hover {