سؤال

How can have a custom css file for just opera browser ?

Something like IF IE.

I want to have a special one for opera.

هل كانت مفيدة؟

المحلول

You may use the -o-prefocushack test this in a opera browser to see the difference

<p>HELLO WORLD</p>

p { font-size: 20px;  }
-o-prefocus, p{
       font-size: 90px;
}
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top