Skip to content

Html tag css class not working in html to word #1375

@umairali

Description

@umairali

I am adding CSS class in HTML tag but CSS class not working only inline style is working please suggest anything.

class not working

<style type="text/css">
.pStyle 
{
  font-size:15px;
}
</style>

<p class="pStyle">Calculator</p>

inline style working
<p style="font-family: calibri; font-size: 17px; color: #444444; font-weight: bold;">Calculator</p>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions