Your IP : 216.73.216.170


Current Path : /home/bitrix/ext_www/vebeng.yacl.site/jsbot/
Upload File :
Current File : /home/bitrix/ext_www/vebeng.yacl.site/jsbot/demo.css

* {
	font-family: 'Roboto', sans-serif;
}
html, body {
	font-size: 16px;
}

section#demo {
	background: #fbfbfb;
    position: relative;
    padding: 0;
    min-height: 100vh;
    transition: height 9999s;
}
.vertical-align {
	position: absolute;
	top: 100%;
	transform: translateY(-100%);
	left: 0;
	width: 100%;
}
.card {
	background: #fff;
    box-shadow: 13px 13px 28px 2px rgba(0, 0, 0, 0.035);
    padding: 7px 15px;
}