Welcome to My First Web Page

For this assignment, I created a simple web page using HTML and CSS. First, I implemented an internal style sheet, and then I switched to an external CSS file. After that, I uploaded my files to the SOIS web server using FileZilla. This helped me understand how to style web pages and manage files on a remote server.

!

Module 2 playing with color property. I set the text color to be hsl(300,80%,20%) and the background color of this div to rgba(255,0,255,1)
Module 2 box property. Bottom border is dashed while top border is solid yellow. margin top is 5em. color of text is gray. padding is 20px. width 150px

CSS Background Example

This section has a background image.

Module 4: Div, Span, Class, ID, and Child Selectors

This paragraph is inside a div with a class called .container.

This is another paragraph inside the same div.

This paragraph is inside a div with an ID #unique-box.

This text uses a span to highlight just this part.