---
title: "paragraph feature using CSS"  
description: "paragraph feature using CSS"  
author: "Anonymous User"  
published: 2013-06-14  
updated: 2013-06-15  
canonical: https://www.mindstick.com/forum/1100/paragraph-feature-using-css  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# paragraph feature using CSS

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances),\
I have one paragraph. I want to set some spaces before first [word](https://www.mindstick.com/forum/305/read-word-file) first line. How to do this? \
Please help me!Thanks in advance. \

## Replies

### Reply by AVADHESH PATEL

used text-indent property for setting paragraph.\
**syntax:**\
p:<lengh>|<percentage>**\****e.g.**

```
p{text-indent:25px;}
```

\
OR\

```
p{text-indent:10%;}
```


---

Original Source: https://www.mindstick.com/forum/1100/paragraph-feature-using-css

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
