EN

Search
Close this search box.

موستانگ، وحشیِ دوست داشتنی

پاسخ داده شد
0
0

how to write a css code only for English (or any other language) pages?

  • شما باید برای ارسال دیدگاه شوید
پاسخ عالی
0
0

Every html page hase a tag named html with a lang property. So you can use this and write css only for a specific language. See the code bellow:

html[lang="en-US"] 
#sabai {
    background:red;
}

just put html[lang="en-US"] before your code.

  • شما باید برای ارسال دیدگاه شوید
نمایش 1 نتیجه
پاسخ شما
اگر قبلاً حساب کاربری دارید با پر کردن فیلد های زیر یا به عنوان مهمان ارسال کنید.
نام*
ایمیل*
وب سایت