HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<body class="container-fluid">
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="#">Navbar</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Link</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-light my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
</header>
<main role="main">
<div class="container">
<h1 style="text-align: center"> Careers in Code Alumni </h1>
<!-- <div class="album py-5 "> -->
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<h2 style="text-align: center"> Anna Aombe </h2>
<img src="https://d33wubrfki0l68.cloudfront.net/ccdc7425db0eac43bb6e109deb5baebcc6e96f8b/96402/assets/students/anna.jpeg" alt="User icon" class="img-thumbnail" style="widht:240px">
<div class="card-body">
<p> 2019 </p>
<p> HTML, CSS, JS </p>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to
additional content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div style="font-size: 20px">
<a href="#" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i> </a>
<a href="#" target="_blank"><i class="fa fa-globe"></i></a>
<a href="#" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="#" target="_blank"><i class="fa fa-id-card"></i></a>
<a href="#" target="_blank"><i class="fa fa-user-circle"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<h2 style="text-align: center"> Eva Carafa </h2>
<img src="https://d33wubrfki0l68.cloudfront.net/3971024e196b6823ed3edca3684ee56679823730/15206/assets/students/eva-carafa.jpg" alt="User icon" class="img-thumbnail" style="widht:240px">
<div class="card-body">
<p> 2019 </p>
<p> HTML, CSS, JS </p>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to
additional content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div style="font-size: 20px">
<a href="#" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i> </a>
<a href="#" target="_blank"><i class="fa fa-globe"></i></a>
<a href="#" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="#" target="_blank"><i class="fa fa-id-card"></i></a>
<a href="#" target="_blank"><i class="fa fa-user-circle"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<h2 style="text-align: center"> Kelly Corey </h2>
<img src="https://d33wubrfki0l68.cloudfront.net/a6d545f84d7fc3bd3ee64fe51e9d78a92efc4900/0958d/assets/students/kellycorey.jpeg" alt="User icon" class="img-thumbnail" style="widht:240px">
<div class="card-body">
<p> 2019 </p>
<p> HTML, CSS, JS </p>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to
additional content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div style="font-size: 20px">
<a href="#" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i> </a>
<a href="#" target="_blank"><i class="fa fa-globe"></i></a>
<a href="#" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="#" target="_blank"><i class="fa fa-id-card"></i></a>
<a href="#" target="_blank"><i class="fa fa-user-circle"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<h2 style="text-align: center"> Timothy Liles </h2>
<img src="https://d33wubrfki0l68.cloudfront.net/0fbf6a1c3328aaac26776fcad451e6a73baeed2e/2b120/assets/students/tim-liles.jpeg" alt="User icon" class="img-thumbnail" style="widht:240px">
<div class="card-body">
<p> 2019 </p>
<p> HTML, CSS, JS </p>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to
additional content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div style="font-size: 20px">
<a href="#" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i> </a>
<a href="#" target="_blank"><i class="fa fa-globe"></i></a>
<a href="#" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="#" target="_blank"><i class="fa fa-id-card"></i></a>
<a href="#" target="_blank"><i class="fa fa-user-circle"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<h2 style="text-align: center"> Dana McMullen </h2>
<img src="https://d33wubrfki0l68.cloudfront.net/935aa3f5f4cd0ad52211e4fe4a05babeb38fbd19/ea26d/assets/students/dana.jpeg" alt="User icon" class="img-thumbnail" style="widht:240px">
<div class="card-body">
<p> 2019 </p>
<p> HTML, CSS, JS </p>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to
additional content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div style="font-size: 20px">
<a href="#" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i> </a>
<a href="#" target="_blank"><i class="fa fa-globe"></i></a>
<a href="#" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="#" target="_blank"><i class="fa fa-id-card"></i></a>
<a href="#" target="_blank"><i class="fa fa-user-circle"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<h2 style="text-align: center"> Elizabeth Metcalf </h2>
<img src="https://d33wubrfki0l68.cloudfront.net/aad8b2adb3359f96f75565f56eb2b66ab9455c10/5f85e/assets/students/elizabeth-metcalf.jpg" alt="User icon" class="img-thumbnail" style="widht:240px">
<div class="card-body">
<p> 2019 </p>
<p> HTML, CSS, JS </p>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to
additional content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div style="font-size: 20px">
<a href="#" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i> </a>
<a href="#" target="_blank"><i class="fa fa-globe"></i></a>
<a href="#" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="#" target="_blank"><i class="fa fa-id-card"></i></a>
<a href="#" target="_blank"><i class="fa fa-user-circle"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<h2 style="text-align: center"> Dakir Thompson </h2>
<img src="https://d33wubrfki0l68.cloudfront.net/4163651d3c5813368415e0fa7a2b73cba028ee7e/2a4f9/assets/students/dakir.jpg" alt="User icon" class="img-thumbnail" style="widht:240px">
<div class="card-body">
<p> 2019 </p>
<p> HTML, CSS, JS </p>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to
additional content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div style="font-size: 20px">
<a href="#" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i> </a>
<a href="#" target="_blank"><i class="fa fa-globe"></i></a>
<a href="#" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="#" target="_blank"><i class="fa fa-id-card"></i></a>
<a href="#" target="_blank"><i class="fa fa-user-circle"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<h2 style="text-align: center"> Karin Thorne </h2>
<img src="https://d33wubrfki0l68.cloudfront.net/245496b2230728360778d937501222bde0792ae2/0958b/assets/students/karinthorne.jpeg" alt="User icon" class="img-thumbnail" style="widht:240px">
<div class="card-body">
<p> 2019 </p>
<p> HTML, CSS, JS </p>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to
additional content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div style="font-size: 20px">
<a href="#" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i> </a>
<a href="#" target="_blank"><i class="fa fa-globe"></i></a>
<a href="#" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="#" target="_blank"><i class="fa fa-id-card"></i></a>
<a href="#" target="_blank"><i class="fa fa-user-circle"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<h2 style="text-align: center"> Katherine Tortora </h2>
<img src="https://d33wubrfki0l68.cloudfront.net/5dd5bb5da20098f0c83b1541442cd0c4ec74ee69/c90b6/assets/students/kate-tortora.jpg" alt="User icon" class="img-thumbnail" style="widht:240px">
<div class="card-body">
<p> 2019 </p>
<p> HTML, CSS, JS </p>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to
additional content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div style="font-size: 20px">
<a href="#" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i> </a>
<a href="#" target="_blank"><i class="fa fa-globe"></i></a>
<a href="#" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="#" target="_blank"><i class="fa fa-id-card"></i></a>
<a href="#" target="_blank"><i class="fa fa-user-circle"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<h2 style="text-align: center"> Kaitlyn Warboy </h2>
<img src="https://d33wubrfki0l68.cloudfront.net/c773a9f071ef79e0f1823881a50a4ecc97e50400/fffcd/assets/students/kaitlyn-warboy.jpg" alt="User icon" class="img-thumbnail" style="widht:240px">
<div class="card-body">
<p> 2019 </p>
<p> HTML, CSS, JS </p>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to
additional content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div style="font-size: 20px">
<a href="#" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i> </a>
<a href="#" target="_blank"><i class="fa fa-globe"></i></a>
<a href="#" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="#" target="_blank"><i class="fa fa-id-card"></i></a>
<a href="#" target="_blank"><i class="fa fa-user-circle"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<h2 style="text-align: center"> Jacquay Winfield </h2>
<img src="https://d33wubrfki0l68.cloudfront.net/5080921210c6919b9774d984bd3eabe2600c53fb/77eed/assets/students/jacquay.jpeg" alt="User icon" class="img-thumbnail" style="widht:240px">
<div class="card-body">
<p> 2019 </p>
<p> HTML, CSS, JS </p>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to
additional content. This content is a little bit longer.</p>
<div class="d-flex justify-content-between align-items-center">
<div style="font-size: 20px">
<a href="#" target="_blank"><i class="fa fa-envelope"></i></a>
<a href="#" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="#" target="_blank"><i class="fab fa-twitter"></i> </a>
<a href="#" target="_blank"><i class="fa fa-globe"></i></a>
<a href="#" target="_blank"><i class="fab fa-github-square"></i></a>
<a href="#" target="_blank"><i class="fa fa-id-card"></i></a>
<a href="#" target="_blank"><i class="fa fa-user-circle"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- </div> -->
</div>
</main>
<!---- back-to-top ----->
<a id="back-to-top" href="#" class="btn btn-default btn-lg back-to-top" role="button" data-toggle="tooltip"
data-placement="right"><span class="glyphicon glyphicon-chevron-up"></span></a>
<!--title="Top"-->
<div class="clearfix"> </div>
</br>
<div class="row studentTail">
<div class="col-md-4 text-center footerText mb-4">
<h4 class="font-weight-bold mb-3">Contact</h4>
<div class="mb-4">
<p class="mb-0">Doug Crescenzi</p>
<p class="mb-0"><a class="footerLink" href="mailto:doug@hackupstate.com">doug@hackupstate.com</a></p>
<p class="mb-0"><a class="footerLink" href="tel:315-436-8655">(315) 436-8655</a></p>
</div>
<div class="mb-4">
<p class="mb-0">Jesse Peplinski</p>
<p class="mb-0"><a class="footerLink" href="mailto:jesse@hackupstate.com">jesse@hackupstate.com</a></p>
<p class="mb-0"><a class="footerLink" href="tel:315-409-3514">(315) 409-3514</a></p>
</div>
</div>
<div class="col-md-4 text-center footerText mb-4">
<h4 class="font-weight-bold mb-3">Connect</h4>
<a href="https://www.facebook.com/hackupstate"><img class="logo"
src="https://d33wubrfki0l68.cloudfront.net/7c37c39160a84bb7712d34e0c0f82ee8c271eba4/b0d30/assets/social/fb.png"
alt="Responsive image"></a>
<a href="https://twitter.com/hackupstate"><img class="logo"
src="https://d33wubrfki0l68.cloudfront.net/a7a9d57647f4e816392c328b3ee9ad88e562e2a9/eb31c/assets/social/tw.png"
alt="Responsive image"></a>
<a href="https://medium.com/@hackupstate"><img class="logo"
src="https://d33wubrfki0l68.cloudfront.net/3c13f4c73e4bf1cd84520329ddbf82766938a964/710fd/assets/social/med.png"
alt="Responsive image"></a>
<a href="https://www.instagram.com/hackupstate"><img class="logo"
src="https://d33wubrfki0l68.cloudfront.net/fa286a4e1e0540ab5630140e8039cc606e18c660/22884/assets/social/inst-green.png"
alt="Responsive image"></a>
<a href="https://github.com/hackupstate"><img class="logo"
src="https://d33wubrfki0l68.cloudfront.net/3c1b2b1b620b4782dc768f5bb9f78ab556e62387/a7793/assets/social/git-blue.png"
alt="github icon"></a>
<a href="https://www.linkedin.com/company/hack-upstate/"><img class="logo"
src="https://d33wubrfki0l68.cloudfront.net/da99269cae7e99538f0efd43ce92762c1b2fb28e/d08e9/assets/social/linked-in-green.png"
alt="linked in icon"></a>
<a href="https://www.youtube.com/user/hackupstate"><img class="logo"
src="https://d33wubrfki0l68.cloudfront.net/ae3e429eca430ac9f2813dcfeea6cef95b8d8d78/e5d37/assets/social/yt-blue.png"
alt="youtube icon"></a>
<a href="http://huslack.herokuapp.com/"><img class="logo"
src="https://d33wubrfki0l68.cloudfront.net/73a84d509cfba31f0d9c54d1b214c03741354b1b/23993/assets/social/slack-green.png"
alt="slack icon"></a>
</div>
<div class="col-md-4 text-center footerText mb-4">
<h4 class="font-weight-bold mb-3">More Links</h4>
<p class="mb-0"><a class="footerLink" href="http://hackupstate.com/conduct.html">Code of Conduct</a></p>
<p class="mb-0"><a class="footerLink" href="http://hackupstate.com/privacy.html">Privacy Policy</a></p>
</div>
</div>
</body>
/* .bg-primary {
background-color: #000cca;
/* color: #ffffff; */
/* }; */
.bg-primary {
color: #ffffff;
};
.navbar-brand {
width: 250px
}
/* navbar Default */
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar {
border-radius: 0px;
margin-bottom: 15px;
}
/* navbar purple */
.navbar-purple {
background-color: #007BFF;
border: none;
}
/* change logo text color and hover color */
.navbar-purple .navbar-brand {
color: #fff
}
.navbar-purple .navbar-brand:hover, .navbar-purple .navbar-brand:focus {
color: #ccc
}
/* Change nav links color */
.navbar-purple .navbar-nav > li > a {
color: #e7e7e7
}
.navbar-purple .navbar-nav > li > a:hover {
color: #fff
}
/* change visited color */
.navbar-purple .navbar-nav > li > a:focus {
color: #fff
}
/* form */
.navbar-purple .form-control {
border-radius: 4;
border: none
}
.navbar-purple .form-control {
border: 1px solid #007BFF
}
.navbar-purple .btn {
border: 1px solid #007BFF
}
/* open drop down background color */
.navbar-purple .navbar-nav .open .dropdown-menu {
background: #fff
}
/* mobile toggle nav icon */
.navbar-purple .navbar-toggle {
border-color: #e7e7e7
}
.navbar-purple .navbar-toggle .icon-bar {
background-color: #e7e7e7
}
.navbar-purple .navbar-toggle:focus, .navbar-purple .navbar-toggle:hover {
background-color: #fff
}
.navbar-purple .navbar-toggle:focus .icon-bar, .navbar-purple .navbar-toggle:hover .icon-bar {
background-color: #3b5998
}
.container{
width: 80%;
}
.navbar-bottom {
border-radius: 0px;
margin-top: 15px;
margin-bottom: 15px;
padding: 5px;
color: #fff;
}
.btn-purple {
background-color: #007BFF;
color: #fff;
border: none;
}
.back-to-top {
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
background-color: #007BFF;
border: 1px solid #e7e7e7;
border-color: #e7e7e7;
color: #FFF;
display:none;
}
/* footer */
.studentTail {
background-color: #002333;
}
.logo {
height: 45px;
width: auto;
}
img {
vertical-align: middle;
border-style: none;
}
.footerLink {
color: #8d959a;
}
.font-weight-bold {
font-weight: 700!important;
}
.mb-3, .my-3 {
margin-bottom: 1rem!important;
}
h4 {
display: block;
margin-block-start: 1.33em;
margin-block-end: 1.33em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
font-size: 1.5rem;
}
.footerText {
color: #8d959a;
font-size: 17px;
padding-left: 5%;
padding-right: 5%;
}
.mb-4, .my-4 {
margin-bottom: 1.5rem!important;
}
.col-md-4 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
/* .bg-primary {
background-color: #000cca;
/* color: #ffffff; */
/* }; */
.bg-primary {
color: #ffffff;
};
.navbar-brand {
width: 250px
}
/* navbar Default */
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar {
border-radius: 0px;
margin-bottom: 15px;
}
/* navbar purple */
.navbar-purple {
background-color: #007BFF;
border: none;
}
/* change logo text color and hover color */
.navbar-purple .navbar-brand {
color: #fff
}
.navbar-purple .navbar-brand:hover, .navbar-purple .navbar-brand:focus {
color: #ccc
}
/* Change nav links color */
.navbar-purple .navbar-nav > li > a {
color: #e7e7e7
}
.navbar-purple .navbar-nav > li > a:hover {
color: #fff
}
/* change visited color */
.navbar-purple .navbar-nav > li > a:focus {
color: #fff
}
/* form */
.navbar-purple .form-control {
border-radius: 4;
border: none
}
.navbar-purple .form-control {
border: 1px solid #007BFF
}
.navbar-purple .btn {
border: 1px solid #007BFF
}
/* open drop down background color */
.navbar-purple .navbar-nav .open .dropdown-menu {
background: #fff
}
/* mobile toggle nav icon */
.navbar-purple .navbar-toggle {
border-color: #e7e7e7
}
.navbar-purple .navbar-toggle .icon-bar {
background-color: #e7e7e7
}
.navbar-purple .navbar-toggle:focus, .navbar-purple .navbar-toggle:hover {
background-color: #fff
}
.navbar-purple .navbar-toggle:focus .icon-bar, .navbar-purple .navbar-toggle:hover .icon-bar {
background-color: #3b5998
}
.container{
width: 80%;
}
.navbar-bottom {
border-radius: 0px;
margin-top: 15px;
margin-bottom: 15px;
padding: 5px;
color: #fff;
}
.btn-purple {
background-color: #007BFF;
color: #fff;
border: none;
}
.back-to-top {
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
background-color: #007BFF;
border: 1px solid #e7e7e7;
border-color: #e7e7e7;
color: #FFF;
display:none;
}
/* footer */
.studentTail {
background-color: #002333;
}
.logo {
height: 45px;
width: auto;
}
img {
vertical-align: middle;
border-style: none;
}
.footerLink {
color: #8d959a;
}
.font-weight-bold {
font-weight: 700!important;
}
.mb-3, .my-3 {
margin-bottom: 1rem!important;
}
h4 {
display: block;
margin-block-start: 1.33em;
margin-block-end: 1.33em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
font-size: 1.5rem;
}
.footerText {
color: #8d959a;
font-size: 17px;
padding-left: 5%;
padding-right: 5%;
}
.mb-4, .my-4 {
margin-bottom: 1.5rem!important;
}
.col-md-4 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
Also see: Tab Triggers