bootstrap实现带数字序号左右垂直时间轴时间线效果代码

代码语言:html

所属分类:布局界面

代码描述:bootstrap实现带数字序号左右垂直时间轴时间线效果代码

代码标签: bootstrap 数字 序号 左右 垂直 时间轴 时间线

下面为部分代码预览,完整代码请点击下载或在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.4.3.1.min.css">
    <style>
        html,body {
	font:100% "Lato",sans-serif;
	font-weight:300;
	height:100%;
	background-color:#4D4545;
}
.blue-bg {
	background-color:#4D4545;
	color:#ED8D8D;
	height:100%;
}
.circle {
	font-weight:bold;
	padding:15px 20px;
	border-radius:50%;
	background-color:#ED8D8D;
	color:#4D4545;
	max-height:50px;
	z-index:2;
}
.how-it-works.row {
	display:flex;
}
.how-it-works.row .col-2 {
	display:inline-flex;
	align-self:stretch;
	align-items:center;
	justify-content:center;
}
.how-it-works.row .col-2::after {
	content:"";
	position:absolu.........完整代码请登录后点击上方下载按钮下载查看

网友评论0