diff --git "a/README.md" "b/README.md" deleted file mode 100644--- "a/README.md" +++ /dev/null @@ -1,4004 +0,0 @@ ---- -{[ - { - "description": "A p containing a cyan button with linear-gradient(to right, red, yellow) background that says 'Click Me', followed by a large text description, with slide-up.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A div containing a white button with radial-gradient(circle, pink, purple) background that says 'Sign Up', followed by a large text description, with bounce.", - "code": "

hello world

@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: all 0.3s ease;" - }, - { - "description": "A input containing a yellow button with radial-gradient(circle, pink, purple) background that says 'Submit', followed by a medium text description, with spin.", - "code": "

click me

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A green box with double border, radial-gradient(circle, pink, purple) background, medium text centered inside, using grid layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
Login
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A nav containing a white button with linear-gradient(to right, red, yellow) background that says 'Contact Us', followed by a medium text description, with spin.", - "code": "

search

@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A white box with solid border, radial-gradient(circle, pink, purple) background, small text centered inside, using flex layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
Enter Your Name
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A small footer with green text, Verdana font, 2px 2px 5px rgba(0, 0, 0, 0.3), and fade-in, displayed as block with space-around, responsive with media queries.", - "code": "Sign Up @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium footer with pink text, Courier New font, 0 4px 8px rgba(0, 0, 0, 0.2), and slide-up, displayed as flex with space-between, responsive with media queries.", - "code": "

Login

@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A small footer with cyan text, Georgia font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as block with center, responsive with media queries.", - "code": "

Contact Us

@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A h1 containing a white button with linear-gradient(to bottom, blue, green) background that says 'Submit', followed by a small text description, with spin.", - "code": "

choose option

@keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A red button with medium Arial text, using flex layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive h2 with a grid layout using template '1fr 2fr', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive input with a grid layout using template 'repeat(2, 1fr)', containing items with small text and :hover { transform: scale(1.1); }.", - "code": "
  • Contact Us
  • Click Me
  • Submit
  • Login
  • Search
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A large input with green text, Helvetica font, 4px 4px 10px rgba(0, 0, 0, 0.5), and slide-up, displayed as flex with flex-start, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A textarea containing a list of options with black text, each inside a double box, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A footer containing a list of options with purple text, each inside a solid box, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A span containing a list of options with orange text, each inside a groove box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive select with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A gray button with small Helvetica text, using block layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive h3 with a grid layout using template '100px 1fr', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A red button with small Verdana text, using block layout, aligned to the center, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A h3 containing a purple button with radial-gradient(circle, pink, purple) background that says 'Contact Us', followed by a large text description, with fade-in.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A large textarea with blue text, Helvetica font, 0 4px 8px rgba(0, 0, 0, 0.2), and slide-up, displayed as block with flex-end, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A input containing a list of options with gray text, each inside a groove box, with none, slide-up, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A header containing a list of options with cyan text, each inside a solid box, with none, bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive div with a grid layout using template '100px 1fr', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Login
  • Submit
  • Enter Your Name
  • Choose Option
  • Sign Up
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A small h3 with red text, Tahoma font, 2px 2px 5px rgba(0, 0, 0, 0.3), and slide-up, displayed as none with space-between, responsive with media queries.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A cyan button with medium Georgia text, using grid layout, aligned to the left, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive nav with a grid layout using template '100px 1fr', containing items with small text and :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A gray box with solid border, radial-gradient(circle, pink, purple) background, small text centered inside, using flex layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Enter Your Name
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A large button with yellow text, Times New Roman font, 4px 4px 10px rgba(0, 0, 0, 0.5), and slide-up, displayed as grid with flex-start, responsive with media queries.", - "code": "

    Sign Up

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive h1 with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { transform: scale(1.1); }.", - "code": "
  • Choose Option
  • Choose Option
  • Submit
  • Contact Us
  • Sign Up
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A red button with medium Verdana text, using block layout, aligned to the justify, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive footer with a grid layout using template '1fr 2fr', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": "

  • Choose Option
  • Choose Option
  • Contact Us
  • Click Me
  • Login
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h2 containing a black button with linear-gradient(to right, red, yellow) background that says 'Hello World', followed by a small text description, with spin.", - "code": "

    contact us

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A gray button with large Helvetica text, using block layout, aligned to the right, with none, bounce, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A nav containing a list of options with gray text, each inside a dotted box, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A textarea containing a orange button with linear-gradient(to right, red, yellow) background that says 'Search', followed by a large text description, with slide-up.", - "code": "

    hello world

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A span containing a list of options with green text, each inside a groove box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A red button with large Verdana text, using grid layout, aligned to the right, with none, fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A green box with solid border, linear-gradient(to bottom, blue, green) background, small text centered inside, using inline-block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Submit
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A button containing a list of options with gray text, each inside a solid box, with none, spin, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A h1 containing a gray button with radial-gradient(circle, pink, purple) background that says 'Hello World', followed by a medium text description, with bounce.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A large h1 with green text, Georgia font, 0 4px 8px rgba(0, 0, 0, 0.2), and fade-in, displayed as grid with space-between, responsive with media queries.", - "code": "

    Login

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive input with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Sign Up
  • Enter Your Name
  • Enter Your Name
  • Contact Us
  • Search
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A div containing a list of options with cyan text, each inside a dashed box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A small p with black text, Arial font, none, and fade-in, displayed as flex with space-between, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A cyan box with dotted border, linear-gradient(to bottom, blue, green) background, small text centered inside, using block layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Contact Us
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A span containing a pink button with radial-gradient(circle, pink, purple) background that says 'Contact Us', followed by a small text description, with slide-up.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: background-color 0.4s ease;" - }, - { - "description": "A white button with large Tahoma text, using inline-block layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive header with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h3 containing a list of options with red text, each inside a groove box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A header containing a purple button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a medium text description, with bounce.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A textarea containing a list of options with red text, each inside a dotted box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A cyan box with dashed border, linear-gradient(to right, red, yellow) background, large text centered inside, using grid layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Choose Option
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A green box with groove border, linear-gradient(to right, red, yellow) background, medium text centered inside, using block layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Choose Option
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A small h1 with orange text, Courier New font, none, and fade-in, displayed as flex with space-around, responsive with media queries.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A red button with large Times New Roman text, using block layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A green box with dashed border, linear-gradient(to right, red, yellow) background, small text centered inside, using block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Click Me
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A span containing a orange button with linear-gradient(to right, red, yellow) background that says 'Hello World', followed by a small text description, with fade-in.", - "code": "

    hello world

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A purple box with solid border, radial-gradient(circle, pink, purple) background, small text centered inside, using block layout, with :hover { transform: scale(1.1); } and fade-in.", - "code": "
    Contact Us
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A cyan button with large Georgia text, using inline-block layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A red button with medium Courier New text, using none layout, aligned to the right, with none, bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A purple button with medium Arial text, using block layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h2 containing a purple button with linear-gradient(to bottom, blue, green) background that says 'Sign Up', followed by a medium text description, with spin.", - "code": "

    hello world

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A large h1 with black text, Verdana font, 4px 4px 10px rgba(0, 0, 0, 0.5), and fade-in, displayed as inline-block with center, responsive with media queries.", - "code": "Hello World @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A green button with small Arial text, using block layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive textarea with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A white box with double border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using flex layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Sign Up
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive span with a grid layout using template 'repeat(2, 1fr)', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A medium span with gray text, Times New Roman font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as grid with center, responsive with media queries.", - "code": "Click Me @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A blue box with double border, radial-gradient(circle, pink, purple) background, small text centered inside, using flex layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Click Me
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A p containing a list of options with white text, each inside a dashed box, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A h2 containing a list of options with white text, each inside a ridge box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A purple button with small Arial text, using flex layout, aligned to the left, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A h3 containing a list of options with cyan text, each inside a dashed box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A select containing a list of options with gray text, each inside a groove box, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A h3 containing a green button with linear-gradient(to right, red, yellow) background that says 'Sign Up', followed by a medium text description, with slide-up.", - "code": "

    click me

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A responsive nav with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A orange button with medium Arial text, using none layout, aligned to the center, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A white button with small Georgia text, using flex layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive h1 with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": "
  • Login
  • Submit
  • Click Me
  • Sign Up
  • Contact Us
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A small div with red text, Georgia font, 4px 4px 10px rgba(0, 0, 0, 0.5), and fade-in, displayed as flex with space-around, responsive with media queries.", - "code": "
    Click Me
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A gray button with large Georgia text, using inline-block layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive h3 with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": "

  • Click Me
  • Click Me
  • Contact Us
  • Click Me
  • Login
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A small div with red text, Verdana font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as grid with flex-end, responsive with media queries.", - "code": "Login @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A small h3 with yellow text, Tahoma font, 4px 4px 10px rgba(0, 0, 0, 0.5), and fade-in, displayed as block with space-between, responsive with media queries.", - "code": "
    Search
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive p with a grid layout using template '100px 1fr', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": "
  • Click Me
  • Hello World
  • Login
  • Submit
  • Click Me
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h1 containing a green button with radial-gradient(circle, pink, purple) background that says 'Login', followed by a medium text description, with fade-in.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A responsive h3 with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive div with a grid layout using template '1fr 2fr', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": "
  • Click Me
  • Enter Your Name
  • Sign Up
  • Search
  • Click Me
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A footer containing a purple button with radial-gradient(circle, pink, purple) background that says 'Click Me', followed by a large text description, with bounce.", - "code": "

    enter your name

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A yellow box with groove border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using block layout, with :hover { background-color: #555; color: white; } and bounce.", - "code": "
    Sign Up
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A black box with solid border, radial-gradient(circle, pink, purple) background, small text centered inside, using block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Choose Option
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A button containing a list of options with blue text, each inside a solid box, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A span containing a gray button with linear-gradient(to right, red, yellow) background that says 'Sign Up', followed by a large text description, with fade-in.", - "code": "

    search

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A white box with dotted border, linear-gradient(to bottom, blue, green) background, large text centered inside, using block layout, with :hover { transform: scale(1.1); } and slide-up.", - "code": "
    Click Me
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A h3 containing a list of options with pink text, each inside a dotted box, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium input with gray text, Helvetica font, none, and spin, displayed as none with space-around, responsive with media queries.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A black box with double border, linear-gradient(to bottom, blue, green) background, large text centered inside, using block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Submit
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h3 containing a list of options with red text, each inside a solid box, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A small p with gray text, Verdana font, none, and fade-in, displayed as block with space-around, responsive with media queries.", - "code": "

    Login

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A black button with large Helvetica text, using inline-block layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A medium footer with gray text, Georgia font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as none with flex-end, responsive with media queries.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive select with a grid layout using template '100px 1fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Sign Up
  • Sign Up
  • Sign Up
  • Login
  • Hello World
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A green button with small Verdana text, using grid layout, aligned to the left, with none, bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A green box with ridge border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using inline-block layout, with :hover { background-color: #555; color: white; } and bounce.", - "code": "
    Contact Us
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A small input with gray text, Tahoma font, 2px 2px 5px rgba(0, 0, 0, 0.3), and slide-up, displayed as flex with space-between, responsive with media queries.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A blue box with ridge border, radial-gradient(circle, pink, purple) background, medium text centered inside, using none layout, with :hover { background-color: #555; color: white; } and slide-up.", - "code": "
    Hello World
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A footer containing a orange button with linear-gradient(to right, red, yellow) background that says 'Click Me', followed by a large text description, with bounce.", - "code": "

    sign up

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A button containing a list of options with blue text, each inside a double box, with none, fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A gray button with medium Times New Roman text, using grid layout, aligned to the justify, with none, bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A select containing a white button with radial-gradient(circle, pink, purple) background that says 'Submit', followed by a medium text description, with fade-in.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A select containing a list of options with blue text, each inside a double box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive footer with a grid layout using template 'repeat(3, 1fr)', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": "
  • Login
  • Choose Option
  • Enter Your Name
  • Search
  • Choose Option
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A purple box with double border, radial-gradient(circle, pink, purple) background, small text centered inside, using flex layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Choose Option
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A large span with blue text, Verdana font, 4px 4px 10px rgba(0, 0, 0, 0.5), and slide-up, displayed as grid with flex-end, responsive with media queries.", - "code": "Submit @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A input containing a list of options with pink text, each inside a solid box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A large h2 with orange text, Georgia font, none, and slide-up, displayed as grid with flex-end, responsive with media queries.", - "code": "
    Login
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A gray button with small Tahoma text, using block layout, aligned to the justify, with none, spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A footer containing a yellow button with linear-gradient(to right, red, yellow) background that says 'Hello World', followed by a large text description, with bounce.", - "code": "

    sign up

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A black box with solid border, radial-gradient(circle, pink, purple) background, small text centered inside, using grid layout, with :hover { transform: scale(1.1); } and fade-in.", - "code": "
    Click Me
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A h3 containing a list of options with black text, each inside a solid box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive button with a grid layout using template '100px 1fr', containing items with large text and :hover { transform: scale(1.1); }.", - "code": "
  • Hello World
  • Login
  • Submit
  • Click Me
  • Hello World
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A span containing a list of options with green text, each inside a groove box, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A red button with small Arial text, using inline-block layout, aligned to the center, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A pink box with dashed border, linear-gradient(to bottom, blue, green) background, large text centered inside, using grid layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Login
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A gray box with groove border, radial-gradient(circle, pink, purple) background, small text centered inside, using block layout, with :hover { background-color: #555; color: white; } and slide-up.", - "code": "
    Hello World
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A large span with pink text, Times New Roman font, 0 4px 8px rgba(0, 0, 0, 0.2), and fade-in, displayed as flex with flex-end, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A cyan button with small Times New Roman text, using block layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A pink box with dashed border, linear-gradient(to right, red, yellow) background, large text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Login
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A yellow button with large Arial text, using grid layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A div containing a list of options with cyan text, each inside a dashed box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A button containing a green button with linear-gradient(to right, red, yellow) background that says 'Enter Your Name', followed by a small text description, with spin.", - "code": "

    login

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A black button with small Verdana text, using flex layout, aligned to the left, with none, bounce, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A yellow button with large Times New Roman text, using flex layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive select with a grid layout using template '1fr 2fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Choose Option
  • Hello World
  • Sign Up
  • Contact Us
  • Enter Your Name
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A green box with dotted border, radial-gradient(circle, pink, purple) background, large text centered inside, using inline-block layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Click Me
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A textarea containing a list of options with purple text, each inside a ridge box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A h2 containing a pink button with linear-gradient(to bottom, blue, green) background that says 'Search', followed by a large text description, with bounce.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A purple button with small Helvetica text, using block layout, aligned to the center, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h1 containing a list of options with orange text, each inside a double box, with none, spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A blue button with large Times New Roman text, using block layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h1 containing a list of options with black text, each inside a groove box, with none, fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A orange button with medium Arial text, using grid layout, aligned to the right, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive header with a grid layout using template '1fr 2fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Login
  • Search
  • Choose Option
  • Login
  • Search
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A medium header with pink text, Verdana font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as grid with center, responsive with media queries.", - "code": "

    Sign Up

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A yellow button with medium Tahoma text, using grid layout, aligned to the center, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive input with a grid layout using template '100px 1fr', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "
  • Hello World
  • Enter Your Name
  • Hello World
  • Hello World
  • Hello World
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A large header with red text, Courier New font, 0 4px 8px rgba(0, 0, 0, 0.2), and fade-in, displayed as grid with flex-start, responsive with media queries.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A orange box with dashed border, radial-gradient(circle, pink, purple) background, medium text centered inside, using inline-block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Contact Us
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive div with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A orange button with medium Arial text, using flex layout, aligned to the left, with none, slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive h2 with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A black box with dotted border, linear-gradient(to right, red, yellow) background, small text centered inside, using none layout, with :hover { transform: scale(1.1); } and slide-up.", - "code": "
    Choose Option
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A medium select with red text, Tahoma font, 0 4px 8px rgba(0, 0, 0, 0.2), and bounce, displayed as block with space-around, responsive with media queries.", - "code": "Submit @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A orange button with large Courier New text, using grid layout, aligned to the right, with none, slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A orange button with large Helvetica text, using flex layout, aligned to the justify, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A black box with groove border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using block layout, with :hover { transform: scale(1.1); } and slide-up.", - "code": "
    Search
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A cyan button with small Courier New text, using grid layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A pink box with solid border, radial-gradient(circle, pink, purple) background, large text centered inside, using grid layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Contact Us
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A purple button with small Times New Roman text, using flex layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive h2 with a grid layout using template '1fr 2fr', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Submit
  • Click Me
  • Click Me
  • Search
  • Submit
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive span with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { transform: scale(1.1); }.", - "code": "

  • Sign Up
  • Sign Up
  • Login
  • Submit
  • Contact Us
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A header containing a list of options with black text, each inside a ridge box, with none, slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A input containing a list of options with orange text, each inside a ridge box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A medium h2 with purple text, Verdana font, 0 4px 8px rgba(0, 0, 0, 0.2), and fade-in, displayed as grid with space-around, responsive with media queries.", - "code": "

    Choose Option

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A black button with medium Helvetica text, using inline-block layout, aligned to the left, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A gray button with medium Verdana text, using block layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A div containing a list of options with red text, each inside a dashed box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A medium input with purple text, Helvetica font, 2px 2px 5px rgba(0, 0, 0, 0.3), and fade-in, displayed as flex with flex-start, responsive with media queries.", - "code": "

    Contact Us

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A medium h1 with gray text, Arial font, 4px 4px 10px rgba(0, 0, 0, 0.5), and fade-in, displayed as none with space-around, responsive with media queries.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive header with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": "

  • Contact Us
  • Search
  • Click Me
  • Sign Up
  • Enter Your Name
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A large div with red text, Tahoma font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as flex with space-around, responsive with media queries.", - "code": "

    Contact Us

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A button containing a list of options with cyan text, each inside a dotted box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A input containing a list of options with yellow text, each inside a groove box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive textarea with a grid layout using template '100px 1fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Submit
  • Submit
  • Sign Up
  • Contact Us
  • Submit
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A red button with small Courier New text, using block layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h1 containing a list of options with blue text, each inside a solid box, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A h1 containing a list of options with pink text, each inside a solid box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A orange button with medium Helvetica text, using flex layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A green box with double border, linear-gradient(to right, red, yellow) background, medium text centered inside, using inline-block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and spin.", - "code": "
    Login
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A footer containing a list of options with white text, each inside a dotted box, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A h3 containing a list of options with white text, each inside a ridge box, with none, slide-up, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A small nav with red text, Times New Roman font, 4px 4px 10px rgba(0, 0, 0, 0.5), and bounce, displayed as grid with space-around, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A header containing a list of options with blue text, each inside a solid box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A button containing a list of options with red text, each inside a dashed box, with none, bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A purple box with ridge border, linear-gradient(to right, red, yellow) background, medium text centered inside, using block layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Submit
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h3 containing a list of options with blue text, each inside a dotted box, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive div with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { transform: scale(1.1); }.", - "code": "
  • Click Me
  • Sign Up
  • Hello World
  • Submit
  • Click Me
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A div containing a list of options with purple text, each inside a dotted box, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive select with a grid layout using template '100px 1fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Contact Us
  • Search
  • Submit
  • Search
  • Search
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A gray button with large Times New Roman text, using flex layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive button with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "

  • Search
  • Search
  • Enter Your Name
  • Search
  • Choose Option
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A small h2 with yellow text, Courier New font, none, and bounce, displayed as block with space-around, responsive with media queries.", - "code": "

    Search

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A textarea containing a list of options with cyan text, each inside a dotted box, with none, bounce, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A h2 containing a green button with radial-gradient(circle, pink, purple) background that says 'Login', followed by a large text description, with fade-in.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A responsive select with a grid layout using template '1fr 2fr', containing items with small text and :hover { transform: scale(1.1); }.", - "code": "
  • Contact Us
  • Submit
  • Search
  • Click Me
  • Choose Option
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A footer containing a blue button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a medium text description, with bounce.", - "code": "

    enter your name

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A orange button with medium Verdana text, using grid layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A medium textarea with black text, Courier New font, 0 4px 8px rgba(0, 0, 0, 0.2), and slide-up, displayed as flex with flex-end, responsive with media queries.", - "code": "

    Choose Option

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A green box with dotted border, linear-gradient(to right, red, yellow) background, large text centered inside, using none layout, with :hover { transform: scale(1.1); } and fade-in.", - "code": "
    Click Me
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A cyan button with large Tahoma text, using flex layout, aligned to the right, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A blue button with small Verdana text, using flex layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A blue button with small Helvetica text, using inline-block layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A medium textarea with gray text, Courier New font, 0 4px 8px rgba(0, 0, 0, 0.2), and fade-in, displayed as flex with space-between, responsive with media queries.", - "code": "

    Contact Us

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A white button with medium Times New Roman text, using flex layout, aligned to the justify, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A orange button with medium Tahoma text, using none layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive div with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A pink box with ridge border, linear-gradient(to right, red, yellow) background, medium text centered inside, using grid layout, with :hover { background-color: #555; color: white; } and spin.", - "code": "
    Login
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive footer with a grid layout using template '100px 1fr', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "

  • Login
  • Choose Option
  • Contact Us
  • Submit
  • Submit
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A footer containing a blue button with linear-gradient(to bottom, blue, green) background that says 'Choose Option', followed by a medium text description, with fade-in.", - "code": "

    click me

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A small h1 with white text, Georgia font, 0 4px 8px rgba(0, 0, 0, 0.2), and slide-up, displayed as inline-block with flex-end, responsive with media queries.", - "code": "Hello World @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A blue button with medium Helvetica text, using none layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A select containing a list of options with gray text, each inside a dotted box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A yellow button with small Tahoma text, using flex layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A blue button with large Tahoma text, using grid layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A large h2 with gray text, Times New Roman font, 4px 4px 10px rgba(0, 0, 0, 0.5), and fade-in, displayed as inline-block with space-between, responsive with media queries.", - "code": "

    Contact Us

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A yellow button with large Courier New text, using inline-block layout, aligned to the justify, with none, bounce, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A black box with solid border, linear-gradient(to right, red, yellow) background, medium text centered inside, using flex layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and spin.", - "code": "
    Enter Your Name
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A large div with white text, Tahoma font, none, and bounce, displayed as block with center, responsive with media queries.", - "code": "

    Login

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive h1 with a grid layout using template 'repeat(2, 1fr)', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": "

  • Login
  • Contact Us
  • Login
  • Sign Up
  • Enter Your Name
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A h2 containing a pink button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a medium text description, with fade-in.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: all 0.3s ease;" - }, - { - "description": "A nav containing a yellow button with radial-gradient(circle, pink, purple) background that says 'Enter Your Name', followed by a medium text description, with bounce.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A small button with green text, Arial font, 2px 2px 5px rgba(0, 0, 0, 0.3), and bounce, displayed as grid with flex-end, responsive with media queries.", - "code": "
    Click Me
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive span with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { transform: scale(1.1); }.", - "code": "

  • Sign Up
  • Contact Us
  • Login
  • Click Me
  • Login
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A yellow box with dotted border, radial-gradient(circle, pink, purple) background, medium text centered inside, using flex layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Click Me
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A pink button with medium Arial text, using grid layout, aligned to the right, with none, spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A cyan box with dashed border, linear-gradient(to bottom, blue, green) background, large text centered inside, using block layout, with :hover { transform: scale(1.1); } and slide-up.", - "code": "
    Choose Option
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive h2 with a grid layout using template '100px 1fr', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A orange button with large Georgia text, using grid layout, aligned to the center, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A input containing a list of options with pink text, each inside a groove box, with none, bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A white button with medium Tahoma text, using inline-block layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A select containing a red button with linear-gradient(to right, red, yellow) background that says 'Search', followed by a small text description, with spin.", - "code": "

    submit

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A large nav with gray text, Courier New font, 4px 4px 10px rgba(0, 0, 0, 0.5), and bounce, displayed as none with flex-end, responsive with media queries.", - "code": "

    Enter Your Name

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A p containing a black button with linear-gradient(to bottom, blue, green) background that says 'Sign Up', followed by a medium text description, with fade-in.", - "code": "

    login

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A pink button with large Tahoma text, using block layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h3 containing a cyan button with linear-gradient(to right, red, yellow) background that says 'Contact Us', followed by a medium text description, with spin.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A gray box with dashed border, radial-gradient(circle, pink, purple) background, medium text centered inside, using grid layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Click Me
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A medium h3 with purple text, Georgia font, none, and spin, displayed as block with flex-start, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A header containing a red button with radial-gradient(circle, pink, purple) background that says 'Sign Up', followed by a medium text description, with fade-in.", - "code": "

    search

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A large nav with blue text, Helvetica font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as none with flex-start, responsive with media queries.", - "code": "
    Submit
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium select with purple text, Verdana font, 2px 2px 5px rgba(0, 0, 0, 0.3), and fade-in, displayed as flex with flex-start, responsive with media queries.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A h3 containing a list of options with red text, each inside a dotted box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A green button with medium Courier New text, using none layout, aligned to the center, with none, slide-up, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A black button with medium Helvetica text, using block layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive h2 with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Submit
  • Login
  • Submit
  • Hello World
  • Login
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive footer with a grid layout using template '100px 1fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Hello World
  • Hello World
  • Contact Us
  • Hello World
  • Sign Up
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A blue button with medium Helvetica text, using inline-block layout, aligned to the left, with none, fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A purple box with dashed border, linear-gradient(to bottom, blue, green) background, large text centered inside, using none layout, with :hover { background-color: #555; color: white; } and slide-up.", - "code": "
    Search
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A button containing a list of options with green text, each inside a ridge box, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive header with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A div containing a list of options with gray text, each inside a solid box, with none, slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A input containing a red button with linear-gradient(to bottom, blue, green) background that says 'Contact Us', followed by a small text description, with spin.", - "code": "

    click me

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A div containing a yellow button with radial-gradient(circle, pink, purple) background that says 'Sign Up', followed by a medium text description, with fade-in.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A h3 containing a list of options with orange text, each inside a dotted box, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A purple button with medium Georgia text, using block layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A cyan button with medium Georgia text, using none layout, aligned to the center, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A yellow box with solid border, radial-gradient(circle, pink, purple) background, medium text centered inside, using inline-block layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Sign Up
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A red box with double border, linear-gradient(to bottom, blue, green) background, large text centered inside, using flex layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Sign Up
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive p with a grid layout using template '100px 1fr', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": "
  • Contact Us
  • Enter Your Name
  • Enter Your Name
  • Enter Your Name
  • Contact Us
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive header with a grid layout using template '100px 1fr', containing items with large text and :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A h3 containing a white button with linear-gradient(to bottom, blue, green) background that says 'Login', followed by a medium text description, with slide-up.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A responsive header with a grid layout using template 'repeat(2, 1fr)', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h3 containing a white button with linear-gradient(to right, red, yellow) background that says 'Click Me', followed by a medium text description, with spin.", - "code": "

    hello world

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A p containing a list of options with pink text, each inside a ridge box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium footer with pink text, Helvetica font, none, and bounce, displayed as inline-block with center, responsive with media queries.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A yellow button with small Tahoma text, using grid layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A input containing a list of options with gray text, each inside a dotted box, with none, spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A yellow button with large Times New Roman text, using flex layout, aligned to the center, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A large h3 with blue text, Georgia font, 2px 2px 5px rgba(0, 0, 0, 0.3), and fade-in, displayed as inline-block with flex-end, responsive with media queries.", - "code": "

    Search

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive span with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": "
  • Click Me
  • Submit
  • Enter Your Name
  • Search
  • Hello World
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive input with a grid layout using template 'repeat(2, 1fr)', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Contact Us
  • Sign Up
  • Contact Us
  • Search
  • Enter Your Name
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A gray button with large Verdana text, using inline-block layout, aligned to the left, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A nav containing a list of options with purple text, each inside a dashed box, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive h3 with a grid layout using template 'repeat(3, 1fr)', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Enter Your Name
  • Contact Us
  • Sign Up
  • Hello World
  • Choose Option
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A div containing a blue button with linear-gradient(to right, red, yellow) background that says 'Click Me', followed by a large text description, with spin.", - "code": "

    contact us

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A small select with white text, Georgia font, none, and bounce, displayed as grid with space-between, responsive with media queries.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A textarea containing a list of options with black text, each inside a double box, with none, fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A black box with ridge border, linear-gradient(to right, red, yellow) background, small text centered inside, using inline-block layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Contact Us
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A large div with pink text, Courier New font, 2px 2px 5px rgba(0, 0, 0, 0.3), and slide-up, displayed as block with flex-start, responsive with media queries.", - "code": "
    Click Me
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A blue button with medium Tahoma text, using inline-block layout, aligned to the justify, with none, fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A header containing a list of options with cyan text, each inside a double box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A gray button with small Helvetica text, using flex layout, aligned to the right, with none, spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A medium select with purple text, Times New Roman font, 4px 4px 10px rgba(0, 0, 0, 0.5), and fade-in, displayed as block with flex-end, responsive with media queries.", - "code": "Click Me @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive div with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "

  • Submit
  • Enter Your Name
  • Click Me
  • Contact Us
  • Submit
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h1 containing a white button with linear-gradient(to bottom, blue, green) background that says 'Enter Your Name', followed by a large text description, with fade-in.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A span containing a list of options with black text, each inside a ridge box, with none, bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A select containing a list of options with red text, each inside a solid box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A select containing a list of options with red text, each inside a dashed box, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive h1 with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Login
  • Submit
  • Hello World
  • Submit
  • Hello World
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A medium textarea with cyan text, Courier New font, 2px 2px 5px rgba(0, 0, 0, 0.3), and slide-up, displayed as inline-block with flex-start, responsive with media queries.", - "code": "
    Login
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A medium p with pink text, Helvetica font, 4px 4px 10px rgba(0, 0, 0, 0.5), and bounce, displayed as grid with space-between, responsive with media queries.", - "code": "

    Sign Up

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A span containing a list of options with orange text, each inside a dotted box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive button with a grid layout using template '100px 1fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Search
  • Choose Option
  • Enter Your Name
  • Click Me
  • Sign Up
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A h1 containing a yellow button with linear-gradient(to right, red, yellow) background that says 'Click Me', followed by a small text description, with slide-up.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A select containing a gray button with linear-gradient(to right, red, yellow) background that says 'Click Me', followed by a medium text description, with spin.", - "code": "

    contact us

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A responsive nav with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "
  • Choose Option
  • Search
  • Search
  • Click Me
  • Enter Your Name
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h1 containing a orange button with radial-gradient(circle, pink, purple) background that says 'Choose Option', followed by a small text description, with spin.", - "code": "

    click me

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A small input with pink text, Georgia font, none, and slide-up, displayed as none with flex-end, responsive with media queries.", - "code": "
    Submit
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A input containing a list of options with white text, each inside a groove box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A black button with medium Tahoma text, using inline-block layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A small textarea with orange text, Courier New font, 2px 2px 5px rgba(0, 0, 0, 0.3), and slide-up, displayed as none with center, responsive with media queries.", - "code": "Hello World @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A large h2 with yellow text, Courier New font, none, and bounce, displayed as inline-block with center, responsive with media queries.", - "code": "Enter Your Name @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A small h2 with cyan text, Verdana font, 4px 4px 10px rgba(0, 0, 0, 0.5), and fade-in, displayed as inline-block with center, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium p with green text, Arial font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as grid with space-between, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive input with a grid layout using template 'repeat(2, 1fr)', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive h2 with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A white button with large Courier New text, using inline-block layout, aligned to the right, with none, slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A medium h1 with blue text, Courier New font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as block with flex-end, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A large select with white text, Verdana font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as block with flex-end, responsive with media queries.", - "code": "Sign Up @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A black button with medium Times New Roman text, using grid layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A header containing a list of options with purple text, each inside a groove box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A small footer with pink text, Verdana font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as inline-block with space-between, responsive with media queries.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A large select with red text, Courier New font, 4px 4px 10px rgba(0, 0, 0, 0.5), and slide-up, displayed as inline-block with space-around, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A div containing a list of options with yellow text, each inside a ridge box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A span containing a list of options with white text, each inside a groove box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A small p with gray text, Georgia font, 2px 2px 5px rgba(0, 0, 0, 0.3), and fade-in, displayed as inline-block with space-around, responsive with media queries.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A h2 containing a orange button with linear-gradient(to bottom, blue, green) background that says 'Submit', followed by a medium text description, with bounce.", - "code": "

    hello world

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A button containing a blue button with linear-gradient(to right, red, yellow) background that says 'Sign Up', followed by a large text description, with fade-in.", - "code": "

    choose option

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A span containing a list of options with orange text, each inside a double box, with none, slide-up, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive h2 with a grid layout using template 'repeat(2, 1fr)', containing items with small text and :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive p with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Search
  • Login
  • Contact Us
  • Login
  • Click Me
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A black button with small Tahoma text, using inline-block layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A pink button with medium Times New Roman text, using block layout, aligned to the left, with none, fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A button containing a list of options with red text, each inside a double box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A footer containing a list of options with purple text, each inside a double box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A footer containing a purple button with linear-gradient(to right, red, yellow) background that says 'Contact Us', followed by a small text description, with fade-in.", - "code": "

    submit

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A red button with medium Courier New text, using block layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A pink button with large Verdana text, using block layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A nav containing a list of options with pink text, each inside a ridge box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A p containing a green button with linear-gradient(to bottom, blue, green) background that says 'Search', followed by a large text description, with spin.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A cyan box with dotted border, radial-gradient(circle, pink, purple) background, small text centered inside, using grid layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Submit
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A button containing a list of options with black text, each inside a ridge box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium footer with cyan text, Arial font, 2px 2px 5px rgba(0, 0, 0, 0.3), and bounce, displayed as inline-block with flex-end, responsive with media queries.", - "code": "Enter Your Name @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A purple box with dotted border, linear-gradient(to right, red, yellow) background, small text centered inside, using grid layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Enter Your Name
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A pink button with small Times New Roman text, using flex layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A white box with solid border, linear-gradient(to bottom, blue, green) background, large text centered inside, using grid layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Hello World
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A black box with double border, radial-gradient(circle, pink, purple) background, medium text centered inside, using flex layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and spin.", - "code": "
    Click Me
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A footer containing a list of options with green text, each inside a double box, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive textarea with a grid layout using template '100px 1fr', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "

  • Click Me
  • Search
  • Search
  • Hello World
  • Hello World
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A purple box with ridge border, linear-gradient(to right, red, yellow) background, medium text centered inside, using flex layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Hello World
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A red button with large Verdana text, using block layout, aligned to the center, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A span containing a green button with linear-gradient(to bottom, blue, green) background that says 'Contact Us', followed by a medium text description, with slide-up.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A responsive p with a grid layout using template '100px 1fr', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": "
  • Login
  • Choose Option
  • Click Me
  • Login
  • Search
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A large button with yellow text, Helvetica font, 2px 2px 5px rgba(0, 0, 0, 0.3), and bounce, displayed as inline-block with center, responsive with media queries.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A header containing a list of options with red text, each inside a groove box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A white box with groove border, linear-gradient(to bottom, blue, green) background, small text centered inside, using grid layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Choose Option
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A black box with ridge border, linear-gradient(to right, red, yellow) background, medium text centered inside, using flex layout, with :hover { background-color: #555; color: white; } and slide-up.", - "code": "
    Choose Option
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A blue button with medium Helvetica text, using block layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A orange box with dashed border, radial-gradient(circle, pink, purple) background, medium text centered inside, using grid layout, with :hover { background-color: #555; color: white; } and spin.", - "code": "
    Contact Us
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A large h2 with cyan text, Courier New font, none, and bounce, displayed as block with space-between, responsive with media queries.", - "code": "

    Choose Option

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A red button with medium Verdana text, using none layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A span containing a list of options with red text, each inside a solid box, with none, bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A h3 containing a list of options with purple text, each inside a double box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A white button with large Georgia text, using none layout, aligned to the left, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A yellow button with large Verdana text, using grid layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A nav containing a black button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a small text description, with bounce.", - "code": "

    search

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A cyan box with solid border, linear-gradient(to right, red, yellow) background, large text centered inside, using inline-block layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Choose Option
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A footer containing a list of options with cyan text, each inside a dashed box, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A input containing a gray button with radial-gradient(circle, pink, purple) background that says 'Sign Up', followed by a medium text description, with slide-up.", - "code": "

    click me

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A medium button with gray text, Arial font, 0 4px 8px rgba(0, 0, 0, 0.2), and bounce, displayed as flex with space-around, responsive with media queries.", - "code": "
    Login
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A input containing a red button with radial-gradient(circle, pink, purple) background that says 'Enter Your Name', followed by a large text description, with spin.", - "code": "

    sign up

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A red button with small Courier New text, using inline-block layout, aligned to the right, with none, slide-up, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A gray button with small Times New Roman text, using none layout, aligned to the left, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h1 containing a list of options with white text, each inside a solid box, with none, fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A yellow box with ridge border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Submit
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive textarea with a grid layout using template '100px 1fr', containing items with large text and :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A red button with medium Times New Roman text, using grid layout, aligned to the justify, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A h2 containing a list of options with gray text, each inside a ridge box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A black box with double border, radial-gradient(circle, pink, purple) background, large text centered inside, using grid layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Sign Up
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h3 containing a green button with radial-gradient(circle, pink, purple) background that says 'Sign Up', followed by a small text description, with spin.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: background-color 0.4s ease;" - }, - { - "description": "A gray button with small Georgia text, using grid layout, aligned to the justify, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A h1 containing a yellow button with linear-gradient(to right, red, yellow) background that says 'Enter Your Name', followed by a large text description, with bounce.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A responsive input with a grid layout using template '100px 1fr', containing items with large text and :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A pink box with double border, radial-gradient(circle, pink, purple) background, small text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Click Me
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A header containing a white button with radial-gradient(circle, pink, purple) background that says 'Sign Up', followed by a medium text description, with spin.", - "code": "

    login

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A gray box with double border, linear-gradient(to bottom, blue, green) background, small text centered inside, using block layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Sign Up
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A cyan button with large Helvetica text, using flex layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A red box with solid border, linear-gradient(to right, red, yellow) background, medium text centered inside, using flex layout, with :hover { background-color: #555; color: white; } and slide-up.", - "code": "
    Enter Your Name
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive span with a grid layout using template '1fr 2fr', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Enter Your Name
  • Choose Option
  • Contact Us
  • Login
  • Sign Up
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A orange button with medium Georgia text, using none layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A input containing a list of options with yellow text, each inside a groove box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive button with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive input with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { transform: scale(1.1); }.", - "code": "
  • Choose Option
  • Login
  • Enter Your Name
  • Click Me
  • Contact Us
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A purple button with large Times New Roman text, using flex layout, aligned to the left, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive select with a grid layout using template '100px 1fr', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A medium nav with green text, Courier New font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as block with flex-end, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive h2 with a grid layout using template '100px 1fr', containing items with small text and :hover { transform: scale(1.1); }.", - "code": "

  • Login
  • Contact Us
  • Choose Option
  • Sign Up
  • Search
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A input containing a list of options with yellow text, each inside a double box, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A nav containing a yellow button with linear-gradient(to right, red, yellow) background that says 'Choose Option', followed by a medium text description, with fade-in.", - "code": "

    hello world

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A blue button with small Helvetica text, using grid layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A blue box with dashed border, radial-gradient(circle, pink, purple) background, large text centered inside, using flex layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and spin.", - "code": "
    Choose Option
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A red box with solid border, linear-gradient(to bottom, blue, green) background, small text centered inside, using none layout, with :hover { background-color: #555; color: white; } and slide-up.", - "code": "
    Search
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A medium textarea with cyan text, Verdana font, none, and spin, displayed as block with flex-end, responsive with media queries.", - "code": "

    Submit

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive nav with a grid layout using template '100px 1fr', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Search
  • Enter Your Name
  • Login
  • Sign Up
  • Enter Your Name
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A red box with double border, linear-gradient(to right, red, yellow) background, large text centered inside, using inline-block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Contact Us
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h2 containing a white button with radial-gradient(circle, pink, purple) background that says 'Click Me', followed by a large text description, with spin.", - "code": "

    choose option

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A responsive h2 with a grid layout using template 'repeat(3, 1fr)', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A cyan box with dashed border, linear-gradient(to right, red, yellow) background, medium text centered inside, using none layout, with :hover { transform: scale(1.1); } and slide-up.", - "code": "
    Sign Up
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A span containing a list of options with gray text, each inside a dashed box, with none, spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive h2 with a grid layout using template '1fr 2fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Enter Your Name
  • Search
  • Sign Up
  • Contact Us
  • Sign Up
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A orange box with dotted border, linear-gradient(to right, red, yellow) background, large text centered inside, using grid layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Enter Your Name
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A div containing a pink button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a small text description, with bounce.", - "code": "

    hello world

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A orange button with medium Courier New text, using grid layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A p containing a purple button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a large text description, with spin.", - "code": "

    hello world

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A footer containing a blue button with linear-gradient(to bottom, blue, green) background that says 'Sign Up', followed by a small text description, with bounce.", - "code": "

    click me

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A button containing a purple button with linear-gradient(to right, red, yellow) background that says 'Click Me', followed by a small text description, with bounce.", - "code": "

    click me

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A orange box with double border, linear-gradient(to right, red, yellow) background, small text centered inside, using inline-block layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Contact Us
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A yellow box with ridge border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using grid layout, with :hover { transform: scale(1.1); } and slide-up.", - "code": "
    Submit
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h1 containing a list of options with purple text, each inside a double box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A purple button with medium Tahoma text, using grid layout, aligned to the center, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A select containing a list of options with gray text, each inside a dotted box, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A large h1 with green text, Verdana font, 0 4px 8px rgba(0, 0, 0, 0.2), and fade-in, displayed as flex with space-between, responsive with media queries.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A pink box with double border, radial-gradient(circle, pink, purple) background, medium text centered inside, using block layout, with :hover { background-color: #555; color: white; } and bounce.", - "code": "
    Login
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A pink box with double border, radial-gradient(circle, pink, purple) background, small text centered inside, using grid layout, with :hover { background-color: #555; color: white; } and spin.", - "code": "
    Hello World
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A large h2 with blue text, Arial font, none, and spin, displayed as grid with space-around, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A select containing a gray button with radial-gradient(circle, pink, purple) background that says 'Click Me', followed by a small text description, with slide-up.", - "code": "

    enter your name

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A yellow button with medium Tahoma text, using block layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A header containing a yellow button with radial-gradient(circle, pink, purple) background that says 'Login', followed by a large text description, with fade-in.", - "code": "

    login

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A header containing a gray button with radial-gradient(circle, pink, purple) background that says 'Click Me', followed by a medium text description, with slide-up.", - "code": "

    click me

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A pink button with large Times New Roman text, using block layout, aligned to the justify, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A white button with small Times New Roman text, using flex layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A gray box with solid border, linear-gradient(to right, red, yellow) background, small text centered inside, using inline-block layout, with :hover { background-color: #555; color: white; } and spin.", - "code": "
    Search
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive div with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A h3 containing a list of options with red text, each inside a double box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A nav containing a list of options with black text, each inside a dotted box, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A footer containing a yellow button with linear-gradient(to right, red, yellow) background that says 'Contact Us', followed by a small text description, with fade-in.", - "code": "

    sign up

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A h3 containing a list of options with yellow text, each inside a dotted box, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive h3 with a grid layout using template '100px 1fr', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Search
  • Login
  • Search
  • Enter Your Name
  • Choose Option
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A select containing a list of options with gray text, each inside a dotted box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A h3 containing a list of options with white text, each inside a solid box, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A medium select with black text, Times New Roman font, 2px 2px 5px rgba(0, 0, 0, 0.3), and slide-up, displayed as grid with flex-end, responsive with media queries.", - "code": "
    Enter Your Name
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive h1 with a grid layout using template '1fr 2fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Submit
  • Choose Option
  • Enter Your Name
  • Submit
  • Hello World
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive textarea with a grid layout using template '1fr 2fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Choose Option
  • Login
  • Search
  • Login
  • Enter Your Name
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A h3 containing a list of options with purple text, each inside a dotted box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A blue button with medium Tahoma text, using inline-block layout, aligned to the left, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A gray box with groove border, linear-gradient(to bottom, blue, green) background, small text centered inside, using block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Submit
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive h2 with a grid layout using template '1fr 2fr', containing items with small text and :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A yellow box with double border, linear-gradient(to bottom, blue, green) background, small text centered inside, using inline-block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Search
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A textarea containing a list of options with red text, each inside a solid box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A red button with small Courier New text, using none layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A yellow box with dashed border, radial-gradient(circle, pink, purple) background, medium text centered inside, using flex layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Choose Option
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A black button with medium Helvetica text, using flex layout, aligned to the center, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive h1 with a grid layout using template '100px 1fr', containing items with small text and :hover { transform: scale(1.1); }.", - "code": "

  • Submit
  • Choose Option
  • Contact Us
  • Sign Up
  • Sign Up
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A green box with dotted border, linear-gradient(to bottom, blue, green) background, small text centered inside, using inline-block layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Contact Us
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A large nav with blue text, Tahoma font, 2px 2px 5px rgba(0, 0, 0, 0.3), and fade-in, displayed as grid with center, responsive with media queries.", - "code": "

    Login

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A cyan button with large Verdana text, using flex layout, aligned to the left, with none, spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A span containing a yellow button with linear-gradient(to bottom, blue, green) background that says 'Enter Your Name', followed by a large text description, with slide-up.", - "code": "

    hello world

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A cyan button with large Verdana text, using inline-block layout, aligned to the center, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A medium button with green text, Times New Roman font, none, and bounce, displayed as block with space-between, responsive with media queries.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A textarea containing a blue button with linear-gradient(to bottom, blue, green) background that says 'Choose Option', followed by a small text description, with fade-in.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A small h1 with green text, Times New Roman font, none, and bounce, displayed as block with flex-start, responsive with media queries.", - "code": "

    Hello World

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A small div with white text, Verdana font, none, and fade-in, displayed as none with flex-start, responsive with media queries.", - "code": "Search @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A footer containing a list of options with gray text, each inside a double box, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium h3 with purple text, Courier New font, none, and slide-up, displayed as flex with center, responsive with media queries.", - "code": "

    Contact Us

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A white box with ridge border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using flex layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Choose Option
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A large header with red text, Arial font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as inline-block with flex-start, responsive with media queries.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A pink button with large Times New Roman text, using inline-block layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A medium h3 with blue text, Courier New font, 0 4px 8px rgba(0, 0, 0, 0.2), and fade-in, displayed as inline-block with space-around, responsive with media queries.", - "code": "

    Hello World

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A small header with cyan text, Arial font, 4px 4px 10px rgba(0, 0, 0, 0.5), and bounce, displayed as inline-block with flex-start, responsive with media queries.", - "code": "Click Me @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A blue button with large Courier New text, using inline-block layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A black box with double border, radial-gradient(circle, pink, purple) background, large text centered inside, using flex layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Login
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A h3 containing a gray button with linear-gradient(to right, red, yellow) background that says 'Login', followed by a small text description, with spin.", - "code": "

    sign up

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A white box with dotted border, linear-gradient(to bottom, blue, green) background, small text centered inside, using none layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Login
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A small h1 with black text, Courier New font, none, and bounce, displayed as flex with space-around, responsive with media queries.", - "code": "

    Contact Us

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A large div with green text, Georgia font, 2px 2px 5px rgba(0, 0, 0, 0.3), and slide-up, displayed as inline-block with flex-end, responsive with media queries.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A p containing a yellow button with linear-gradient(to bottom, blue, green) background that says 'Search', followed by a large text description, with bounce.", - "code": "

    contact us

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A purple box with groove border, radial-gradient(circle, pink, purple) background, small text centered inside, using none layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Search
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A medium p with orange text, Verdana font, 0 4px 8px rgba(0, 0, 0, 0.2), and fade-in, displayed as inline-block with flex-start, responsive with media queries.", - "code": "Choose Option @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A red button with small Tahoma text, using block layout, aligned to the left, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive header with a grid layout using template '1fr 2fr', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "
  • Choose Option
  • Hello World
  • Submit
  • Hello World
  • Choose Option
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive h2 with a grid layout using template '100px 1fr', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A orange button with small Times New Roman text, using flex layout, aligned to the left, with none, slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive input with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Click Me
  • Login
  • Choose Option
  • Sign Up
  • Hello World
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A pink box with double border, linear-gradient(to bottom, blue, green) background, small text centered inside, using none layout, with :hover { background-color: #555; color: white; } and spin.", - "code": "
    Search
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A blue button with medium Times New Roman text, using grid layout, aligned to the justify, with none, bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive input with a grid layout using template 'repeat(2, 1fr)', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Sign Up
  • Sign Up
  • Submit
  • Sign Up
  • Login
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A orange box with solid border, linear-gradient(to bottom, blue, green) background, small text centered inside, using block layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Click Me
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A small div with pink text, Courier New font, none, and slide-up, displayed as inline-block with center, responsive with media queries.", - "code": "
    Click Me
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A textarea containing a yellow button with linear-gradient(to right, red, yellow) background that says 'Sign Up', followed by a small text description, with spin.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A input containing a list of options with gray text, each inside a double box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A pink box with solid border, radial-gradient(circle, pink, purple) background, small text centered inside, using inline-block layout, with :hover { background-color: #555; color: white; } and bounce.", - "code": "
    Submit
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive footer with a grid layout using template 'repeat(3, 1fr)', containing items with large text and :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A purple button with large Tahoma text, using none layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A h2 containing a list of options with orange text, each inside a solid box, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A red button with large Helvetica text, using flex layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A textarea containing a list of options with red text, each inside a groove box, with none, spin, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A h1 containing a list of options with blue text, each inside a solid box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive h2 with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": "
  • Click Me
  • Hello World
  • Login
  • Click Me
  • Contact Us
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive h3 with a grid layout using template '1fr 2fr', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": "
  • Choose Option
  • Enter Your Name
  • Submit
  • Login
  • Sign Up
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A input containing a cyan button with radial-gradient(circle, pink, purple) background that says 'Search', followed by a medium text description, with slide-up.", - "code": "

    login

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A button containing a black button with linear-gradient(to bottom, blue, green) background that says 'Choose Option', followed by a small text description, with slide-up.", - "code": "

    click me

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: all 0.3s ease;" - }, - { - "description": "A h2 containing a list of options with yellow text, each inside a dashed box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A button containing a pink button with linear-gradient(to right, red, yellow) background that says 'Sign Up', followed by a small text description, with bounce.", - "code": "

    choose option

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: background-color 0.4s ease;" - }, - { - "description": "A div containing a list of options with pink text, each inside a solid box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A pink button with large Courier New text, using none layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive select with a grid layout using template 'repeat(2, 1fr)', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": "
  • Sign Up
  • Sign Up
  • Submit
  • Login
  • Choose Option
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A span containing a purple button with radial-gradient(circle, pink, purple) background that says 'Submit', followed by a large text description, with slide-up.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A responsive h2 with a grid layout using template 'repeat(3, 1fr)', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A yellow button with medium Verdana text, using flex layout, aligned to the justify, with none, slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h3 containing a list of options with orange text, each inside a dashed box, with none, fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A span containing a list of options with white text, each inside a dotted box, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A h1 containing a white button with radial-gradient(circle, pink, purple) background that says 'Login', followed by a large text description, with slide-up.", - "code": "

    submit

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A span containing a black button with radial-gradient(circle, pink, purple) background that says 'Choose Option', followed by a medium text description, with slide-up.", - "code": "

    click me

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A green button with medium Times New Roman text, using block layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A small header with pink text, Georgia font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as none with flex-start, responsive with media queries.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive nav with a grid layout using template '100px 1fr', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": "
  • Enter Your Name
  • Click Me
  • Submit
  • Enter Your Name
  • Click Me
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A white button with large Georgia text, using block layout, aligned to the center, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A footer containing a list of options with red text, each inside a ridge box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium select with black text, Tahoma font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as none with space-around, responsive with media queries.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A p containing a orange button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a medium text description, with bounce.", - "code": "

    choose option

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A h2 containing a list of options with white text, each inside a solid box, with none, slide-up, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A red button with medium Times New Roman text, using flex layout, aligned to the left, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A textarea containing a white button with linear-gradient(to bottom, blue, green) background that says 'Login', followed by a small text description, with slide-up.", - "code": "

    click me

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A h3 containing a list of options with white text, each inside a ridge box, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A footer containing a white button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a small text description, with bounce.", - "code": "

    enter your name

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A small textarea with yellow text, Georgia font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as grid with center, responsive with media queries.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A footer containing a list of options with black text, each inside a groove box, with none, fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A textarea containing a list of options with blue text, each inside a dotted box, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A select containing a yellow button with radial-gradient(circle, pink, purple) background that says 'Choose Option', followed by a large text description, with spin.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: all 0.3s ease;" - }, - { - "description": "A red box with double border, radial-gradient(circle, pink, purple) background, small text centered inside, using flex layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Sign Up
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive select with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": "
  • Login
  • Hello World
  • Search
  • Submit
  • Enter Your Name
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A select containing a white button with linear-gradient(to bottom, blue, green) background that says 'Contact Us', followed by a large text description, with fade-in.", - "code": "

    contact us

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A textarea containing a gray button with radial-gradient(circle, pink, purple) background that says 'Hello World', followed by a medium text description, with spin.", - "code": "

    click me

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: all 0.3s ease;" - }, - { - "description": "A responsive h1 with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive button with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A small h3 with white text, Arial font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as grid with flex-end, responsive with media queries.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A large span with yellow text, Arial font, none, and spin, displayed as block with flex-start, responsive with media queries.", - "code": "Sign Up @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive button with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A div containing a list of options with orange text, each inside a dotted box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A button containing a orange button with radial-gradient(circle, pink, purple) background that says 'Choose Option', followed by a medium text description, with bounce.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A textarea containing a purple button with linear-gradient(to bottom, blue, green) background that says 'Search', followed by a medium text description, with bounce.", - "code": "

    hello world

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A pink box with double border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using none layout, with :hover { transform: scale(1.1); } and fade-in.", - "code": "
    Sign Up
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A purple button with large Tahoma text, using none layout, aligned to the right, with none, spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A cyan box with dotted border, radial-gradient(circle, pink, purple) background, large text centered inside, using grid layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Login
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A small h2 with orange text, Times New Roman font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as flex with space-between, responsive with media queries.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A yellow button with small Verdana text, using inline-block layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h2 containing a blue button with linear-gradient(to right, red, yellow) background that says 'Submit', followed by a large text description, with fade-in.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A green box with double border, radial-gradient(circle, pink, purple) background, large text centered inside, using grid layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Login
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A white box with double border, linear-gradient(to bottom, blue, green) background, large text centered inside, using grid layout, with :hover { transform: scale(1.1); } and fade-in.", - "code": "
    Enter Your Name
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive h1 with a grid layout using template '1fr 2fr', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Login
  • Choose Option
  • Contact Us
  • Contact Us
  • Search
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A red box with solid border, linear-gradient(to bottom, blue, green) background, large text centered inside, using block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Enter Your Name
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A gray box with groove border, linear-gradient(to right, red, yellow) background, small text centered inside, using grid layout, with :hover { transform: scale(1.1); } and fade-in.", - "code": "
    Click Me
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive span with a grid layout using template 'repeat(2, 1fr)', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": "

  • Search
  • Submit
  • Click Me
  • Search
  • Choose Option
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h1 containing a blue button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a small text description, with bounce.", - "code": "

    submit

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A header containing a green button with radial-gradient(circle, pink, purple) background that says 'Hello World', followed by a small text description, with spin.", - "code": "

    sign up

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A h2 containing a list of options with gray text, each inside a double box, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A div containing a list of options with orange text, each inside a ridge box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A span containing a red button with linear-gradient(to right, red, yellow) background that says 'Enter Your Name', followed by a medium text description, with slide-up.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: all 0.3s ease;" - }, - { - "description": "A p containing a black button with radial-gradient(circle, pink, purple) background that says 'Sign Up', followed by a small text description, with spin.", - "code": "

    click me

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A large footer with cyan text, Courier New font, 4px 4px 10px rgba(0, 0, 0, 0.5), and bounce, displayed as grid with space-around, responsive with media queries.", - "code": "
    Submit
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A small h1 with blue text, Tahoma font, 4px 4px 10px rgba(0, 0, 0, 0.5), and slide-up, displayed as grid with flex-start, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A div containing a yellow button with linear-gradient(to bottom, blue, green) background that says 'Choose Option', followed by a small text description, with spin.", - "code": "

    choose option

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A p containing a list of options with white text, each inside a dotted box, with none, slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive header with a grid layout using template '1fr 2fr', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Submit
  • Enter Your Name
  • Submit
  • Sign Up
  • Sign Up
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive h1 with a grid layout using template 'repeat(3, 1fr)', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": "

  • Enter Your Name
  • Search
  • Choose Option
  • Login
  • Sign Up
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A black box with solid border, linear-gradient(to right, red, yellow) background, medium text centered inside, using flex layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Contact Us
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A cyan button with medium Courier New text, using block layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h2 containing a yellow button with linear-gradient(to right, red, yellow) background that says 'Contact Us', followed by a medium text description, with spin.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A small h2 with orange text, Helvetica font, 0 4px 8px rgba(0, 0, 0, 0.2), and bounce, displayed as inline-block with center, responsive with media queries.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A red button with medium Verdana text, using none layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A cyan button with small Times New Roman text, using grid layout, aligned to the right, with none, bounce, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A select containing a yellow button with linear-gradient(to right, red, yellow) background that says 'Sign Up', followed by a large text description, with spin.", - "code": "

    hello world

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A nav containing a white button with linear-gradient(to right, red, yellow) background that says 'Sign Up', followed by a medium text description, with bounce.", - "code": "

    click me

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A responsive span with a grid layout using template '1fr 2fr', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A large h2 with green text, Tahoma font, 0 4px 8px rgba(0, 0, 0, 0.2), and fade-in, displayed as inline-block with space-between, responsive with media queries.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A orange box with double border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using flex layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Click Me
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A gray button with large Courier New text, using none layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A cyan box with double border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using flex layout, with :hover { background-color: #555; color: white; } and bounce.", - "code": "
    Hello World
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A green box with dotted border, linear-gradient(to bottom, blue, green) background, small text centered inside, using block layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Choose Option
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive select with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Search
  • Search
  • Submit
  • Hello World
  • Submit
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A span containing a pink button with linear-gradient(to right, red, yellow) background that says 'Contact Us', followed by a large text description, with fade-in.", - "code": "

    hello world

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A pink button with small Times New Roman text, using none layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive textarea with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A green button with large Helvetica text, using flex layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A red box with dashed border, radial-gradient(circle, pink, purple) background, small text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Sign Up
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A select containing a blue button with linear-gradient(to right, red, yellow) background that says 'Enter Your Name', followed by a small text description, with bounce.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A medium footer with orange text, Georgia font, 4px 4px 10px rgba(0, 0, 0, 0.5), and fade-in, displayed as none with center, responsive with media queries.", - "code": "

    Choose Option

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A large span with cyan text, Times New Roman font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as none with flex-end, responsive with media queries.", - "code": "
    Hello World
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A large nav with green text, Helvetica font, 4px 4px 10px rgba(0, 0, 0, 0.5), and fade-in, displayed as none with space-between, responsive with media queries.", - "code": "
    Enter Your Name
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A nav containing a blue button with linear-gradient(to right, red, yellow) background that says 'Hello World', followed by a medium text description, with slide-up.", - "code": "

    submit

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A select containing a blue button with radial-gradient(circle, pink, purple) background that says 'Hello World', followed by a medium text description, with slide-up.", - "code": "

    login

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A green box with double border, linear-gradient(to right, red, yellow) background, small text centered inside, using block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Hello World
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h1 containing a list of options with cyan text, each inside a dotted box, with none, fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A red box with double border, linear-gradient(to right, red, yellow) background, large text centered inside, using flex layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Search
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A h2 containing a list of options with gray text, each inside a solid box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive textarea with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "
  • Choose Option
  • Contact Us
  • Hello World
  • Choose Option
  • Click Me
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive header with a grid layout using template 'repeat(2, 1fr)', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": "

  • Choose Option
  • Choose Option
  • Login
  • Submit
  • Hello World
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A blue box with double border, radial-gradient(circle, pink, purple) background, small text centered inside, using flex layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Search
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A white box with ridge border, linear-gradient(to right, red, yellow) background, medium text centered inside, using block layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Enter Your Name
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A yellow button with large Georgia text, using inline-block layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A gray box with double border, linear-gradient(to right, red, yellow) background, small text centered inside, using inline-block layout, with :hover { transform: scale(1.1); } and slide-up.", - "code": "
    Click Me
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A div containing a pink button with linear-gradient(to right, red, yellow) background that says 'Click Me', followed by a large text description, with slide-up.", - "code": "

    login

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A input containing a yellow button with linear-gradient(to bottom, blue, green) background that says 'Enter Your Name', followed by a large text description, with slide-up.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: all 0.3s ease;" - }, - { - "description": "A responsive select with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "
  • Sign Up
  • Contact Us
  • Login
  • Enter Your Name
  • Search
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive div with a grid layout using template '100px 1fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A pink box with dotted border, radial-gradient(circle, pink, purple) background, large text centered inside, using flex layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Choose Option
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A select containing a list of options with purple text, each inside a double box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A textarea containing a yellow button with radial-gradient(circle, pink, purple) background that says 'Submit', followed by a small text description, with fade-in.", - "code": "

    sign up

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A large h3 with pink text, Verdana font, none, and fade-in, displayed as block with center, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive p with a grid layout using template '100px 1fr', containing items with large text and :hover { transform: scale(1.1); }.", - "code": "
  • Enter Your Name
  • Search
  • Sign Up
  • Login
  • Choose Option
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A small p with gray text, Helvetica font, 2px 2px 5px rgba(0, 0, 0, 0.3), and spin, displayed as none with center, responsive with media queries.", - "code": "Choose Option @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A green box with ridge border, linear-gradient(to right, red, yellow) background, large text centered inside, using block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Search
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A div containing a list of options with cyan text, each inside a dashed box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A blue box with dashed border, linear-gradient(to right, red, yellow) background, medium text centered inside, using flex layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Sign Up
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A gray button with small Verdana text, using block layout, aligned to the right, with none, fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A input containing a white button with linear-gradient(to right, red, yellow) background that says 'Enter Your Name', followed by a medium text description, with slide-up.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A h1 containing a list of options with orange text, each inside a dashed box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A span containing a list of options with white text, each inside a dotted box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A header containing a blue button with linear-gradient(to bottom, blue, green) background that says 'Login', followed by a medium text description, with spin.", - "code": "

    contact us

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A white button with large Verdana text, using block layout, aligned to the right, with none, spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A select containing a cyan button with radial-gradient(circle, pink, purple) background that says 'Contact Us', followed by a large text description, with slide-up.", - "code": "

    contact us

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A footer containing a list of options with white text, each inside a ridge box, with none, fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A orange button with large Tahoma text, using inline-block layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive span with a grid layout using template '100px 1fr', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A gray button with small Times New Roman text, using inline-block layout, aligned to the left, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A medium footer with white text, Courier New font, 4px 4px 10px rgba(0, 0, 0, 0.5), and bounce, displayed as none with flex-start, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A p containing a cyan button with radial-gradient(circle, pink, purple) background that says 'Search', followed by a large text description, with spin.", - "code": "

    search

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A medium select with blue text, Tahoma font, 0 4px 8px rgba(0, 0, 0, 0.2), and bounce, displayed as none with space-around, responsive with media queries.", - "code": "
    Login
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A large input with orange text, Georgia font, 2px 2px 5px rgba(0, 0, 0, 0.3), and spin, displayed as flex with space-around, responsive with media queries.", - "code": "
    Enter Your Name
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A purple button with small Arial text, using inline-block layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A white button with small Tahoma text, using grid layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A span containing a pink button with linear-gradient(to bottom, blue, green) background that says 'Contact Us', followed by a small text description, with bounce.", - "code": "

    submit

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A h2 containing a list of options with purple text, each inside a ridge box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A black button with medium Helvetica text, using none layout, aligned to the left, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A small h2 with blue text, Arial font, 2px 2px 5px rgba(0, 0, 0, 0.3), and fade-in, displayed as block with space-between, responsive with media queries.", - "code": "Choose Option @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A green button with medium Tahoma text, using grid layout, aligned to the left, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h3 containing a list of options with black text, each inside a double box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive p with a grid layout using template '100px 1fr', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": "

  • Contact Us
  • Submit
  • Sign Up
  • Hello World
  • Login
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A pink box with dashed border, radial-gradient(circle, pink, purple) background, small text centered inside, using inline-block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and spin.", - "code": "
    Login
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive h3 with a grid layout using template '100px 1fr', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": "
  • Contact Us
  • Submit
  • Contact Us
  • Enter Your Name
  • Hello World
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive span with a grid layout using template 'repeat(2, 1fr)', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Search
  • Click Me
  • Contact Us
  • Hello World
  • Hello World
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive h3 with a grid layout using template '1fr 2fr', containing items with small text and :hover { transform: scale(1.1); }.", - "code": "

  • Search
  • Contact Us
  • Sign Up
  • Sign Up
  • Hello World
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A div containing a cyan button with linear-gradient(to bottom, blue, green) background that says 'Choose Option', followed by a small text description, with bounce.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A medium header with yellow text, Arial font, 0 4px 8px rgba(0, 0, 0, 0.2), and slide-up, displayed as inline-block with space-around, responsive with media queries.", - "code": "

    Submit

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A blue box with double border, linear-gradient(to right, red, yellow) background, large text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Click Me
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A button containing a purple button with radial-gradient(circle, pink, purple) background that says 'Choose Option', followed by a large text description, with slide-up.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A blue button with medium Helvetica text, using inline-block layout, aligned to the justify, with none, bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A select containing a list of options with black text, each inside a dashed box, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium textarea with cyan text, Times New Roman font, 2px 2px 5px rgba(0, 0, 0, 0.3), and slide-up, displayed as grid with flex-end, responsive with media queries.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A black button with medium Arial text, using none layout, aligned to the center, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A h2 containing a list of options with red text, each inside a solid box, with none, bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A pink box with dotted border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using grid layout, with :hover { background-color: #555; color: white; } and bounce.", - "code": "
    Choose Option
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A white box with groove border, linear-gradient(to right, red, yellow) background, small text centered inside, using none layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Enter Your Name
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A footer containing a list of options with black text, each inside a dashed box, with none, slide-up, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A small input with orange text, Tahoma font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as none with flex-start, responsive with media queries.", - "code": "Choose Option @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A blue button with small Tahoma text, using grid layout, aligned to the right, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A header containing a list of options with pink text, each inside a ridge box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A green button with large Times New Roman text, using none layout, aligned to the right, with none, bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A div containing a list of options with cyan text, each inside a solid box, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A h1 containing a yellow button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a medium text description, with spin.", - "code": "

    hello world

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A button containing a black button with linear-gradient(to bottom, blue, green) background that says 'Enter Your Name', followed by a large text description, with bounce.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A responsive textarea with a grid layout using template 'repeat(3, 1fr)', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": "

  • Submit
  • Contact Us
  • Hello World
  • Login
  • Contact Us
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive p with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A small h2 with yellow text, Verdana font, none, and fade-in, displayed as block with center, responsive with media queries.", - "code": "

    Hello World

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive select with a grid layout using template '100px 1fr', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": "
  • Choose Option
  • Enter Your Name
  • Contact Us
  • Enter Your Name
  • Hello World
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A large nav with green text, Verdana font, none, and spin, displayed as inline-block with space-around, responsive with media queries.", - "code": "

    Contact Us

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A purple box with solid border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using flex layout, with :hover { transform: scale(1.1); } and slide-up.", - "code": "
    Search
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A div containing a list of options with purple text, each inside a groove box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A medium header with blue text, Verdana font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as flex with center, responsive with media queries.", - "code": "
    Sign Up
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A medium nav with purple text, Times New Roman font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as flex with flex-end, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium span with blue text, Verdana font, 4px 4px 10px rgba(0, 0, 0, 0.5), and slide-up, displayed as block with flex-start, responsive with media queries.", - "code": "

    Hello World

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A small select with blue text, Times New Roman font, 4px 4px 10px rgba(0, 0, 0, 0.5), and slide-up, displayed as block with flex-end, responsive with media queries.", - "code": "

    Sign Up

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A gray button with large Verdana text, using flex layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h1 containing a list of options with gray text, each inside a solid box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A cyan box with ridge border, linear-gradient(to bottom, blue, green) background, small text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Choose Option
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A span containing a white button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a small text description, with spin.", - "code": "

    click me

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A red button with large Arial text, using grid layout, aligned to the left, with none, slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A green button with medium Verdana text, using inline-block layout, aligned to the center, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A white button with medium Arial text, using flex layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive select with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Choose Option
  • Submit
  • Click Me
  • Enter Your Name
  • Sign Up
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A gray box with dotted border, radial-gradient(circle, pink, purple) background, medium text centered inside, using flex layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Contact Us
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A p containing a gray button with radial-gradient(circle, pink, purple) background that says 'Contact Us', followed by a large text description, with bounce.", - "code": "

    hello world

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A red box with double border, radial-gradient(circle, pink, purple) background, small text centered inside, using block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Enter Your Name
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A footer containing a gray button with linear-gradient(to right, red, yellow) background that says 'Hello World', followed by a large text description, with bounce.", - "code": "

    login

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A large div with cyan text, Georgia font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as grid with center, responsive with media queries.", - "code": "

    Choose Option

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A purple box with double border, linear-gradient(to bottom, blue, green) background, large text centered inside, using inline-block layout, with :hover { background-color: #555; color: white; } and spin.", - "code": "
    Sign Up
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A footer containing a list of options with red text, each inside a solid box, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A purple box with groove border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using inline-block layout, with :hover { background-color: #555; color: white; } and bounce.", - "code": "
    Enter Your Name
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A p containing a list of options with red text, each inside a dashed box, with none, fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A nav containing a cyan button with radial-gradient(circle, pink, purple) background that says 'Hello World', followed by a small text description, with bounce.", - "code": "

    login

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A blue button with medium Courier New text, using none layout, aligned to the center, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A button containing a list of options with white text, each inside a ridge box, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A orange button with large Georgia text, using block layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A large span with purple text, Courier New font, 2px 2px 5px rgba(0, 0, 0, 0.3), and slide-up, displayed as block with space-around, responsive with media queries.", - "code": "
    Search
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A gray button with medium Times New Roman text, using inline-block layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive footer with a grid layout using template 'repeat(2, 1fr)', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A nav containing a gray button with radial-gradient(circle, pink, purple) background that says 'Submit', followed by a small text description, with fade-in.", - "code": "

    contact us

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A green box with double border, radial-gradient(circle, pink, purple) background, small text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Click Me
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A h2 containing a list of options with blue text, each inside a solid box, with none, spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A gray button with large Arial text, using none layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h1 containing a purple button with linear-gradient(to right, red, yellow) background that says 'Contact Us', followed by a large text description, with slide-up.", - "code": "

    enter your name

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A small p with black text, Georgia font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as block with flex-end, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A yellow button with small Arial text, using block layout, aligned to the left, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive h2 with a grid layout using template 'repeat(2, 1fr)', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A div containing a list of options with green text, each inside a dotted box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A header containing a blue button with radial-gradient(circle, pink, purple) background that says 'Enter Your Name', followed by a medium text description, with spin.", - "code": "

    submit

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: background-color 0.4s ease;" - }, - { - "description": "A medium p with red text, Verdana font, 4px 4px 10px rgba(0, 0, 0, 0.5), and slide-up, displayed as inline-block with space-around, responsive with media queries.", - "code": "

    Enter Your Name

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A green button with large Verdana text, using flex layout, aligned to the right, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A yellow box with dashed border, linear-gradient(to right, red, yellow) background, small text centered inside, using grid layout, with :hover { transform: scale(1.1); } and fade-in.", - "code": "
    Enter Your Name
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A select containing a list of options with green text, each inside a dotted box, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A red button with large Times New Roman text, using block layout, aligned to the center, with none, bounce, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A blue box with dashed border, linear-gradient(to bottom, blue, green) background, large text centered inside, using block layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Sign Up
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A div containing a list of options with pink text, each inside a dotted box, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A large textarea with blue text, Verdana font, 4px 4px 10px rgba(0, 0, 0, 0.5), and fade-in, displayed as grid with flex-start, responsive with media queries.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A yellow box with ridge border, linear-gradient(to right, red, yellow) background, large text centered inside, using inline-block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and spin.", - "code": "
    Login
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A pink box with dashed border, linear-gradient(to right, red, yellow) background, small text centered inside, using flex layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Enter Your Name
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A yellow box with dotted border, linear-gradient(to right, red, yellow) background, small text centered inside, using none layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Search
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A footer containing a pink button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a small text description, with fade-in.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A responsive p with a grid layout using template '1fr 2fr', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": "
  • Sign Up
  • Choose Option
  • Hello World
  • Search
  • Enter Your Name
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive div with a grid layout using template 'repeat(2, 1fr)', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": "
  • Click Me
  • Login
  • Sign Up
  • Choose Option
  • Hello World
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive h2 with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h1 containing a blue button with radial-gradient(circle, pink, purple) background that says 'Submit', followed by a large text description, with spin.", - "code": "

    hello world

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A responsive p with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A gray box with dashed border, linear-gradient(to bottom, blue, green) background, large text centered inside, using inline-block layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Login
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A p containing a white button with linear-gradient(to bottom, blue, green) background that says 'Choose Option', followed by a medium text description, with slide-up.", - "code": "

    contact us

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A green box with double border, linear-gradient(to right, red, yellow) background, medium text centered inside, using none layout, with :hover { transform: scale(1.1); } and slide-up.", - "code": "
    Hello World
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive input with a grid layout using template '1fr 2fr', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A header containing a pink button with linear-gradient(to bottom, blue, green) background that says 'Submit', followed by a small text description, with spin.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A large header with red text, Georgia font, 2px 2px 5px rgba(0, 0, 0, 0.3), and spin, displayed as flex with flex-start, responsive with media queries.", - "code": "

    Choose Option

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A white button with medium Georgia text, using inline-block layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A div containing a black button with linear-gradient(to right, red, yellow) background that says 'Submit', followed by a medium text description, with spin.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A h2 containing a list of options with blue text, each inside a solid box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A h3 containing a red button with linear-gradient(to right, red, yellow) background that says 'Hello World', followed by a small text description, with slide-up.", - "code": "

    click me

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A h1 containing a black button with radial-gradient(circle, pink, purple) background that says 'Hello World', followed by a small text description, with spin.", - "code": "

    submit

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A header containing a red button with linear-gradient(to right, red, yellow) background that says 'Hello World', followed by a small text description, with fade-in.", - "code": "

    sign up

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: background-color 0.4s ease;" - }, - { - "description": "A gray box with ridge border, linear-gradient(to bottom, blue, green) background, small text centered inside, using block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and spin.", - "code": "
    Click Me
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A p containing a pink button with linear-gradient(to right, red, yellow) background that says 'Contact Us', followed by a large text description, with bounce.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A responsive h3 with a grid layout using template '1fr 2fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive h1 with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Contact Us
  • Click Me
  • Submit
  • Enter Your Name
  • Contact Us
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A small textarea with black text, Helvetica font, 4px 4px 10px rgba(0, 0, 0, 0.5), and bounce, displayed as flex with space-between, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A orange button with medium Times New Roman text, using none layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h2 containing a pink button with linear-gradient(to bottom, blue, green) background that says 'Submit', followed by a medium text description, with fade-in.", - "code": "

    click me

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: all 0.3s ease;" - }, - { - "description": "A white button with large Tahoma text, using grid layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A orange box with groove border, radial-gradient(circle, pink, purple) background, large text centered inside, using none layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Enter Your Name
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A green button with medium Verdana text, using block layout, aligned to the center, with none, fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A blue button with large Verdana text, using inline-block layout, aligned to the left, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A nav containing a blue button with linear-gradient(to bottom, blue, green) background that says 'Hello World', followed by a medium text description, with slide-up.", - "code": "

    login

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A responsive header with a grid layout using template '1fr 2fr', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Search
  • Enter Your Name
  • Search
  • Enter Your Name
  • Contact Us
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A nav containing a list of options with gray text, each inside a groove box, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A input containing a list of options with green text, each inside a double box, with none, fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A footer containing a cyan button with linear-gradient(to bottom, blue, green) background that says 'Click Me', followed by a small text description, with spin.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A textarea containing a list of options with pink text, each inside a double box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A blue box with groove border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Enter Your Name
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A white box with ridge border, linear-gradient(to right, red, yellow) background, large text centered inside, using block layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Contact Us
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive footer with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A select containing a list of options with gray text, each inside a solid box, with none, bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A large h1 with yellow text, Tahoma font, 0 4px 8px rgba(0, 0, 0, 0.2), and bounce, displayed as flex with flex-end, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A yellow button with large Georgia text, using grid layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A purple button with small Arial text, using grid layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A p containing a list of options with orange text, each inside a dashed box, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A large footer with green text, Verdana font, none, and slide-up, displayed as inline-block with center, responsive with media queries.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A large button with yellow text, Courier New font, none, and fade-in, displayed as none with space-around, responsive with media queries.", - "code": "Sign Up @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A header containing a green button with linear-gradient(to bottom, blue, green) background that says 'Choose Option', followed by a small text description, with fade-in.", - "code": "

    search

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A blue button with small Arial text, using flex layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A pink box with ridge border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using grid layout, with :hover { background-color: #555; color: white; } and spin.", - "code": "
    Contact Us
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A cyan box with dotted border, linear-gradient(to right, red, yellow) background, medium text centered inside, using block layout, with :hover { background-color: #555; color: white; } and slide-up.", - "code": "
    Sign Up
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h1 containing a yellow button with linear-gradient(to right, red, yellow) background that says 'Enter Your Name', followed by a large text description, with slide-up.", - "code": "

    search

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: all 0.3s ease;" - }, - { - "description": "A responsive h3 with a grid layout using template 'repeat(2, 1fr)', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "
  • Submit
  • Contact Us
  • Contact Us
  • Search
  • Submit
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive div with a grid layout using template '100px 1fr', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A input containing a list of options with orange text, each inside a dotted box, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A blue box with solid border, radial-gradient(circle, pink, purple) background, large text centered inside, using inline-block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and spin.", - "code": "
    Choose Option
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A gray box with groove border, radial-gradient(circle, pink, purple) background, small text centered inside, using block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Click Me
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A yellow box with dotted border, radial-gradient(circle, pink, purple) background, medium text centered inside, using flex layout, with :hover { background-color: #555; color: white; } and bounce.", - "code": "
    Enter Your Name
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A white button with small Georgia text, using none layout, aligned to the justify, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A cyan box with solid border, radial-gradient(circle, pink, purple) background, medium text centered inside, using grid layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Submit
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A select containing a pink button with linear-gradient(to right, red, yellow) background that says 'Click Me', followed by a medium text description, with fade-in.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A p containing a list of options with pink text, each inside a double box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A h1 containing a list of options with white text, each inside a dotted box, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A h3 containing a list of options with pink text, each inside a dotted box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A span containing a list of options with gray text, each inside a groove box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A red box with dotted border, linear-gradient(to right, red, yellow) background, large text centered inside, using grid layout, with :hover { background-color: #555; color: white; } and bounce.", - "code": "
    Hello World
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A green box with dashed border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using block layout, with :hover { background-color: #555; color: white; } and spin.", - "code": "
    Hello World
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A h3 containing a cyan button with linear-gradient(to bottom, blue, green) background that says 'Login', followed by a small text description, with fade-in.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A white button with large Georgia text, using block layout, aligned to the justify, with none, fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A span containing a list of options with green text, each inside a groove box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive select with a grid layout using template '1fr 2fr', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A button containing a yellow button with radial-gradient(circle, pink, purple) background that says 'Hello World', followed by a medium text description, with bounce.", - "code": "

    hello world

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: background-color 0.4s ease;" - }, - { - "description": "A black button with large Helvetica text, using none layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A input containing a yellow button with radial-gradient(circle, pink, purple) background that says 'Click Me', followed by a medium text description, with bounce.", - "code": "

    submit

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A select containing a yellow button with linear-gradient(to bottom, blue, green) background that says 'Choose Option', followed by a medium text description, with fade-in.", - "code": "

    submit

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A medium p with red text, Arial font, 4px 4px 10px rgba(0, 0, 0, 0.5), and fade-in, displayed as inline-block with space-between, responsive with media queries.", - "code": "

    Submit

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A nav containing a black button with linear-gradient(to right, red, yellow) background that says 'Enter Your Name', followed by a large text description, with spin.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A select containing a list of options with black text, each inside a groove box, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A small input with purple text, Helvetica font, none, and spin, displayed as grid with space-around, responsive with media queries.", - "code": "Hello World @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A footer containing a yellow button with radial-gradient(circle, pink, purple) background that says 'Enter Your Name', followed by a medium text description, with bounce.", - "code": "

    login

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A red button with large Times New Roman text, using grid layout, aligned to the right, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A orange button with medium Georgia text, using inline-block layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A footer containing a list of options with purple text, each inside a solid box, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A h3 containing a cyan button with radial-gradient(circle, pink, purple) background that says 'Contact Us', followed by a medium text description, with spin.", - "code": "

    search

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A p containing a list of options with gray text, each inside a solid box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A cyan button with medium Arial text, using flex layout, aligned to the right, with none, bounce, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A button containing a purple button with linear-gradient(to bottom, blue, green) background that says 'Hello World', followed by a medium text description, with spin.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A select containing a orange button with linear-gradient(to right, red, yellow) background that says 'Sign Up', followed by a medium text description, with slide-up.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A pink button with large Tahoma text, using flex layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive textarea with a grid layout using template 'repeat(3, 1fr)', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A p containing a list of options with gray text, each inside a solid box, with none, bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive nav with a grid layout using template '1fr 2fr', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A large span with green text, Courier New font, 4px 4px 10px rgba(0, 0, 0, 0.5), and bounce, displayed as grid with center, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A black button with large Verdana text, using none layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A large div with pink text, Times New Roman font, 0 4px 8px rgba(0, 0, 0, 0.2), and bounce, displayed as block with center, responsive with media queries.", - "code": "Login @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A footer containing a blue button with linear-gradient(to bottom, blue, green) background that says 'Search', followed by a large text description, with spin.", - "code": "

    login

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: all 0.3s ease;" - }, - { - "description": "A h1 containing a blue button with linear-gradient(to bottom, blue, green) background that says 'Enter Your Name', followed by a large text description, with slide-up.", - "code": "

    contact us

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: background-color 0.4s ease;" - }, - { - "description": "A green button with large Tahoma text, using block layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A yellow box with double border, radial-gradient(circle, pink, purple) background, large text centered inside, using none layout, with :hover { background-color: #555; color: white; } and spin.", - "code": "
    Search
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A input containing a list of options with red text, each inside a dashed box, with none, spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A green box with double border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Enter Your Name
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A medium h2 with gray text, Tahoma font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as flex with center, responsive with media queries.", - "code": "Login @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A small h2 with cyan text, Georgia font, 0 4px 8px rgba(0, 0, 0, 0.2), and slide-up, displayed as grid with flex-end, responsive with media queries.", - "code": "

    Login

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A pink box with ridge border, linear-gradient(to bottom, blue, green) background, small text centered inside, using flex layout, with :hover { background-color: #555; color: white; } and spin.", - "code": "
    Sign Up
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A medium p with pink text, Verdana font, 4px 4px 10px rgba(0, 0, 0, 0.5), and bounce, displayed as flex with space-between, responsive with media queries.", - "code": "
    Click Me
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A h2 containing a list of options with black text, each inside a ridge box, with none, spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A large textarea with pink text, Tahoma font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as none with flex-end, responsive with media queries.", - "code": "

    Click Me

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A button containing a white button with linear-gradient(to bottom, blue, green) background that says 'Submit', followed by a medium text description, with fade-in.", - "code": "

    sign up

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A select containing a pink button with radial-gradient(circle, pink, purple) background that says 'Search', followed by a medium text description, with fade-in.", - "code": "

    login

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A responsive select with a grid layout using template 'repeat(3, 1fr)', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A h2 containing a purple button with linear-gradient(to right, red, yellow) background that says 'Enter Your Name', followed by a large text description, with fade-in.", - "code": "

    hello world

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A responsive h3 with a grid layout using template '1fr 2fr', containing items with large text and :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A footer containing a list of options with gray text, each inside a solid box, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A small header with pink text, Georgia font, 2px 2px 5px rgba(0, 0, 0, 0.3), and fade-in, displayed as block with flex-end, responsive with media queries.", - "code": "Search @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A small h2 with green text, Helvetica font, none, and bounce, displayed as none with flex-start, responsive with media queries.", - "code": "
    Hello World
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A nav containing a list of options with white text, each inside a dotted box, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A header containing a white button with linear-gradient(to right, red, yellow) background that says 'Contact Us', followed by a large text description, with fade-in.", - "code": "

    choose option

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A green box with dashed border, linear-gradient(to right, red, yellow) background, medium text centered inside, using inline-block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Sign Up
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A yellow button with medium Courier New text, using inline-block layout, aligned to the justify, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive input with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": "

  • Contact Us
  • Login
  • Hello World
  • Click Me
  • Hello World
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A footer containing a purple button with radial-gradient(circle, pink, purple) background that says 'Login', followed by a medium text description, with spin.", - "code": "

    hello world

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A white box with ridge border, radial-gradient(circle, pink, purple) background, medium text centered inside, using inline-block layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Choose Option
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A green box with double border, radial-gradient(circle, pink, purple) background, medium text centered inside, using block layout, with :hover { background-color: #555; color: white; } and bounce.", - "code": "
    Login
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A header containing a list of options with gray text, each inside a dotted box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A footer containing a list of options with cyan text, each inside a dotted box, with none, spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A h2 containing a cyan button with radial-gradient(circle, pink, purple) background that says 'Enter Your Name', followed by a small text description, with fade-in.", - "code": "

    contact us

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A green button with medium Georgia text, using none layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A green button with large Georgia text, using flex layout, aligned to the left, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A blue box with double border, linear-gradient(to bottom, blue, green) background, large text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Login
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A large nav with gray text, Arial font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as grid with flex-end, responsive with media queries.", - "code": "

    Login

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium textarea with pink text, Tahoma font, 4px 4px 10px rgba(0, 0, 0, 0.5), and fade-in, displayed as block with space-between, responsive with media queries.", - "code": "Contact Us @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A cyan button with small Helvetica text, using inline-block layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A large p with pink text, Verdana font, 0 4px 8px rgba(0, 0, 0, 0.2), and bounce, displayed as flex with space-around, responsive with media queries.", - "code": "

    Search

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A button containing a purple button with radial-gradient(circle, pink, purple) background that says 'Click Me', followed by a medium text description, with spin.", - "code": "

    search

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A nav containing a list of options with red text, each inside a double box, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A small textarea with purple text, Arial font, 2px 2px 5px rgba(0, 0, 0, 0.3), and spin, displayed as none with flex-end, responsive with media queries.", - "code": "

    Choose Option

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A select containing a list of options with yellow text, each inside a groove box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A footer containing a cyan button with linear-gradient(to right, red, yellow) background that says 'Search', followed by a small text description, with slide-up.", - "code": "

    contact us

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: all 0.3s ease;" - }, - { - "description": "A span containing a blue button with linear-gradient(to right, red, yellow) background that says 'Search', followed by a small text description, with fade-in.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A responsive p with a grid layout using template 'repeat(2, 1fr)', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Submit
  • Choose Option
  • Choose Option
  • Choose Option
  • Enter Your Name
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A p containing a list of options with gray text, each inside a solid box, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A input containing a gray button with linear-gradient(to right, red, yellow) background that says 'Click Me', followed by a medium text description, with spin.", - "code": "

    sign up

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: background-color 0.4s ease;" - }, - { - "description": "A small button with green text, Times New Roman font, none, and slide-up, displayed as none with space-around, responsive with media queries.", - "code": "
    Contact Us
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive header with a grid layout using template '100px 1fr', containing items with large text and :hover { transform: scale(1.1); }.", - "code": "
  • Search
  • Search
  • Choose Option
  • Hello World
  • Click Me
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A p containing a list of options with purple text, each inside a groove box, with none, bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A h2 containing a list of options with blue text, each inside a double box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive div with a grid layout using template '1fr 2fr', containing items with large text and :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h2 containing a list of options with orange text, each inside a groove box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive input with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "
  • Choose Option
  • Search
  • Sign Up
  • Click Me
  • Enter Your Name
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A footer containing a list of options with red text, each inside a dashed box, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A nav containing a black button with linear-gradient(to bottom, blue, green) background that says 'Enter Your Name', followed by a large text description, with slide-up.", - "code": "

    choose option

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A h2 containing a list of options with green text, each inside a dotted box, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A green box with solid border, radial-gradient(circle, pink, purple) background, small text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Contact Us
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A select containing a list of options with gray text, each inside a solid box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A select containing a list of options with cyan text, each inside a double box, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A purple button with small Courier New text, using none layout, aligned to the right, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A gray box with solid border, linear-gradient(to bottom, blue, green) background, small text centered inside, using none layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Enter Your Name
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A black box with groove border, linear-gradient(to bottom, blue, green) background, large text centered inside, using inline-block layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Choose Option
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A p containing a list of options with purple text, each inside a double box, with none, bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A orange box with solid border, radial-gradient(circle, pink, purple) background, small text centered inside, using grid layout, with :hover { background-color: #555; color: white; } and spin.", - "code": "
    Login
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A blue box with dashed border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using inline-block layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Click Me
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A small button with green text, Tahoma font, 2px 2px 5px rgba(0, 0, 0, 0.3), and bounce, displayed as inline-block with center, responsive with media queries.", - "code": "
    Login
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A large select with black text, Courier New font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as none with space-between, responsive with media queries.", - "code": "

    Contact Us

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive button with a grid layout using template '1fr 2fr', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Sign Up
  • Search
  • Click Me
  • Login
  • Submit
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A button containing a white button with linear-gradient(to right, red, yellow) background that says 'Choose Option', followed by a medium text description, with slide-up.", - "code": "

    hello world

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A select containing a red button with radial-gradient(circle, pink, purple) background that says 'Search', followed by a small text description, with fade-in.", - "code": "

    hello world

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A large select with cyan text, Tahoma font, 0 4px 8px rgba(0, 0, 0, 0.2), and slide-up, displayed as none with flex-end, responsive with media queries.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive nav with a grid layout using template '100px 1fr', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A cyan button with medium Georgia text, using block layout, aligned to the right, with none, bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A pink box with dotted border, radial-gradient(circle, pink, purple) background, medium text centered inside, using grid layout, with :hover { background-color: #555; color: white; } and slide-up.", - "code": "
    Enter Your Name
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A header containing a list of options with pink text, each inside a dotted box, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A small select with red text, Verdana font, 2px 2px 5px rgba(0, 0, 0, 0.3), and fade-in, displayed as none with flex-end, responsive with media queries.", - "code": "Click Me @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A purple box with double border, radial-gradient(circle, pink, purple) background, small text centered inside, using block layout, with :hover { transform: scale(1.1); } and fade-in.", - "code": "
    Search
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A purple button with medium Verdana text, using grid layout, aligned to the left, with none, slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A div containing a yellow button with radial-gradient(circle, pink, purple) background that says 'Enter Your Name', followed by a small text description, with slide-up.", - "code": "

    login

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A white box with groove border, linear-gradient(to right, red, yellow) background, medium text centered inside, using grid layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Contact Us
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A button containing a list of options with pink text, each inside a solid box, with 0 4px 8px rgba(0, 0, 0, 0.2), slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A textarea containing a list of options with pink text, each inside a dashed box, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A cyan button with large Arial text, using block layout, aligned to the right, with none, slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A yellow button with large Georgia text, using inline-block layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A p containing a cyan button with linear-gradient(to bottom, blue, green) background that says 'Login', followed by a large text description, with spin.", - "code": "

    submit

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: background-color 0.4s ease;" - }, - { - "description": "A responsive input with a grid layout using template '1fr 2fr', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": "

  • Search
  • Enter Your Name
  • Sign Up
  • Hello World
  • Login
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A input containing a list of options with gray text, each inside a ridge box, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A div containing a list of options with yellow text, each inside a double box, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A p containing a green button with linear-gradient(to bottom, blue, green) background that says 'Sign Up', followed by a small text description, with spin.", - "code": "

    login

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A footer containing a list of options with yellow text, each inside a double box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive p with a grid layout using template 'repeat(2, 1fr)', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive h2 with a grid layout using template 'repeat(2, 1fr)', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": "

  • Hello World
  • Click Me
  • Enter Your Name
  • Hello World
  • Search
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A pink button with medium Helvetica text, using none layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A yellow box with ridge border, linear-gradient(to bottom, blue, green) background, large text centered inside, using grid layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Click Me
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A cyan box with groove border, linear-gradient(to bottom, blue, green) background, large text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Sign Up
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A button containing a list of options with pink text, each inside a solid box, with none, bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A footer containing a cyan button with linear-gradient(to right, red, yellow) background that says 'Hello World', followed by a large text description, with slide-up.", - "code": "

    sign up

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: all 0.3s ease;" - }, - { - "description": "A black button with medium Georgia text, using block layout, aligned to the left, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A purple box with dashed border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using grid layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and spin.", - "code": "
    Search
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A green button with medium Georgia text, using inline-block layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A yellow button with medium Courier New text, using inline-block layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A small div with gray text, Verdana font, 0 4px 8px rgba(0, 0, 0, 0.2), and fade-in, displayed as flex with flex-end, responsive with media queries.", - "code": "
    Hello World
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A yellow box with dotted border, linear-gradient(to bottom, blue, green) background, small text centered inside, using block layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Search
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A textarea containing a list of options with purple text, each inside a dashed box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A h1 containing a list of options with gray text, each inside a solid box, with 2px 2px 5px rgba(0, 0, 0, 0.3), slide-up, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A textarea containing a list of options with pink text, each inside a dashed box, with none, slide-up, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A white button with large Verdana text, using grid layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A p containing a list of options with pink text, each inside a solid box, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A red box with ridge border, linear-gradient(to right, red, yellow) background, small text centered inside, using none layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Enter Your Name
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A medium div with black text, Courier New font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as block with space-around, responsive with media queries.", - "code": "
    Hello World
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A large nav with purple text, Verdana font, none, and fade-in, displayed as grid with flex-start, responsive with media queries.", - "code": "Login @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A gray button with medium Georgia text, using none layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A medium textarea with orange text, Verdana font, none, and bounce, displayed as inline-block with space-between, responsive with media queries.", - "code": "

    Choose Option

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A small h1 with pink text, Helvetica font, none, and slide-up, displayed as flex with space-around, responsive with media queries.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A red box with groove border, linear-gradient(to bottom, blue, green) background, small text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and fade-in.", - "code": "
    Submit
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A blue box with solid border, linear-gradient(to right, red, yellow) background, medium text centered inside, using grid layout, with :hover { background-color: #555; color: white; } and bounce.", - "code": "
    Enter Your Name
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A header containing a purple button with linear-gradient(to bottom, blue, green) background that says 'Sign Up', followed by a large text description, with spin.", - "code": "

    login

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A small header with yellow text, Verdana font, none, and bounce, displayed as flex with center, responsive with media queries.", - "code": "

    Search

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A gray button with small Courier New text, using block layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A responsive button with a grid layout using template '1fr 2fr', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": "
  • Choose Option
  • Search
  • Hello World
  • Hello World
  • Hello World
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A cyan button with medium Tahoma text, using none layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A small button with pink text, Verdana font, 2px 2px 5px rgba(0, 0, 0, 0.3), and spin, displayed as grid with space-around, responsive with media queries.", - "code": "
    Hello World
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A select containing a red button with radial-gradient(circle, pink, purple) background that says 'Sign Up', followed by a small text description, with bounce.", - "code": "

    contact us

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A yellow box with solid border, radial-gradient(circle, pink, purple) background, small text centered inside, using grid layout, with :hover { background-color: #555; color: white; } and spin.", - "code": "
    Search
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive h1 with a grid layout using template '100px 1fr', containing items with medium text and :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A h2 containing a list of options with white text, each inside a double box, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium input with orange text, Tahoma font, 2px 2px 5px rgba(0, 0, 0, 0.3), and slide-up, displayed as inline-block with space-between, responsive with media queries.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A responsive button with a grid layout using template '100px 1fr', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A yellow button with medium Verdana text, using none layout, aligned to the center, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A white button with large Georgia text, using block layout, aligned to the right, with 4px 4px 10px rgba(0, 0, 0, 0.5), spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A pink button with small Courier New text, using grid layout, aligned to the left, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A white box with solid border, linear-gradient(to right, red, yellow) background, medium text centered inside, using block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Login
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A gray box with ridge border, radial-gradient(circle, pink, purple) background, medium text centered inside, using none layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Search
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A pink button with large Courier New text, using grid layout, aligned to the right, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A small input with blue text, Tahoma font, none, and slide-up, displayed as none with space-between, responsive with media queries.", - "code": "
    Click Me
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A yellow button with small Courier New text, using flex layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), bounce, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A p containing a list of options with blue text, each inside a double box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A select containing a white button with radial-gradient(circle, pink, purple) background that says 'Contact Us', followed by a small text description, with spin.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: all 0.3s ease;" - }, - { - "description": "A h2 containing a list of options with black text, each inside a dotted box, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A p containing a list of options with green text, each inside a dotted box, with none, fade-in, and @media (max-width: 600px) { font-size: 14px; }.", - "code": "
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A select containing a list of options with purple text, each inside a groove box, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive button with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Sign Up
  • Enter Your Name
  • Contact Us
  • Submit
  • Hello World
  • @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive textarea with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A large div with purple text, Georgia font, 0 4px 8px rgba(0, 0, 0, 0.2), and bounce, displayed as block with space-between, responsive with media queries.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive header with a grid layout using template '1fr 2fr', containing items with small text and :hover { transform: scale(1.1); }.", - "code": "

  • Choose Option
  • Choose Option
  • Submit
  • Click Me
  • Search
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A red button with small Verdana text, using inline-block layout, aligned to the justify, with none, fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive button with a grid layout using template '1fr 2fr', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive button with a grid layout using template '100px 1fr', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "
  • Enter Your Name
  • Sign Up
  • Enter Your Name
  • Search
  • Login
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A blue box with double border, linear-gradient(to right, red, yellow) background, medium text centered inside, using inline-block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Submit
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A span containing a list of options with blue text, each inside a groove box, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A red button with small Courier New text, using inline-block layout, aligned to the right, with 2px 2px 5px rgba(0, 0, 0, 0.3), fade-in, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A green box with solid border, linear-gradient(to bottom, blue, green) background, small text centered inside, using grid layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and slide-up.", - "code": "
    Search
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive button with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A pink box with solid border, linear-gradient(to bottom, blue, green) background, medium text centered inside, using block layout, with :hover { background-color: #555; color: white; } and slide-up.", - "code": "
    Search
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A blue box with double border, radial-gradient(circle, pink, purple) background, small text centered inside, using block layout, with :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } and bounce.", - "code": "
    Login
    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A span containing a list of options with black text, each inside a groove box, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A purple button with small Georgia text, using block layout, aligned to the center, with none, spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A p containing a green button with linear-gradient(to bottom, blue, green) background that says 'Sign Up', followed by a small text description, with bounce.", - "code": "

    search

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A blue button with small Times New Roman text, using grid layout, aligned to the center, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A green button with small Tahoma text, using flex layout, aligned to the justify, with 2px 2px 5px rgba(0, 0, 0, 0.3), spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A responsive footer with a grid layout using template '1fr 2fr', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "

  • Login
  • Login
  • Enter Your Name
  • Hello World
  • Hello World
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A button containing a list of options with pink text, each inside a groove box, with 0 4px 8px rgba(0, 0, 0, 0.2), bounce, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A footer containing a list of options with green text, each inside a solid box, with 2px 2px 5px rgba(0, 0, 0, 0.3), bounce, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A blue button with medium Georgia text, using block layout, aligned to the right, with none, spin, and a :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A small h2 with blue text, Georgia font, none, and spin, displayed as inline-block with flex-start, responsive with media queries.", - "code": "

    Hello World

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive footer with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { transform: scale(1.1); }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive footer with a grid layout using template '1fr 2fr', containing items with medium text and :hover { background-color: #555; color: white; }.", - "code": "
  • Contact Us
  • Sign Up
  • Hello World
  • Submit
  • Login
  • @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A span containing a green button with linear-gradient(to right, red, yellow) background that says 'Enter Your Name', followed by a small text description, with spin.", - "code": "

    choose option

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A small nav with orange text, Times New Roman font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as inline-block with space-between, responsive with media queries.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A green button with large Helvetica text, using block layout, aligned to the right, with 0 4px 8px rgba(0, 0, 0, 0.2), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive span with a grid layout using template '100px 1fr', containing items with large text and :hover { background-color: #555; color: white; }.", - "code": " @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } }" - }, - { - "description": "A responsive div with a grid layout using template '100px 1fr', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": "

  • Sign Up
  • Submit
  • Contact Us
  • Submit
  • Login
  • @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A input containing a list of options with purple text, each inside a solid box, with none, fade-in, and @media (min-width: 1200px) { font-size: 18px; }.", - "code": "

    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A blue box with solid border, linear-gradient(to bottom, blue, green) background, small text centered inside, using none layout, with :hover { background-color: #555; color: white; } and fade-in.", - "code": "
    Submit
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A span containing a list of options with green text, each inside a dashed box, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and @media (max-width: 600px) { font-size: 14px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A responsive header with a grid layout using template 'repeat(3, 1fr)', containing items with small text and :hover { background-color: #555; color: white; }.", - "code": "
  • Search
  • Enter Your Name
  • Submit
  • Sign Up
  • Enter Your Name
  • @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A textarea containing a red button with linear-gradient(to bottom, blue, green) background that says 'Search', followed by a small text description, with bounce.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } transition: transform 0.2s ease-in-out;" - }, - { - "description": "A yellow button with medium Courier New text, using inline-block layout, aligned to the left, with 4px 4px 10px rgba(0, 0, 0, 0.5), fade-in, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A yellow box with dotted border, linear-gradient(to right, red, yellow) background, large text centered inside, using none layout, with :hover { transform: scale(1.1); } and bounce.", - "code": "
    Search
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A large h1 with orange text, Courier New font, 2px 2px 5px rgba(0, 0, 0, 0.3), and bounce, displayed as grid with space-around, responsive with media queries.", - "code": "Hello World @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A h1 containing a green button with radial-gradient(circle, pink, purple) background that says 'Hello World', followed by a small text description, with spin.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: all 0.3s ease;" - }, - { - "description": "A yellow button with small Tahoma text, using none layout, aligned to the justify, with none, spin, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A purple button with small Arial text, using flex layout, aligned to the justify, with 4px 4px 10px rgba(0, 0, 0, 0.5), slide-up, and a :hover { background-color: #555; color: white; }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A purple box with double border, linear-gradient(to right, red, yellow) background, small text centered inside, using none layout, with :hover { background-color: #555; color: white; } and bounce.", - "code": "
    Choose Option
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A medium h3 with purple text, Verdana font, none, and fade-in, displayed as flex with flex-end, responsive with media queries.", - "code": "
    Login
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A medium h3 with yellow text, Arial font, 0 4px 8px rgba(0, 0, 0, 0.2), and spin, displayed as flex with flex-start, responsive with media queries.", - "code": "
    Submit
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } } @media (max-width: 600px) { font-size: 14px; }" - }, - { - "description": "A responsive h2 with a grid layout using template '1fr 2fr', containing items with medium text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A responsive input with a grid layout using template 'repeat(2, 1fr)', containing items with large text and :hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A black box with dotted border, radial-gradient(circle, pink, purple) background, small text centered inside, using none layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Login
    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }" - }, - { - "description": "A h2 containing a list of options with pink text, each inside a solid box, with 0 4px 8px rgba(0, 0, 0, 0.2), spin, and @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A blue box with dashed border, linear-gradient(to bottom, blue, green) background, small text centered inside, using inline-block layout, with :hover { transform: scale(1.1); } and spin.", - "code": "
    Login
    @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A cyan button with small Georgia text, using inline-block layout, aligned to the right, with none, bounce, and a :hover { transform: scale(1.1); }.", - "code": " @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }" - }, - { - "description": "A large p with orange text, Verdana font, 2px 2px 5px rgba(0, 0, 0, 0.3), and fade-in, displayed as inline-block with flex-start, responsive with media queries.", - "code": "

    Hello World

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 1200px) { font-size: 18px; }" - }, - { - "description": "A header containing a blue button with linear-gradient(to right, red, yellow) background that says 'Login', followed by a large text description, with slide-up.", - "code": "

    login

    @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } transition: background-color 0.4s ease;" - }, - { - "description": "A large footer with cyan text, Times New Roman font, 4px 4px 10px rgba(0, 0, 0, 0.5), and spin, displayed as inline-block with center, responsive with media queries.", - "code": "

    Click Me

    @keyframes slide-up { from { transform: translateY(100%); } to { transform: translateY(0); } } @media (min-width: 600px) and (max-width: 1200px) { font-size: 16px; }" - }, - { - "description": "A orange box with solid border, linear-gradient(to bottom, blue, green) background, small text centered inside, using block layout, with :hover { transform: scale(1.1); } and fade-in.", - "code": "
    Search
    @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-30px); } 60% { transform: translateY(-15px); } }" - }, - { - "description": "A small footer with orange text, Arial font, 4px 4px 10px rgba(0, 0, 0, 0.5), and bounce, displayed as block with flex-end, responsive with media queries.", - "code": " @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } } @media (max-width: 600px) { font-size: 14px; }" - } -]} ---- \ No newline at end of file