Prompt Details
Model
Chat - GPT-3.5 (gpt-3.5-turbo)
Token size
79 ($0.00020 / call)
Example input
Small part of input:
designing a full-screen responsive video background using HTML and CSS for a web developer
Example output
Small part of output:
<div class="video-background">
<video autoplay muted loop>
<source src="your-video-file.mp4" type="video/mp4">
</video>
</div>