(Tuesday) March 8
*CHECK HOMEWORK*
Talk about Student Pages:
https://ryansmithart.com/2022/365/students.html
NOTE: Let's download FileZilla:
https://filezilla-project.org
Ira Glass on Storytelling on Vimeo.
****changing the background with CSS
....... CSS3:
html{
height:100%;
overflow-y: scroll;
background: url(images/bg.gif) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Center divs using CSS:
#wrap{
text-align:left;
max-width:1000px;
min-width:600px;
margin-left:auto;
margin-right:auto;
width:60%;
background-color:white;
padding:10px;
}
HOMEWORK:
FINISH "PROJECT #1"
NEW project due date: Tuesday, March 15th