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

https://github.com/webdiscus/css-effect-rounded-text-bg

CSS effect: rounded text background
https://github.com/webdiscus/css-effect-rounded-text-bg

css effect html rounded-corners templates webpack

Last synced: about 1 month ago
JSON representation

CSS effect: rounded text background

Awesome Lists containing this project

README

          

# CSS effect: rounded text background

![css effect screenshot](src/images/css-effect-rounded-text-bg.webp)

See the effect style in `./src/scss/style.scss`.

## View and edit in browser

[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/edit/css-effect-rouded-background?file=src%2Fscss%2Fstyles.scss&terminal=build,start)

## How to start

```sh
git clone https://github.com/webdiscus/css-effect-rounded-text-bg.git
cd css-effect-rounded-text-bg
npm install
npm start
```

Use the [HTML Builder Plugin](https://github.com/webdiscus/html-bundler-webpack-plugin) for Webpack
to compile and bundle source Sass and JavaScript in HTML.