|
htm038 : Text OverLayer : สร้าง Text Layer สไตล์ Graphics
สร้างข้อมูลในรูปแบบคล้าย Graphis ด้วย Text Layer สนใจจะนำไปใช้ในการตกแต่ง web ของคุณ ก็เชิญ copy ไปใช้ได้เลยครับ อย่างน้อยก็ช่วยให้ web น่าสนใจยิ่งขึ้น โดยไม่ทำให้เสียเวลาในการ load ภาพครับ..
<style> <!--
h2 {
position: relative;
top: 5px;
left: 5px;
font: bold italic 50pt arial;
color: ff0033
}
h3 {
position: relative;
top: -62px;
font: bold 20pt sans-serif;
color: 3098E4;
margin-left: 106px;
}
//--> </style>
<h2>iT-Guides</h2>
<h3>Welcome</h3>
ผลการรันด้วยคำสั่งข้างต้น
iT-Guides
Welcome
|
|