คืนค่าการตั้งค่าทั้งหมด
คุณแน่ใจว่าต้องการคืนค่าการตั้งค่าทั้งหมด ?
ลำดับตอนที่ #4 : ♥BG ♥ : มุมพื้นดำภาพหวานๆ พร้อมโค๊ด
โค๊ดมุมซ้ายบน
<style>Body {background-image:url("ตรงนี้ใส่ url ของภาพ");background-position: left top;background-repeat: no-repeat;background-attachment: fixed;background-color: "#000000";}</style>
มุมขวาล่าง
<style>Body {background-image:url("ใส่ URLของภาพที่จะใช้");background-position: right bottom;background-repeat: no-repeat;background-attachment: fixed;background-color: "#000000";}</style>
มุมซ้ายล่าง
<style>Body {background-image:url("ตรงนี้ใส่ url ของภาพ");background-position: left bottom;background-repeat: no-repeat;background-attachment: fixed;background-color: "#000000";}</style>
มุมขวาบน
<style>Body {background-image:url("ตรงนี้ใส่ url ของภาพ");background-position: right top;background-repeat: no-repeat;background-attachment: fixed;background-color: "#000000";}</style>
โค๊ดมุม กลางบล็อก”
<style>Body {background-image:url("ใส่ URLของภาพที่จะใช้");background-position:left center;background-repeat: no-repeat;background-attachment: fixed;background-color: "ใส่สี Bg ที่ต้องการ";}</style>
ความคิดเห็น