From f21e48cc5aa5e6554d22d1dfec387e07663e00b5 Mon Sep 17 00:00:00 2001 From: iampratiktandel Date: Fri, 12 Jun 2020 21:23:10 +0530 Subject: [PATCH] Updated layout of Branding --- branding/index.html | 105 ++++++++++++++++++++++++++++++++++++++++++-- lib/css/article.css | 10 +++++ 2 files changed, 112 insertions(+), 3 deletions(-) diff --git a/branding/index.html b/branding/index.html index 1484047..719fce2 100644 --- a/branding/index.html +++ b/branding/index.html @@ -42,7 +42,7 @@
- bg-img + bg-img
@@ -60,14 +60,113 @@

LBRY Branding

-
    + + +
    + lbry-foundation-logo +
    + + +

    Logos

    +
    +
    +
    +
    + lbry-foundation-logo +
    +
    +
    + +
    +
    +
    + lbry-foundation-logo +
    +
    +
    + +
    +
    +
    + lbry-foundation-logo +
    +
    +
    + +
    +
    +
    + lbry-foundation-logo +
    +
    +
    +
    +
    + + +

    Colors

    +
    +
    +
    +
    +
    +
    +

    #034C69
    rgb(3, 76, 105)

    +
    + +
    +
    +
    +
    +
    +

    #034C69
    rgb(3, 76, 105)

    +
    + +
    +
    +
    +
    +
    +

    #034C69
    rgb(3, 76, 105)

    +
    + +
    +
    +
    +
    +
    +

    #034C69
    rgb(3, 76, 105)

    +
    + +
    +
    +
    +
    +
    +

    #034C69
    rgb(3, 76, 105)

    +
    + +
    +
    +
    +
    +
    +

    #034C69
    rgb(3, 76, 105)

    +
    +
    + + + + + +
    diff --git a/lib/css/article.css b/lib/css/article.css index 7f791c1..5bc3d2e 100644 --- a/lib/css/article.css +++ b/lib/css/article.css @@ -140,4 +140,14 @@ hr.heading { hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0)); position: relative; +} + +hr.content { + height: 20px; + width: 100%; + background-image: radial-gradient( + farthest-side at 50% -50%, + hsla(0, 0%, 0%, 0.5), + hsla(0, 0%, 0%, 0)); + position: relative; } \ No newline at end of file