From efd87845f72556370d229ff5c9da67c53fdb49e6 Mon Sep 17 00:00:00 2001 From: tripathyr Date: Tue, 18 Jun 2019 15:34:48 +0530 Subject: [PATCH] footer completed --- vscout2.html | 154 +++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 113 insertions(+), 41 deletions(-) diff --git a/vscout2.html b/vscout2.html index 0692550..80b0279 100644 --- a/vscout2.html +++ b/vscout2.html @@ -15,7 +15,7 @@ body { font-size: 1em; font-weight: 400; line-height: 1.5; - color: #212529; +/* color: #212529;*/ text-align: left; background-color: #fff; } @@ -337,32 +337,44 @@ body { max-width: 100%; } -.footer-column1{ - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + +.footerBar { + flex:1 1 20%; + - /* media query shiz */ - -webkit-box-flex: 0; - flex: 0 0 25%; - max-width: 25%; } -.footer-info-text { - margin: 0 0 25px; - padding: 0 20px 0 0; + + + +.footerBar a { + color:inherit; + text-decoration: none; + margin-right: 15px; } -.footer-column1 p{ - font-size: 13px; - display: block; - margin-block-start: 1em; - margin-block-end: 1em; - margin-inline-start: 0px; - margin-inline-end: 0px; +.footerBar h3 { + margin: 0px 0px 15px 0px; + padding: 0px; } +.footerBar ul { + margin: 0px 0px 25px 12px; + padding: 0px; + list-style: none; +} + +.footerBar li::before { + content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */ + color: #87e1a9; /* Change the color */ + font-weight: bold; /* If you want it to be bold */ + display: inline-block; /* Needed to add space between the bullet and the text */ + width: 1em; /* Also needed for space (tweak if needed) */ + margin-left: -1em; /* Also needed for space (tweak if needed) */ + margin-right: 10px; +} + + @@ -455,29 +467,89 @@ body { -
-
+ + +
+ + + +
+
+ +
+

+ Blockscout +

+
    +
  • First
  • +
  • Second
  • +
  • Third
  • +
  • Fourth
  • +
+
+ +
+

+ Tokens + +

+
    +
  • First
  • +
  • Second
  • +
  • Third
  • +
  • Fourth
  • +
+
+ +
+

+ Smart Contracts + +

+
    +
  • First
  • +
  • Second
  • +
  • Third
  • +
  • Fourth
  • +
+
+
+ + + + +
+ + + \ No newline at end of file