margin-right
(proprietà CSS) imposta la larghezza del margine destro dell’elemento HTML.
Sintassi
[selettore] { margin-right: [valore]; }
valore | descrizione |
---|---|
XXX | XXX |
Esempi
<style> .margin_right { margin-right:100px; border: 3px solid yellow; } </style> <p class="margin_right">Test</p>
Test
Contenuti correlati
- CSS
- HTML
- JavaScript
- jQuery
- PHP
- SQL
- WORDPRESS
0 Comment