Created
May 18, 2017 00:30
-
-
Save gormus/ed285174d15e05cb556d461216474fbc to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/kowozup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<link href="http://cms-prod.clackamas.edu/ResourcePackages/Bootstrap/assets/dist/css/main.min.css" rel="stylesheet" type="text/css" /> | |
<link href="http://cms-prod.clackamas.edu/ResourcePackages/Bootstrap/assets/dist/css/jquery.mb.YTPlayer/jquery.mb.YTPlayer.min.css" rel="stylesheet" type="text/css" /> | |
<link href="http://cms-prod.clackamas.edu/ResourcePackages/Bootstrap/assets/dist/css/theme.min.css" rel="stylesheet" type="text/css" /> | |
<style id="jsbin-css"> | |
/* | |
.row.no-gutters { | |
margin-right: 0; | |
margin-left: 0; | |
& > [class^="col-"], | |
& > [class*=" col-"] { | |
padding-right: 0; | |
padding-left: 0; | |
} | |
} | |
*/ | |
.ccc-widget-stepslist { | |
color: #212c65; | |
} | |
.ccc-widget-stepslist .stepslist-row { | |
border-bottom: 7px solid #FFFFFF; | |
} | |
.ccc-widget-stepslist .stepslist-col { | |
padding: 0.25em 0.5em; | |
} | |
.ccc-widget-stepslist .stepslist-col-left { | |
background-color: #ff6600; | |
text-transform: uppercase; | |
text-align: center; | |
min-width: 160px; | |
line-height: 1; | |
font-family: 'AvenirLTStd-Black'; | |
font-size: 30px; | |
} | |
.ccc-widget-stepslist .stepslist-col-right { | |
background-color: #e2f1f4; | |
font-family: 'AvenirLTStd-Light'; | |
font-size: 16px; | |
} | |
.ccc-widget-stepslist .stepslist-col-right h4 { | |
text-transform: uppercase; | |
font-family: 'AvenirLTStd-Black'; | |
font-size: 22px; | |
margin: 0.75em 0 0.5em; | |
} | |
.ccc-widget-stepslist .stepslist-label { | |
font-family: 'AvenirLTStd-Light'; | |
} | |
@media (min-width: 768px) { | |
.ccc-widget-stepslist .stepslist-row { | |
display: flex; | |
border-bottom-width: 4px; | |
} | |
.ccc-widget-stepslist .stepslist-col-left { | |
max-width: 130px; | |
} | |
.ccc-widget-stepslist .stepslist-col-left-content { | |
position: relative; | |
top: 50%; | |
-webkit-transform: translateY(-50%); | |
-moz-transform: translateY(-50%); | |
-o-transform: translateY(-50%); | |
-ms-transform: translateY(-50%); | |
transform: translateY(-50%); | |
} | |
.ccc-widget-stepslist .stepslist-col-right { | |
font-size: 18px; | |
padding: 20px 30px 1em; | |
} | |
.ccc-widget-stepslist .stepslist-col-right h4 { | |
font-size: 24px; | |
margin: 0.25em 0 0.5em; | |
} | |
.ccc-widget-stepslist .stepslist-label { | |
display: block; | |
font-family: 'AvenirLTStd-Black'; | |
font-size: 24px; | |
text-transform: uppercase; | |
} | |
.ccc-widget-stepslist .stepslist-no { | |
display: block; | |
font-size: 44px; | |
} | |
} | |
</style> | |
</head> | |
<body> | |
<div class="container"> | |
<div clas="row"> | |
<div class="col-sm-12"> | |
<div class="ccc-widget-stepslist"> | |
<div class="stepslist-row"> | |
<div class="stepslist-col stepslist-col-left"><div class="stepslist-col-left-content"> | |
<span class="stepslist-label">Step</span> | |
<span class="stepslist-no">01</span> | |
</div></div> | |
<div class="stepslist-col stepslist-col-right"> | |
<h4>Apply to CCC</h4> | |
<p>Fill out our application so we have your contact information and know about your education goals. This helps us create your student account. There’s no pressure here, you’re accepted at CCC! It takes about 24-48 hours to process.</p> | |
</div> | |
</div> | |
<div class="stepslist-row"> | |
<div class="stepslist-col stepslist-col-left"><div class="stepslist-col-left-content"> | |
<span class="stepslist-label">Step</span> | |
<span class="stepslist-no">02</span> | |
</div></div> | |
<div class="stepslist-col stepslist-col-right"> | |
<h4>Apply for financial aid</h4> | |
<p>Every year you attend college, you’ll need to fill out the FAFSA (Free Application for Federal Student Aid) Fill it out as early as you can to get access to the most federal grant money.</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<script src="https://code.jquery.com/jquery.min.js"></script> | |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> | |
<script id="jsbin-source-css" type="text/css">/* | |
.row.no-gutters { | |
margin-right: 0; | |
margin-left: 0; | |
& > [class^="col-"], | |
& > [class*=" col-"] { | |
padding-right: 0; | |
padding-left: 0; | |
} | |
} | |
*/ | |
.ccc-widget-stepslist { | |
color: #212c65; | |
.stepslist-row { | |
border-bottom: 7px solid #FFFFFF; | |
} | |
.stepslist-col { | |
padding: 0.25em 0.5em; | |
} | |
.stepslist-col-left { | |
background-color: #ff6600; | |
text-transform: uppercase; | |
text-align: center; | |
min-width: 160px; | |
line-height: 1; | |
font-family: 'AvenirLTStd-Black'; | |
font-size: 30px; | |
} | |
.stepslist-col-right { | |
background-color: #e2f1f4; | |
font-family: 'AvenirLTStd-Light'; | |
font-size: 16px; | |
} | |
.stepslist-col-right h4 { | |
text-transform: uppercase; | |
font-family: 'AvenirLTStd-Black'; | |
font-size: 22px; | |
margin: 0.75em 0 0.5em; | |
} | |
.stepslist-label { | |
font-family: 'AvenirLTStd-Light'; | |
} | |
.stepslist-no {} | |
@media (min-width: 768px) { | |
.stepslist-row { | |
display: flex; | |
border-bottom-width: 4px; | |
} | |
.stepslist-col { | |
} | |
.stepslist-col-left { | |
max-width: 130px; | |
} | |
.stepslist-col-left-content { | |
position: relative; | |
top: 50%; | |
-webkit-transform: translateY(-50%); | |
-moz-transform: translateY(-50%); | |
-o-transform: translateY(-50%); | |
-ms-transform: translateY(-50%); | |
transform: translateY(-50%); | |
} | |
.stepslist-col-right { | |
font-size: 18px; | |
padding: 20px 30px 1em; | |
} | |
.stepslist-col-right h4 { | |
font-size: 24px; | |
margin: 0.25em 0 0.5em; | |
} | |
.stepslist-label { | |
display: block; | |
font-family: 'AvenirLTStd-Black'; | |
font-size: 24px; | |
text-transform: uppercase; | |
} | |
.stepslist-no { | |
display: block; | |
font-size: 44px; | |
} | |
} | |
} | |
</script> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
.row.no-gutters { | |
margin-right: 0; | |
margin-left: 0; | |
& > [class^="col-"], | |
& > [class*=" col-"] { | |
padding-right: 0; | |
padding-left: 0; | |
} | |
} | |
*/ | |
.ccc-widget-stepslist { | |
color: #212c65; | |
} | |
.ccc-widget-stepslist .stepslist-row { | |
border-bottom: 7px solid #FFFFFF; | |
} | |
.ccc-widget-stepslist .stepslist-col { | |
padding: 0.25em 0.5em; | |
} | |
.ccc-widget-stepslist .stepslist-col-left { | |
background-color: #ff6600; | |
text-transform: uppercase; | |
text-align: center; | |
min-width: 160px; | |
line-height: 1; | |
font-family: 'AvenirLTStd-Black'; | |
font-size: 30px; | |
} | |
.ccc-widget-stepslist .stepslist-col-right { | |
background-color: #e2f1f4; | |
font-family: 'AvenirLTStd-Light'; | |
font-size: 16px; | |
} | |
.ccc-widget-stepslist .stepslist-col-right h4 { | |
text-transform: uppercase; | |
font-family: 'AvenirLTStd-Black'; | |
font-size: 22px; | |
margin: 0.75em 0 0.5em; | |
} | |
.ccc-widget-stepslist .stepslist-label { | |
font-family: 'AvenirLTStd-Light'; | |
} | |
@media (min-width: 768px) { | |
.ccc-widget-stepslist .stepslist-row { | |
display: flex; | |
border-bottom-width: 4px; | |
} | |
.ccc-widget-stepslist .stepslist-col-left { | |
max-width: 130px; | |
} | |
.ccc-widget-stepslist .stepslist-col-left-content { | |
position: relative; | |
top: 50%; | |
-webkit-transform: translateY(-50%); | |
-moz-transform: translateY(-50%); | |
-o-transform: translateY(-50%); | |
-ms-transform: translateY(-50%); | |
transform: translateY(-50%); | |
} | |
.ccc-widget-stepslist .stepslist-col-right { | |
font-size: 18px; | |
padding: 20px 30px 1em; | |
} | |
.ccc-widget-stepslist .stepslist-col-right h4 { | |
font-size: 24px; | |
margin: 0.25em 0 0.5em; | |
} | |
.ccc-widget-stepslist .stepslist-label { | |
display: block; | |
font-family: 'AvenirLTStd-Black'; | |
font-size: 24px; | |
text-transform: uppercase; | |
} | |
.ccc-widget-stepslist .stepslist-no { | |
display: block; | |
font-size: 44px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment