运行 ❯
获取您
的
网站
×
更改方向
保存代码
更改主题,暗/亮
前往 Spaces
<!DOCTYPE html> <html> <head> <style> img { filter: contrast(200%) brightness(150%); } </style> </head> <body> <h1>The filter Property</h1> <p>Adjust the contrast and brightness of the image:</p> <img src="pineapple.jpg" alt="Pineapple" width="300" height="300"> </body> </html>