Create a css file with Bootstrap classes

0

Sorry for the rough question, but I started with css now and I have a question: I'll have to repeat doing several DIVS (with the same panel and bg-blue-gray-100 bootstrap styles) on several pages. How do I put these two styles into a css file and reference them in my div?

A hug!

 <div class="panel bg-blue-grey-100">
 </div>
    
asked by anonymous 06.07.2018 / 00:31

0 answers