---
title: "Add custom css in razor view"  
description: "Add custom css in razor view"  
author: "Anonymous User"  
published: 2017-12-07  
updated: 2017-12-07  
canonical: https://www.mindstick.com/forum/34385/add-custom-css-in-razor-view  
category: "c#"  
tags: ["asp.net", "mvc", "mvc4"]  
reading_time: 1 minute  

---

# Add custom css in razor view

Hi [Expert](https://www.mindstick.com/articles/13120/an-expert-financial-advice-will-improve-your-finances),

I am new in [mvc razor view](https://www.mindstick.com/forum/34376/date-picker-was-not-working-in-mvc-razor-view), I want to add [custom css](https://www.mindstick.com/forum/34399/apply-mouse-hover-on-gridview-in-mvc-using-custom-css) in my razor view. Please give me some idea to [add custom](https://www.mindstick.com/forum/160670/how-to-add-custom-validation-with-error-message-in-knockout-js-form-validation) css in razor view.

Here is my [code](https://yourviews.mindstick.com/view/85458/alan-turing-the-mastermind-behind-cracking-the-enigma-code-during-world-war-ii):

```
<div class="card-body">
        <div class="card-body-icon">
           <i class="fa fa-fw fa-user"></i>
        </div>
    <div class="mr-5">200 Pending Candidates!</div>
</div>
```

\

\

\

## Replies

### Reply by Hemant Patel

Hi JULES BOUTIN,

Please follow below line of codes for add [custom](https://www.mindstick.com/blog/12298/use-custom-writing-services-to-get-through-the-finals) css in your [razor view](https://www.mindstick.com/forum/155820/how-to-generate-textbox-control-using-htmlhelper-in-razor-view).

```
<style>
    .fontSize {
        font-size: 25px;
        font-weight: bold;
    }
</style>
```

\


---

Original Source: https://www.mindstick.com/forum/34385/add-custom-css-in-razor-view

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
