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
- Host: GitHub
- URL: https://github.com/trezhywinks/background-website
- Owner: trezhywinks
- Created: 2025-05-20T22:56:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T23:14:39.000Z (about 1 year ago)
- Last Synced: 2025-06-06T03:06:10.762Z (about 1 year ago)
- Topics: background-image, html-css-javascript, website
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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%;
}
```