This pattern is used as
background in webpages
After Creating New document 5x5 pixels document,
Press ctrl+0 to fit on screen
Make a selection using rectangular marquee with add selected
in tool options
Create a New layer (Ctrl+Shift+N)
Layer>create New layer
Layer>create New layer
After
creating new layer fill foreground color (grey) alt+backspace
Now goto select menu> deselect (Ctrl+D for deselection)
Now fill color in background layer also
How to select color from color picker
click on background color to open color picker and select color by moving color picker
click on background color to open color picker and select color by moving color picker
Now fill background color (Ctrl+Backspace) in Background
layer
Now we will save this file in jpg or png or gif format to
use as Background in web pages
CSS:
body {
background-image: url("images/bg.jpg");
background-repeat: repeat;
}
No comments :
Post a Comment