Downloaded DE's templates (old templates). Worked on pandas and customer data with a good amount of success.
This commit is contained in:
@ -0,0 +1,39 @@
|
||||
<div class="info-banner">
|
||||
<div class="banner-content">
|
||||
Please log in with your primary Douglas Elliman account. If logged in under your secondary account, courses will not be counted toward your mandatory training. Need help identifying your primary account? Contact the Help Desk.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.info-banner {
|
||||
background: #009cbd;
|
||||
padding: 16px;
|
||||
color: #fff;
|
||||
text-align:center;
|
||||
margin-bottom:16px;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
@media (min-width:799px) {
|
||||
.info-banner {
|
||||
margin-left:160px;
|
||||
font-size:16px;
|
||||
padding: 24px 16px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width:1600px) {
|
||||
.info-banner {
|
||||
position:absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
right:0;
|
||||
font-size:18px;
|
||||
}
|
||||
|
||||
header.section-margin {
|
||||
margin-top:120px;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user