ART 466


WEEK 6

(Wednesday) March 9
Weather forecast Towson Rain, 42°F - 33°F 

*CHECK HOMEWORK*

Talk about Student Pages:
https://ryansmithart.com/2022/466/students.html



NOTE: Let's download FileZilla:
https://filezilla-project.org

* Towson OTS

* HOW THE WEB WORKS

* UPLOADING

* CSS Positioning & other fun stuff

"Box-Shadow"


/*Example*/

.footy{
position:fixed;
bottom: 0;
margin-left:0;
margin-right:0;
height:50px;
width:100%;
background-color:#fff;
border-top: 1px solid #000;
box-shadow: 0px -5px 5px #222; /* x, y, pixel-blur, color */
overflow:hidden;
}
.footy img{opacity:0.75;}
.footy img a:hover{opacity:1.0;}




(Review)


* Splash Pages?

* External Style Sheets

<link href="466.css" rel="stylesheet" type="text/css" >

an example of a CSS page

****changing the background with CSS 


helpful links:

Google fonts 

CSS OPACITY AND TRANSPARENCY

CSS Navigation

Try it yourself

** Full screen video backgrounds **




talk about Project #1


EXHIBITIONS & ARTISTS:

AVAM
BMA
THE WALTERS
TOWSON
MICA
AIC (chicago)
Chambers Project (CA)
(HIRSHHORN)Yayoi Kusama

Rafaël Rozendaal
Alex Heilner
Carrie Fucile



HOMEWORK:


FINISH "PROJECT #1