不规则边框及渐变效果
代码语言:html
所属分类:布局界面
代码描述:不规则边框及渐变效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
@font-face {
font-family: 'Spicy Rice';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Spicy Rice'), local('SpicyRice-Regular'), url(https://fonts.gstatic.com/s/spicyrice/v8/uK_24rSEd-Uqwk4jY1RyGv8.ttf) format('truetype');
}
html,
body {
min-height: 100%;
}
body {
background: -webkit-gradient(linear, left top, right top, from(#301916), color-stop(5%, #301916), color-stop(5%, #8A6552), color-stop(10%, #8A6552), color-stop(10%, #462521), color-stop(15%, #462521), color-stop(15%, #301916), color-stop(20%, #301916), color-stop(20%, #462521), color-stop(25%, #462521), color-stop(25%, #8A6552), color-stop(30%, #8A6552), color-stop(30%, #301916), color-stop(35%, #301916), color-stop(35%, #8A6552), color-stop(40%, #8A6552), color-stop(40%, #462521), color-stop(45%, #462521), color-stop(45%, #301916), color-stop(50%, #301916), color-stop(50%, #8A6552), color-stop(55%, #8A6552), color-stop(55%, #462521), color-stop(60%, #462521), color-stop(60%, .........完整代码请登录后点击上方下载按钮下载查看
















网友评论0