I have a php statement inside my body so that my one page does not take property of body
<body id="page-top" class="single" <?php $actionId = $this->context->action->id; $pages =Yii::$app->params['page']; if(!in_array($actionId,$pages) ? 'style="padding-top:10px;"' :'') ?>>
Everything is working but not CSS. Have I inserted it in wrong place?
'style="padding-top:10px;"' :'')
if.