askdesign
5/26/2015 - 11:25 PM

Patterns

Resources

/* --- Patterns --- */

-- Plain Pattern - This handy tool allows you to quickly create seamless SVG-based patterns to use as website backgrounds. Choose from a few preset patterns or upload your own. The interface is super intuitive and easy to use.
http://www.kennethcachia.com/plain-pattern/app/

-- http://vector.tutsplus.com/tutorials/tools-tips/quick-tip-how-to-create-a-seamless-pattern-in-adobe-illustrator-cs6/

-- excellent: 
http://vectips.com/tutorials/create-a-trendy-seamless-type-pattern/

-- http:// http://subtlepatterns.com/

-- http://speckyboy.com/2010/12/31/50-of-the-best-seamless-pattern-sets-updated/

/* --- Patterned Border --- */ - 9.19.13
-- <http://www.thewebsqueeze.com/web-design-articles/unique-css-borders-boring-borders-step-aside.html#>

.pattern {
    padding: 11px;
    background-image: url(squares.jpg);
    border: 1px solid #E95683;
    }