https://github.com/codehakase/weblooks.css
This is a CSS File that will contain thousands of background colors, patterns, and other things that have to do with your web styling
https://github.com/codehakase/weblooks.css
Last synced: 9 months ago
JSON representation
This is a CSS File that will contain thousands of background colors, patterns, and other things that have to do with your web styling
- Host: GitHub
- URL: https://github.com/codehakase/weblooks.css
- Owner: codehakase
- License: apache-2.0
- Created: 2014-10-24T15:42:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T16:16:22.000Z (over 8 years ago)
- Last Synced: 2025-03-10T14:03:14.035Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 24.4 KB
- Stars: 4
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A simple colorpalette/pattern, images for the web.
Example of how it looks
```scss
.web-part-1 {background: url(..//img/partern1000;)}
.web-icon {background: opacity: 4.0; }
.blue { color: $blue; }
.wl-bg-blue { background-color: $blue; }
.border--blue { border-color: $blue; }
.fill-blue { fill: $blue; }
.stroke-blue { stroke: $blue; }
```
weblooks.css provides utilities to apply backgrounds, text-color, border colors for both html and svg elements.
Install weblooks.css
installing Weblooks is Easy. You can get the code a few different ways
Download a zip from this page
install
```git
git clone https://github.com/codehakase/weblooks.git
```
Using Weblooks.css
Simply copy weblooks.css or weblooks.min.css to your css directory and include the file like so in the head of your html document
```html
```
## Credits
- [Francis Sunday](https://twitter.com/iamfrankcute)
- [Obi Uchenna David](https://twitter.com/othreecodes)
## Usage
```html
Dark Green Backgroung
Aqua Text
Aqua Border
GiveMeSomeLeftMargin
GiveMeSomeRightMargin
GiveMeSomeTopPadding
GiveMePaddingAround
```
## Contributing
Please feel free to fork this package and contribute by submitting a pull request to add to the list of questions or to make some corrections to them.
## Feel like thanking me?
Why not star the github repo? I'd love the attention! Why not share the link for this repository on Twitter or Facebook? Spread the word!
and also, [follow me on twitter](https://twitter.com/iamfrankcute)!
Thanks!
### Francis Sunday.
# License
```
Copyright 2014 - 2017 Codehakase
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```