CODETRICKS.COM
Articles
HTML & CSS
Javascript
Animations & 3D
NEW TRICK
HTML
<div id="box"> This is a box </div>
CSS
#box { width: 250px; height: 250px; border: 1px solid #000000; display: flex; justify-content: center; align-items: center; }
JAVASCRIPT
console.log('This is just a test.');
Live Preview