<title> CSS calc() Function Example </title> <style> .heading { position: absolute; left: 30px; width: calc(50% - 20%); height:calc(200px - 100px);
確定! 回上一頁