Media and Web Development
ICOM-101-01 / MTEC-617-01
Week 4 ● Advanced CSS
display: flex
css rule applied.
will be positioned
with the flex rules
of the container.
We're entering the wild west a bit here. Different sites embed content in different ways, so you might need to mess around a bit to get something you like.
embed codes usually start with an iframe element
These allow us to select an element based on a few more complex rules.
AND
FIRST/LAST-OF-TYPE
Assignment #4
The things we learned in class this week are a little less linear, so for this assignment feel free to break away from the styled text document idea we have been working with. Try making a landing page, a looping animation, or just experiment and play with everything we've learned so far.
Not all techniques will be relevant to all projects, try to use at least 2 of the things we learned
this week. Plus anything else you are excited about.
● Use flex or grid in your layout
● Use a css gradient, or the background-image to add detail
● Use a pseudo-selector to add conditional styling to some part of your site
● Use a CSS transition to animate an element on :hover
● Add a CSS animation to your site