fa7ad / flag-css-bd

Bangladeshi Flag Using CSS

Home Page:http://fa7ad.github.io/flag-css-bd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flag-css-bd

Bangladeshi Flag Using CSS

Clone and open the html page for a preview

To use in a project

  • Clone the repo
  • Import the mixin (flag.scss)
  • Create your markup
<div id="flag_element">
  <div class="base">
    <div class="circle"></div>  
  </div>
</div>
  • @include the mixin in your main sass file
#flag_element{
 @include flag(400px /* Width for your flag */); 
}

About

Bangladeshi Flag Using CSS

http://fa7ad.github.io/flag-css-bd/

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 41.5%Language:HTML 30.9%Language:CSS 27.6%