/wilsCorner

"Made with UCL API" banner. It kind of works

Primary LanguageCSS

Banner for apps made with UCL API

Default dark version Light version

Usage

Link the stylesheet and then copy pasta. You're gonna want OpenSans font.

Copy pasta

<a href="https://uclapi.com">
    <div class = "uaBanner">
        <img src="https://rawgit.com/mohsinasdf/wilsCorner/master/images/uclapiWhite.png"/>
        <p>Made with UCL API</p>
    </div>
</a>

Slide to the left like this

<a href="https://uclapi.com">
    <div class = "uaBanner uaBanner-left">
        <img src="https://rawgit.com/mohsinasdf/wilsCorner/master/images/uclapiWhite.png"/>
        <p>Made with UCL API</p>
    </div>
</a>

Make it lighter

<a href="https://uclapi.com">
    <div class = "uaBanner uaBanner-left uaBanner-light">
        <img src="https://rawgit.com/mohsinasdf/wilsCorner/master/images/uclapiBlack.png"/>
        <p>Made with UCL API</p>
    </div>
</a>