欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 前端技术 > HTML >内容正文

HTML

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

发布时间:2025/3/21 HTML 37 豆豆
生活随笔 收集整理的这篇文章主要介绍了 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属性使用示例的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。