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
- Host: GitHub
- URL: https://github.com/fa7ad/flag-css-bd
- Owner: fa7ad
- License: cc0-1.0
- Created: 2015-06-11T23:49:30.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-06-12T13:22:55.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T19:13:29.534Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://fa7ad.github.io/flag-css-bd/
- Size: 172 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 */);
}
```