div.sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
}
TOWSON WEATHER : 69° - 64°, Cloudy.
Slight chance of a rain shower. Winds ESE at 5 to 10 mph.
...Let's open up Adobe Photoshop & Dreamweaver
*Check Homework*
LOOK AT WEBPAGES:
HIGHZERO | rachelBeetz | colorFactory | aBunchOfStuff.com
highZero : YouTube_Vid
Here's something new:
ACTIONS...- You can try using the Actions Window in Photoshop to record what you do.
- After recording any image size changes, you can replay them...
- Then you can go to: File, Automate, Batch...
- You can apply these actions to a folder filled with images files
- And, save yourself hours of time, by not having to reopen, resize, rename, and re-save all your images
*LINK 2 PAGES TOGETHER*
.gal img{
padding:10px;
text-decoration:none;
}
review:
<link href="proj1.css" rel="stylesheet" >
styling links
a:link {color:#FF0000;}
h1{
background-color:#CC0;
padding:.5em;
text-align:center;
}
/*this is a comment in CSS code */
new stuff:
*z-index
CSS POSITIONING
Positioning: W3schools
.logo{
float:right;
position:relative;
top:-50px;
left:20px;
}
.logo img{
border-radius: 50%;
}
.nav1{
width:100%;
background-color:black;
color:#C4C4C4;
height:28px;
font-size:15px;
font-weight:bold;
padding-top:3px;
}
.nav1 a:link{
padding:5px;
padding-left:10px;
background-color:black;
color:#C4C4C4;
text-decoration:none;
-webkit-transition: 1.5s ease-out;
-moz-transition: 1.5s ease-out;
transition: 1.5s ease-out;
}
.nav1 a:hover{
background-color:white;
color:#5135FF;
text-decoration:none;
-webkit-transition: 1.5s ease-in;
-moz-transition: 1.5s ease-in;
transition: 1.5s ease-in;
}
....... 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;
}
talk about Project #1
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;
}
****changing the background with CSS
How to add a youTube video...
<iframe width="560" height="315" src="https://www.youtube.com/embed/0_YJToyOp_4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
Cosmic Creativity - how art evolves consciousness
Alex Grey at TEDx Maui2013
HOMEWORK:
KEEP WORKING ON PROJECT #1
- make your webpages look better
- finish a rough draft of the project (that means completed html pages w/ css)
When planning your CSS styles, start by coming up with a limited color palette.
Think about how the overall color scheme can complement the artwork that you will be displaying on the webpage.
Remember...
Required materials for this class:
(1) a flash drive or hard drive: 2GB or more
(some external device to store your work on)
(2) *Personal Web Space (Towson user accounts are fine)
(3) a sketchbook, something not too big, about 8x10 inches
(for notes and sketches)
(4) something to write & make drawings with