Back to articles
DecComputerBox! [The DialFax and ChatBox Computer] 🖥️😊

DecComputerBox! [The DialFax and ChatBox Computer] 🖥️😊

via Dev.toPAPA B NGACK

I've really done good on developing this Computer! <!DOCTYPE html> Computer Dialing Sound Chat Box <br> * {<br> box-sizing: border-box;<br> }</p> <div class="highlight"><pre class="highlight plaintext"><code>body { margin: 0; min-height: 100vh; display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at top, #19324a, #08131f 65%); font-family: Arial, Helvetica, sans-serif; color: white; } .computer { width: 900px; max-width: 95vw; background: linear-gradient(180deg, #c7cdd3, #9098a2); border-radius: 24px; padding: 20px; box-shadow: 0 20px 50px rgba(0,0,0,0.5), inset 0 3px 8px rgba(255,255,255,0.25); border: 3px solid #6f7880; } .monitor { background: #111; border-radius: 18px; padding: 18px; border: 10px solid #4b535b; box-shadow: inset 0 0 25px rgba(0,255,255,0.08); } .screen { min-height: 480px; border-radius: 12px; padding: 20px; background: linear-gradient(180deg, rgba(0,255,180,0.06), rgba(0,160,255,0.05)), #021118; border: 2px solid #1f6f7e;

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles