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);
}
By purchasing this prompt, you agree to our terms of service
GPT-4
Design a parallax scrolling effect using CSS and background image properties
...more
Added over 1 month ago

