Answer the question
In order to leave comments, you need to log in
3 types of CSS image placement?
The site uses 3 different types of graphics placement:
Answer the question
In order to leave comments, you need to log in
css
.image-margin {margin: 10px;}
.pull-right {float: right;}
.pull-left {float: left;}
<img src='путь/до/картинки' class="image-margin pull-right">
<img src='путь/до/картинки' class="image-margin pull-left">
<img src='путь/до/картинки' class="pull-left">
<img src='путь/до/картинки' class="pull-right">
<img src='путь/до/картинки' class="image-margin">
All of these attributes are deprecated.
floats will save you.
>> How to most compactly write a generic CSS
Selector by class.
>> calling a specific type for a specific image on the page
In what sense is the call? If you have the required css file connected and it contains properties for the required selectors, they will be applied.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question