---
title: "margin property value in CSS"  
description: "margin property value in CSS"  
author: "Madam Walker"  
published: 2013-06-14  
updated: 2013-06-15  
canonical: https://www.mindstick.com/forum/1103/margin-property-value-in-css  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# margin property value in CSS

Hi,\
I have little [bit](https://www.mindstick.com/forum/33411/how-we-tell-programmatically-if-i-m-running-in-64-bit-jvm-or-32-bit-jvm) confusion related to [margin](https://answers.mindstick.com/qa/104990/what-is-a-margin-call) values. Can you tell me what is [differences](https://www.mindstick.com/articles/12918/cat-5e-vs-cat-6a-understanding-the-major-differences) between following statement\
margin:5px;margin:5px 10px;margin:2px 4px 6px;margin:3px 6px 9px 12px;\
Your help is a great appreciated. \

## Replies

### Reply by AVADHESH PATEL

HI Madam,\
Margin Property value as following\
margin:5px; margin-top:5px; margin-right:5px; margin-bottom:5px; margin-left:5px;\
margin:5px 10px; margin-top:5px; margin-right:10px; margin-bottom:5px; margin-left:10px;\
margin:2px 4px 6px; margin-top:2px; margin-right:4px; margin-bottom:6px; margin-left:4px;\
margin:3px 6px 9px 12px; margin-top:3px; margin-right:6px; margin-bottom:9px; margin-left:12px;


---

Original Source: https://www.mindstick.com/forum/1103/margin-property-value-in-css

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
