Coding HTML: Crash Course To Learn HTML & CSS Language From Scratch. Discover The Art Of Computer Programming Design And Code Your Own Project. by Eugene Gates

Coding HTML: Crash Course To Learn HTML & CSS Language From Scratch. Discover The Art Of Computer Programming Design And Code Your Own Project. by Eugene Gates

Author:Eugene Gates [Gates, Eugene]
Language: eng
Format: azw3, epub
Published: 2020-08-12T16:00:00+00:00


Positioning the background Image

Use the background-position property to specify where your background image will appear.

body {

background-image: url('draft.gif');

background-position: bottom right;

background-repeat: no-repeat;

}

You can use the following keyword combinations with the background-position property:

Keywords

top left

center left

bottom left

top center

center center

bottom center

top right

center right

bottom right



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.