External CSS Styling

အဲဒါကတော့ ကျတော်တို့ သိပ်ပြီးတော့ ထွေထွေထူးထူးတော့မဟုတ်ပါဘူး html css လိုမျိုးပါပဲ

အဲဒါကိုကျတော်တို့က import လုပ်ပြီးတော့ အသုံးပြုရုံပါပဲ

// rest of code
<h1 className='external'>External CSS Styling</h1>
// rest of code

ဒီလိုလေးရေးပြီးတော့

ဒီလိုလေး import လုပ်လိုက်ရုံပါပဲ

import './style.css'
// rest of code

Last updated