Home  >  Article  >  Web Front-end  >  How to display css images right aligned

How to display css images right aligned

WBOY
WBOYOriginal
2021-12-06 10:10:5815320browse

In CSS, you can use the "text-align" attribute to right-align the image. This attribute is used to set the horizontal alignment of the element. When the value of the attribute is right, the element will be displayed right-aligned. Just add the "text-align:right;" style to the element.

How to display css images right aligned

The operating environment of this tutorial: Windows 10 system, CSS3&&HTML5 version, Dell G3 computer.

How to display css images right-aligned

In css, you can use the text-align attribute to right-align the images in the div. The following example explains how to right-align images in divs using css.

1. Create a new html file, named test.html, to explain how to right-align images in divs using css. Use the div tag to create a module, and within the div, use the img tag to create an image. Set the class attribute of the div tag to mycss. Set the style of the div through class, defining its width as 400px, height as 300px, and border as 1px.

How to display css images right aligned

#2. In the css tag, set the text-align attribute to right to align the content in the div to the right, thereby achieving right alignment of the image.

How to display css images right aligned

Open the test.html file in the browser to check the effect.

How to display css images right aligned

Summary:

1. Use the div tag to create a module. Within the div, use the img tag to create an image and set the class attribute of the div tag. for mycss.

2. In the css tag, set the style of the div through class, define its width as 400px, height as 300px, and border as 1px.

3. In the css tag, set the text-align attribute to right to align the content in the div to the right, thereby achieving right alignment of the image.

(Learning video sharing: css video tutorial)

The above is the detailed content of How to display css images right aligned. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn