This is the Title!
A time capsle of the first week of intro to Web Development
Some Things We Were Learning
Placing some kittens around some websites.
Using the Lorem function for placeholder text...
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Sapiente cum voluptates accusamus nulla dolor voluptatum laudantium reprehenderit consequatur sint similique beatae consectetur porro veritatis ipsa, aliquam odio dolores! Possimus, facilis laborum accusantium, consectetur aliquam aut quidem aliquid suscipit vitae vel voluptas inventore, excepturi accusamus quod esse dolore quas quibusdam architecto quasi ut eveniet iusto unde. Corporis error distinctio voluptas repellat, eligendi quidem accusamus illo at autem dolore, consequuntur aliquid consectetur voluptatum adipisci voluptatem necessitatibus quisquam obcaecati enim dolorum itaque, corrupti magni! Ut reiciendis sapiente molestias ducimus vel obcaecati! Quam blanditiis quo fuga deleniti saepe praesentium temporibus, suscipit atque dolores assumenda!
Need to find the path for an asset?   "RIGHT HERE"    ./   -Safi.
How to JUMP around with anchors, and add links to placed kittens.
Cyan   and    Aqua   are the same color....
- We also learned to make Boxes:
- Wider
- Taller
- With a nice yard
- And a strong fences
- Plus some space from the neighbor
And how to keep a background in place.
CSS works with CASCADE rules, a line of code further down can cause an update.
Some Things We Didn't Always Guess
There's always a default width, but if you give your hight a % value, there better be a reference to get an actualy measurement.(Leave out those body hights to allow growth and shrink sizing of open space).
You need a    /    in one line backgrounds between a location and size
Cover is a better option than width:100 if scaling of the image matters.
The cascade order matters if you want a gradient color over an image!