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

https://github.com/trezhywinks/background-website

created to be called in a website style
https://github.com/trezhywinks/background-website

background-image html-css-javascript website

Last synced: 5 months ago
JSON representation

created to be called in a website style

Awesome Lists containing this project

README

          

# Background img

```ts

.back_ground{
background-image:url('https://raw.githubusercontent.com/trezhywinks/background-website/refs/heads/main/png/aXhmCM.jpg');
height: 100vh;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
}

```