Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Monday, September 21, 2015

RGBA Transpareny

The scope of this project was to teach us how to use transparency in the web instead of relying on hex codes.

Begging

I started off this project by creating 5 div tags.
The container tag held all of the 1-4 tags and had CSS that applied to all of the IDs.








Middle

In this project we learned how to use the DIV tag and specify special CSS properties for each one like transparency. The default way to use colors was using HEX codes you had to change it to RGBA for this project




Each one of the DIV tags had differing levels of transparency from 20%-80%





Final Product

When all of the tables and tags were set up correctly each div had different levels of transparency for each tag. In future projects I can apply how to use Divs

Tuesday, September 8, 2015

Basic HTML projects


Tim Berners-Lee Page
In this page I learned how to insert a image into the web page and float the image to the right direction. We also added padding the the right side of the image so the text wouldn't be directly touching it.
Hex Codes Page
In this project we used the div tag and changed from inline CSS to Internal CSS. Instead of putting most of the CSS inside the tags to putting the CSS in the header of each page. I learned how to use HEX codes instead of the name of each color to get a wider variety of colors. The hex codes are a 16 base system going from 0-F Each code is 6 digits long. The order goes red red green green blue bluee.