css布局实现十二钟文字效果
代码语言:html
所属分类:布局界面
代码描述:css布局实现十二钟文字效果
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<style>
body {
background: yellow;
}
h1 {
position: relative;
text-align: center;
color: #353535;
font-family: 'Oswald', sans-serif;
font-size: 45px;
margin: 0;
}
h2 {
position: relative;
text-align: center;
color: #353535;
font-family: serif;
font-size: 30px;
margin: 0;
}
p {
font-family: 'Oswald', sans-serif;
font-weight: 300;
text-align: center;
color: #676767;
}
.intro{
margin-bottom: 0;
}
.frame {
width: 90%;
margin: auto 40px;
text-align: center;
}
.custom-eft {
padding: 0 25px;
font-family: 'Lato', sans-serif;
font-weight: 500;
background: transparent;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0