Answers for "css inline style multiple elements"

2

how to style multiple elements at once

/*Assigning a style to multiple elements.*/
p, .red, #sub, div a:link { color: #f00; }
Posted by: Guest on October-22-2021
7

how to add multiple CSS inline html

<p style="color:red;text-align:center;font-weight:bold;font-size:20px;"> Hello there!</p>
Posted by: Guest on August-10-2020

Browse Popular Code Answers by Language