CSS - Cascading Style Sheets. Adding style to web documents. i.e. color, design, typefaces, object placement, accessibility, transitions, etc.
Code - Cheat Sheet
Showing posts with label content. Show all posts
Showing posts with label content. Show all posts
Monday, January 13, 2020
Wednesday, January 1, 2020
CSS Properties - Font
font-family - type of font
font-size - size of font
font-weight - bold
font-style - italic
color: #f00
Web Page - Building (analogy0
4 Different aspects to each web page
-Structure - HTML
-Presentation - CSS
-Content - Text/Images
-Action - Javascript/PHP
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...
-
HTML <ul class="flex-container flex-start"> <li class="flex-item">1</li> <li class="flex-i...
-
SOURCE: https://www.reddit.com/r/computerscience/comments/8cer6c/difference_between_structural_and_semantic_markup/ Structural Tags - a tag ...
-
vertical-align -Baseline -sub -super | top | text-top -middle -bottom -text-bottom -length *do not forget to insert the colon after each b...