# Custom Script & Style Test


Testing custom script and style by shortcode in FixIt theme.

<!--more-->

## Script

{{< script >}}
console.log('Hello FixIt!');
{{< /script >}}

See the output in the console of the developer tool.

## Style

{{< style "text-align:right; strong{color:#00b1ff;}" >}}
This is a **right-aligned** paragraph.
{{< /style >}}


---

> Author: [Lruihao](https://lruihao.cn)  
> URL: https://demo.fixit.lruihao.cn/test/units/script-style-test/  

