An open API service indexing awesome lists of open source software.

https://github.com/fa7ad/flag-css-bd

Bangladeshi Flag Using CSS
https://github.com/fa7ad/flag-css-bd

Last synced: about 1 year ago
JSON representation

Bangladeshi Flag Using CSS

Awesome Lists containing this project

README

          

# 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
```html






```
* `@include` the mixin in your main sass file
```scss
#flag_element{
@include flag(400px /* Width for your flag */);
}
```