Welcome to my Page!

body { background-image: url('https://64.media.tumblr.com/1061954fcd7cb725dae4b956662e45f2/tumblr_inline_mqgbzfONSi1qz4rgp.gif'); /* Other styles below */ } /* --- For the entire page --- */ body { background-color: #f0f0f0; /* Light gray background */ /* Or use an image: */ /* background-image: url("https://i.pinimg.com/736x/fd/fa/be/fdfabe83be1b213f8b0eaf766b1d1be6.jpg"); */ /* background-repeat: no-repeat; */ /* Optional: prevent tiling */ /* background-size: cover; */ /* Optional: cover the whole area */ } /* --- For a specific text container (like a paragraph or div) --- */ .text-box { background-color: rgba(255, 255, 255, 0.8); /* White with some transparency */ padding: 15px; /* Space inside the box */ margin: 20px; /* Space outside the box */ border-radius: 8px; /* Rounded corners */ } /* --- For text *inside* a box --- */ .text-box p { color: #333; /* Dark gray text */ }

Welcome to My Site!

This text has a colored background box behind it!

You can put any text or HTML elements inside these boxes.

Another box with a different background.