برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام* { transition: all 200ms ease; }
* { transition: all 200ms ease; } # Using (*) can give styles to all the elements of the page
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>css3</title> <style> * { transition: all 200ms ease; } .div { width: 100px; height: 100px; border: 1px solid black; font-family: sans-serif; font-size: 1.4em; border-radius: 15px; } .div:hover p{ color: blue; } </style> </head> <body> <div class="div"> <p id="p">transition in 200ms</p> </div> </body>
<!DOCTYPE html> <html lang="en";> <head> <meta charset="UTF-8"> <meta name="viewport " content="width=device-width,intial-scale=1.0"> <title> hearts</title> <style> *{ transition: all ease 200ms; } div:hover{ transform:scale(0.5) ; } </style> </head> <body> <div style="font-size: 100px; color: red; text-align: center;">♥</div> </body> </html>
Submitting answers is currently unavailable.
Write a function that receives some and checks whether the amount received is the email. If the email was True, otherwise the False return the email should contain @ before @ should be a phrase as a work name ...
Write a program that receives the square side length from the input and calculates its area of square area = a side of its own = a side of a power 2.
Write a program that receives the age of father and son from the input and prints them (subtraction) in the output
Write a function that receives a username and if it was a character except the lowercase English letters, FALSE and otherwise TRUE
Write a program that receives the square area from the user and prints the size of each side in the output
Write a program that receives an infinite number from the user and when the user entered the number 0; Print all numbers entered from large to small in the output
برای استفاده از این بخش باید وارد حساب کاربریت بشی
ورود/ثبت نام If you don’t understand the exercise or can’t solve it for any reason, that’s completely
normal—don’t worry 😊
Try checking out easier exercises and reviewing different answers
submitted by others. Gradually, you can move on to more challenging exercises. Also, your answer
might be correct even if it’s different from others.