div+css实现英文证书布局代码
代码语言:html
所属分类:布局界面
代码描述:div+css实现英文证书布局代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/bootstrap.3.3.4.css">
<style>
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-stretch: normal;
src: url(//repo.bfw.wiki/bfwrepo/font/OpenSans.ttf) format('truetype');
}
@font-face {
font-family: 'Pinyon Script';
font-style: normal;
font-weight: 400;
src: url(//repo.bfw.wiki/bfwrepo/font/PinyonScript.ttf) format('truetype');
}
@font-face {
font-family: 'Rochester';
font-style: normal;
font-weight: 400;
src: url(//repo.bfw.wiki/bfwrepo/font/Rochester.ttf) format('truetype');
}
.cursive {
font-family: 'Pinyon Script', cursive;
}
.sans {
font-family: 'Open Sans', sans-serif;
}
.bold {
font-weight: bold;
}
.block {
display: block;
}
.underline {
border-bottom: 1px solid #777;
padding: 5px;
margin-bottom: 15px;
}
.margin-0 {
margin: 0;
}
.padding-0 {
padding: 0;
}
.pm-empty-space {
height: 40px;
width: 100%;
}
body {
padding: 20px 0;
background: #ccc;
}
.pm-certificate-container {
position: relative;
width: 800px;
height: 600px;
background-color: #618597;
padding: 30px;
color: #333;
font-family: .........完整代码请登录后点击上方下载按钮下载查看
















网友评论0