日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 前端技术 > HTML >内容正文

HTML

html属性应用实例,HTML5 contenteditable属性使用示例

發布時間:2025/3/21 HTML 24 豆豆
生活随笔 收集整理的這篇文章主要介紹了 html属性应用实例,HTML5 contenteditable属性使用示例 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

CSS

語言:

CSSSCSS

確定

@import url(http://fonts.googleapis.com/css?family=Raleway:400,,800,900);

html {

width: 100%;

height: 100%;

}

* {

outline: none;

}

body {

background: -webkit-linear-gradient(#ebece7, white);

background: linear-gradient(#ebece7, white);

margin: 0;

width: 100%;

height: 100%;

font-family: 'Raleway', sans-serif;

}

.container {

position: absolute;

-webkit-transform: translate(-50%, -50%);

-ms-transform: translate(-50%, -50%);

transform: translate(-50%, -50%);

left: 50%;

top: 50%;

max-wisth: 100%;

}

.title {

color: #333;

letter-spacing: -5px;

margin-left: -16px;

font-weight: 800;

color: transparent;

font-size: 100px;

background: url("https://download.unsplash.com/uploads/14116941824817ba1f28e/78c8dff1") repeat;

background-position: 30% 10%;

background-size: 200%;

-webkit-background-clip: text;

position: relative;

text-align: center;

line-height: 90px;

text-transform: uppercase;

}

.lg {

font-weight: 400;

}

a,

.subtitle {

display: block;

text-align: center;

font-style: italic;

text-decoration: initial;

text-transform: uppercase;

padding-top: 10px;

color: #E93074;

}

h1 {

text-align: center;

font-family: 'Monsieur La Doulaise', cursive;

font-size: 40px;

}

總結

以上是生活随笔為你收集整理的html属性应用实例,HTML5 contenteditable属性使用示例的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。