HTML & CSS

I really enjoyed going into HTML & CSS. I learned them a while ago and it was nice to get a reminded about classes and tags I don’t often use. Most people don’t realize how accessible it is to make a website. HTML & CSS were a start along a path into learning more programing languages.
I used the video player and form elements to make this site. There is an auto playing looped video background.

This is my code:

and the css

body {
	text-align: center;
	font-family: helvetica;
}
#back {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}
.stuff {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px;
}

Author: schifferc

One comment

  1. That is pretty amazing what you did there. What advice would you give beginners who don’t have this in depth knowledge of programming.

Leave a Reply

Your email address will not be published. Required fields are marked *