随笔分类 - html
Hyper Text Markup Language
HTML添加网页背景图片
摘要:HTML添加网页背景图片 <!DOCTYPE HTML> <html> <head> </head> <body style="background:url(../img/cat_bg.jpg) no-repeat center center;"> </body> </html> 效果如下: 00:
阅读全文
HTML——霓虹灯字体设置
摘要:HTML——Hyper Text Markup Language 字体设置效果图: 代码部分: <html> <head> <style> .title { z-index: 10; position: absolute; left: 50%; top: 50%; transform: transl
阅读全文