Tutoriale
Tutoriale • Servere CS • Steam • Tools
2 topics in this forum
-
.grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:45px; } @media(max-width:900px){ .grid-2{ grid-template-columns:1fr; } } .section{ padding:45px; border-radius:20px; border:1px solid rgba(255,0,0,0.10); transition:.3s ease; } .section:hover{ border-color:rgba(255,0,0,0.30); } .section h2{ color:#ff1a1a; margin-bottom:25px; font-size:22px; letter-spacing:1px; } .section p{ font-size:15px; line-height:1.9; opacity:.85; } .code-box{ background:#0f0f13; padding:20px; border-radius:14px; border:1px solid rgba(255,255,255,0.05); font-size:14px; …
-
- 0 replies
- 282 views
-
-
/* GRID */ .grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:45px; } @media(max-width:900px){ .grid-2{ grid-template-columns:1fr; } } /* CONTAINER */ .section{ padding:45px; border-radius:20px; border:1px solid rgba(255,0,0,0.10); transition:.3s ease; } .section:hover{ border-color:rgba(255,0,0,0.30); } /* TITLURI */ .section h2{ color:#ff1a1a; margin-bottom:25px; font-size:22px; letter-spacing:1px; } /* PARAGRAF */ .section p{ font-size:15px; line-height:1.9; opacity:.85; } /* CODE BOX */ .code-box{ background:#0f0f13; padding:20px; border-radiu…
-
- 0 replies
- 187 views
-