日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

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

HTML

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

發布時間:2025/3/21 HTML 35 豆豆
生活随笔 收集整理的這篇文章主要介紹了 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属性使用示例的全部內容,希望文章能夠幫你解決所遇到的問題。

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