Modele CSS partea II

📐 Generator Spacing UI

20
10
📦 Element
.element { padding: 20px; margin: 10px; background: #6C63FF; }

🎯 Generator Animații CSS

1.0s
✨ Hover
@keyframes animation-name { 0% { /* start */ } 100% { /* end */ } }

📐 Generator CSS Grid

3
15
100
${Array(6).fill(`
📦
`).join('')}
display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px;

🎯 Generator UI Butoane

background: #6C63FF; color: white; padding: 12px 30px; border-radius: 8px; border: none; font-size: 16px; font-weight: 600; cursor: pointer;

📱 Generator Breakpoints

🖥️ Preview
Conținutul se adaptează la dimensiunea ecranului
📦 1
📦 2
📦 3
Dimensiune curentă: 1200px
/* Breakpoints */ @media (max-width: 1200px) { /* Desktop */ } @media (max-width: 992px) { /* Laptop */ } @media (max-width: 768px) { /* Tablet */ } @media (max-width: 576px) { /* Mobile */ }

🎨 Generator Wireframe

Scroll to Top

Acest site utilizeaza module cookie pentru a va asigura ca beneficiati de cea mai buna experienta pe site-ul nostru. Mai multe informatii...

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close