edit-task
Home
Up
Delete
Task Name:
Task Description:
changing from background image to using CSS3 gradiant background
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">CSS background gradient</h1> <h2>[previously]</h2> <ol> <li><strong>] BG gradient EXAMPLE</strong></li> <ol> <li>background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, rgb(254,133,107)), color-stop(0.62, rgb(35,171,17)));</li> <li>this EXAMPLE has some 'funky' colors ( green and pink )</li> <li>PRB - is on body element, bg keeps repeating itself across bands</li> </ol> <li><strong>] CSS gradient background generator - SITE </strong><strong><a href="http://www.colorzilla.com/gradient-editor/" target="_blank">www.colorzilla.com/gradient-editor/</a></strong></li> <ol> <li>] generates the 'css' required to create a radiant background, </li> <li>] generates for all modern browser versions(each is different), </li> <li>] can select colors with picker, </li> <li>] has a variety of prebuilt templates that you can use or use to iterate on</li> <li>] my EXAMPLE - created a blue bg, PASS works good on view/PAGE FAIL but on index page, comes across as 'bands', as well as on some other pages. look good on menu item</li> </ol></ol> <h2>[currently]</h2> <ol> <li>] </li> </ol> <h2>[next]</h2> <ol> <li>] </li> </ol>