Nelio Mota Class Notes April 19



Why are we here in this class?

classmate's facebook page -> pho-station.com

** Random image generator in JavaScript -> https://www.javatpoint.com/random-image-generator-in-javascript **

personal info in the website

web server, PHP, Java, DB

link youtube videos to the website

Create a HTML file with personal info

Add links to personal info -> a href

** dark web -> tor browser **

class="container" -> .container

FLEXBOX FROGGY -> justify-content: end, center, space-around, space-between, align-items: flex-end

justify-content: center align-items: center,

justify-content: space-around; align-items: flex-end

flex-direction: row-reverse

flex-direction: column

flex-direction: row-reverse; justify-content: flex-end;

flex-direction: column; justify-content: flex-end

flex-direction: column-reverse; justify-content: space-between

flex-direction: row-reverse; justify-content: center; align-items: end

order: 2;

order: -4;

align-self: flex-end;

order: 1; align-self: flex-end;

flex-wrap: wrap;

flex-direction: column-reverse; flex-wrap: wrap;

flex-flow: column wrap;

align-content: flex-start;

align-content: flex-end;

flex-direction: column-reverse; align-content: center;

flex-wrap: wrap-reverse; flex-direction: column-reverse; justify-content: center; align-content: space-between;