DOCTYPE html> <html> <head> <title>CSS scale() function</title> <style> body { text-align:center; } h1 { color:green; } .scale_image { transform:scale(1.5); } ...
確定! 回上一頁