Welcome to My Page

Here is another paragraph with some additional information.

This is very important text.

This is emphasized text.

This is bold text.

This is italic text.

Water is H2O

Einstein's famous equation: E=mc2

Visit Google
Contact Page
Send Email
NASA Rocket
1. Background Color
Simple solid color background using background-color property
.color-background { background-color: #3498db; /* Blue */ }

Lorem ipsum dolor sit amet consectetur, adipisicing elit. Consequuntur mollitia tenetur omnis quos ea tempore culpa maiores dolor voluptatum. Nesciunt corrupti placeat esse itaque voluptas explicabo dolores exercitationem voluptatem cum!

2. Background Image with Properties
Background image with no-repeat, center positioning, and fixed attachment
.image-background { background-image: url('pattern.jpg'); background-repeat: no-repeat; background-position: center; background-attachment: fixed; }