PromptBase
Close icon
General
Home
Marketplace
Hire
Create
Login
Sell
Explore
🤖 GPT

Design A Parallax Scrolling Effect Css

Design A Parallax Scrolling Effect Css gpt prompt mini thumbnail
41Eye icon
Views
GPT-4
TestedTick icon
TipsTick icon
Design a parallax scrolling effect using CSS and background image properties
...more
$3.99
Get prompt
After purchasing, you will gain access to the prompt file which you can use with GPT or the app builder. You'll receive 20 free generation credits with this purchase. By purchasing this prompt, you agree to our terms of service.
Over 1 month ago

Prompt Details

Model
Chat - GPT-4 (gpt-4)
Token size
62 ($0.00190 / call)
Example input
small part of input: using CSS and background image properties for a website project named [variable_projectname]. Include explanations and examples for each step.
Example output
Small part of output: :root { --parallax-height: 500px; --parallax-image: url('path/to/your/image.jpg'); } .parallax-container { height: var(--parallax-height); background-image: var(--parallax-image); background-size: cover; background-attachment: fixed; transform: scale(1.1); }
Browse Marketplace