gosha gosha

Generation

css from descriptionSun, 12 Feb 2023

Cool style

.container { ... box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); transition: all 0.3s; ... } .container:hover { ... box-shadow: 0 0 10px rgba(0, 0, 0, 1); transform: translateY(-2px); ... }

Questions about programming?Chat with your personal AI assistant