Code - Cheat Sheet
Showing posts with label css webdesign. Show all posts
Showing posts with label css webdesign. Show all posts
Monday, May 11, 2020
Wednesday, April 29, 2020
04/29/2020 - "Inspect" Exploration
CODE that we learned;
www.tarotgoddess.com
padding: 1px 30px 1px 0px;
- this correlates with the paragraph section in the left-hand side.
- 389x342.8000 are the dimensions of the div.
- padding is space between image or cell cotnents and it's outside border*
30 px is the padding that has been applied to this paragraph div, providing space between the ad and the paragraph
* .content-left {
padding: 1px 30px 1px 0px;
max-width: 389px;
margin: 0px auto 0px auto;
}
body, div, table {
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
font-weight: normal;
line-height: 150%;
text-align: left;
}
Tuesday, April 28, 2020
Subscribe to:
Posts (Atom)
Panels
Panels are the items at the right side of the Photoshop window that can display layer information and text options SOURCE: https://www...
-
List background-image Background image background-position background-size background-repeat no-repeat, repeat-x, repeat-y background-...
-
CODE that we learned; www.tarotgoddess.com .content-left { padding: 1px 30px 1px 0px; this correlates with the paragra...