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: .........完整代码请登录后点击上方下载按钮下载查看
















网友评论0