grp-selc-css

by Md. Mostafa Kamal

HTML

<h1>Hello Laravel!</h1>
<h2>Developer!</h2>
<p>This is CSS Guru.</p>

CSS

h1,h2,p{
  color:red;
}