# 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 >}}


---

> 作者: 本地用户  
> URL: http://localhost:13005/units/script-style-test/  

