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.
<html>
<head>
<title>Newsfeed</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<link rel="icon" type="image/png" href="…">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!--======Pixel Grid======-->
<div><img src="https://www.seanet.com/~owenmp/hvd-web/play-aids/grid-lg.gif" class="pixel-grid"/></div>
<div><i id="toggle-grid" class="fa fa-th"></i></div>
<!------------------------->
<!--======Push Menu======-->
<div class="container bar-cont">
<div class="row">
<div class="col-md-4 col-sm-6 push-bar">
<div class="creator">
<a href="https://codepen.io/Bahaa-Addin/" target="_blank"><i id="codepen" class="fa fa-codepen"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-2 arrow"></div>
</div>
</div>
<!------------------------->
<!--========Cards========-->
<div class="container-fluid main-cont">
<div class="row news-row">
<div class="container-fluid col-md-12 col-sm-6 justify-content-center news-block">
<div class="card-group">
<div class="underlay">
<div class="card">
<div class="card-img-top" style="background-image: url('https://i.imgur.com/wLMJQPH.png')"></div>
<div class="card-block" >
<h5 class="card-title" style="font-family: 'Anton', sans-serif">Canon Unveils New Lens<hr></h5>
<p class="card-text" >Canon will have a full slate of new and updated products to show attendees at this year’s NAB Show. The company has announced its new Compact-Servo 70-200mm telephoto zoom lens <a href="#"><u>Read More...</u></a></p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
<div class="underlay">
<div class="card">
<div class="card-img-top" style="background-image: url('https://i.imgur.com/tT6Bxay.png')"></div>
<div class="card-block" >
<h5 class="card-title" style="font-family: 'Anton', sans-serif">Sennheiser HD 598 Tech Specs<hr></h5>
<p class="card-text" >The brown Sennheiser HD 598 audiophile headphones have excellent, detailed hi-fi sound and a stylish design. They are comfortable to wear and offer versatility as well. These accessories feature a multi-dimensional soundstage <a href="#"><u>Read More...</u></a></p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
<div class="underlay">
<div class="card">
<div class="card-img-top" style="background-image: url('https://i.imgur.com/n6b2rib.png')"></div>
<div class="card-block" >
<h5 class="card-title" style="font-family: 'Anton', sans-serif">North Sea Wind Power Hub<hr></h5>
<p class="card-text" >The harnessing of energy has never been without projects of monolithic scale. From the Hoover Dam to the Three Gorges—the world's largest power station—engineers the world over have recognised that with size comes advantages <a href="#"><u>Read More...</u></a></p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
<div class="underlay">
<div class="card">
<div class="card-img-top" style="background-image: url('https://i.imgur.com/ssMsuUO.png')"></div>
<div class="card-block" >
<h5 class="card-title" style="font-family: 'Anton', sans-serif">Apple MacBook Retina displays<hr></h5>
<p class="card-text" >In 2015 we reported on an issue with MacBook Retina displays that were seeing problems with the anti-reflective coating wearing off, which came to be known as ‘Staingate.’ <a href="#"><u>Read More...</u></a></p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
<div class="underlay">
<div class="card">
<div class="card-img-top" style="background-image: url('https://i.imgur.com/yAFDnZ1.png')"></div>
<div class="card-block" >
<h5 class="card-title" style="font-family: 'Anton', sans-serif">Intel Dismisses 7700k Problems<hr></h5>
<p class="card-text" >Modern processors can run at temperatures ranging from 25 to 90 degrees, depending on configuration, cooling and workload. That said, when a CPU takes on a heavy load, that increase is gradual <a href="#"><u>Read More...</u></a></p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
<div class="underlay">
<div class="card">
<div class="card-img-top" style="background-image: url('https://i.imgur.com/5rgwfW6.png')"></div>
<div class="card-block" >
<h5 class="card-title" style="font-family: 'Anton', sans-serif">T3 Agenda: Beats By Dre<hr></h5>
<p class="card-text" >In the latest edition of the T3 Agenda, we prepare to box our ears with Beats By Dre's Anthony Joshua headphones, detail the pre-order incentives and special editions of Call of Duty WW2 <a href="#"><u>Read More...</u></a></p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
<div class="underlay">
<div class="card">
<div class="card-img-top" style="background-image: url('https://i.imgur.com/WaGs6zS.png')"></div>
<div class="card-block" >
<h5 class="card-title" style="font-family: 'Anton', sans-serif">Remembering “Jobs” 5th anniv<hr></h5>
<p class="card-text" >It has been 5 years since Steve Jobs passed away. Many publications write about how Apple Inc. has faired under Tim Cook's leadership post-Jobs <a href="#"><u>Read More...</u></a></p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
<div class="underlay">
<div class="card">
<div class="card-img-top" style="background-image: url('https://i.imgur.com/M8PGoML.png')"></div>
<div class="card-block" >
<h5 class="card-title" style="font-family: 'Anton', sans-serif">Pair iPod Touch with an AirPlay<hr></h5>
<p class="card-text" >Officially, in order to use AirPlay to stream music from your iOS device, you would need either an Apple TV, AirPort Express, or an AirPlay-enabled receiver or set of speakers <a href="#"><u>Read More...</u></a></p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
<div class="underlay">
<div class="card">
<div class="card-img-top" style="background-image: url('https://i.imgur.com/Hp8NxLI.png')"></div>
<div class="card-block" >
<h5 class="card-title" style="font-family: 'Anton', sans-serif">A Time-Travel Experiment Works<hr></h5>
<p class="card-text" >In a makeshift lab, a trio of brainiac students argue over their time-travel device. The skeptic on the team has her doubts—not that the invention will work <a href="#"><u>Read More...</u></a></p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!------------------------>
<!--=======Scripts======-->
<script src="jquery-3.1.1.min.js"></script>
<script name="toggle-grid" type="text/javascript">
$(document).ready(function(){
$(document).on("keypress", function(event) {
// If 'alt + g' keys are pressed:
if (event.which === 169){
$('#toggle-grid').toggle();
}
});
$('#toggle-grid').on("click"
, function() {
$('.pixel-grid').toggle();
$('#toggle-grid').toggleClass('orange');
});
});
</script>
</body>
</html>
*{
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html{
overflow-y: scroll;
}
body{
background-color: transparent;
background: url('https://i.imgur.com/ApQKtQZ.jpeg') fixed no-repeat;
background-size: cover;
max-height: 300rem;
border: 15px solid transparent !important;
-o-border-image: linear-gradient(to bottom right,rgba(255, 255, 255, 0.75) 0%,rgba(245, 245, 245, 0.75) 0%,rgba(245, 245, 245, 0.75) 16.6%,rgb(245, 245, 245) 37.8%,rgb(245, 245, 245) 48.8%,rgb(254, 254, 254) 53.1%,rgba(245, 245, 245, 0.75) 79.4%,rgba(245, 245, 245, 0.75) 84.3%) !important;
border-image: -webkit-gradient(linear,left top, right bottom,from(rgba(255, 255, 255, 0.75)),color-stop(0%, rgba(245, 245, 245, 0.75)),color-stop(16.6%, rgba(245, 245, 245, 0.75)),color-stop(37.8%, rgb(245, 245, 245)),color-stop(48.8%, rgb(245, 245, 245)),color-stop(53.1%, rgb(254, 254, 254)),color-stop(79.4%, rgba(245, 245, 245, 0.75)),color-stop(84.3%, rgba(245, 245, 245, 0.75))) !important;
border-image: linear-gradient(to bottom right,rgba(255, 255, 255, 0.75) 0%,rgba(245, 245, 245, 0.75) 0%,rgba(245, 245, 245, 0.75) 16.6%,rgb(245, 245, 245) 37.8%,rgb(245, 245, 245) 48.8%,rgb(254, 254, 254) 53.1%,rgba(245, 245, 245, 0.75) 79.4%,rgba(245, 245, 245, 0.75) 84.3%) !important;
border-image-slice: 1 !important;
}
a{
text-decoration: none;
color: inherit;
cursor: pointer;
opacity: 0.95;
}
a:hover{
opacity: 1;
color: black;
}
/*----------------
Push Bar
------------------*/
.bar-cont{
position: relative;
top: -215px;
}
.push-bar{
position: relative;
margin: auto;
width: 500px;
height: 200px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.creator{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.creator #codepen{
text-align: center;
font-size: 180px;
margin-top: 30px;
border: 2px solid white;
border-radius: 50%;
-webkit-box-shadow: 0px 8px 5px grey;
box-shadow: 0px 8px 5px grey;
}
.arrow{
margin: auto;
padding: 0;
margin-top: 50px;
margin-bottom: 0;
max-width: 80px;
height: 80px;
border: 3px solid black;
border-radius: 50%;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
background-repeat: no-repeat;
background-position: center;
background-size: 45%;
background-color: black;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
-webkit-animation: blockAppear .6s ease-in-out;
animation: blockAppear .6s ease-in-out;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
/*-----------------
Cards
------------------*/
.main-cont{
padding: 0;
margin: 0;
top: -215px;
}
.news-row {
margin: 0;
margin-top: 50px;
margin-bottom: 50px;
}
.news-block{
margin: auto;
padding: 0;
background-color: transparent;
max-width: 1060px;
min-width: 100px;
border: 20px solid transparent;
-o-border-image: linear-gradient(to bottom right,rgba(255, 255, 255, 0.75) 0%,rgba(245, 245, 245, 0.75) 0%,rgba(245, 245, 245, 0.75) 16.6%,rgb(245, 245, 245) 37.8%,rgb(245, 245, 245) 48.8%,rgb(254, 254, 254) 53.1%,rgba(245, 245, 245, 0.75) 79.4%,rgba(245, 245, 245, 0.75) 84.3%) !important;
border-image: -webkit-gradient(linear,left top, right bottom,from(rgba(255, 255, 255, 0.75)),color-stop(0%, rgba(245, 245, 245, 0.75)),color-stop(16.6%, rgba(245, 245, 245, 0.75)),color-stop(37.8%, rgb(245, 245, 245)),color-stop(48.8%, rgb(245, 245, 245)),color-stop(53.1%, rgb(254, 254, 254)),color-stop(79.4%, rgba(245, 245, 245, 0.75)),color-stop(84.3%, rgba(245, 245, 245, 0.75))) !important;
border-image: linear-gradient(to bottom right,rgba(255, 255, 255, 0.75) 0%,rgba(245, 245, 245, 0.75) 0%,rgba(245, 245, 245, 0.75) 16.6%,rgb(245, 245, 245) 37.8%,rgb(245, 245, 245) 48.8%,rgb(254, 254, 254) 53.1%,rgba(245, 245, 245, 0.75) 79.4%,rgba(245, 245, 245, 0.75) 84.3%) !important;
border-image-slice: 1 !important;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
-webkit-animation: blockAppear .6s ease-in-out;
animation: blockAppear .6s ease-in-out;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.underlay{
/*display: none;*/
margin: 0;
padding: 0;
max-height: 350px;
max-width: 340px;
}
.card{
margin: 0;
width: 340px;
max-height: 350px;
max-width: 340px;
background-color: transparent;
border: 20px solid transparent !important;
-o-border-image: linear-gradient(to bottom right,rgba(255, 255, 255, 0.75) 0%,rgba(245, 245, 245, 0.75) 0%,rgba(245, 245, 245, 0.75) 16.6%,rgba(245, 245, 245, 0.75) 79.4%,rgba(245, 245, 245, 0.75) 84.3%) !important;
border-image: -webkit-gradient(linear,left top, right bottom,from(rgba(255, 255, 255, 0.75)),color-stop(0%, rgba(245, 245, 245, 0.75)),color-stop(16.6%, rgba(245, 245, 245, 0.75)),color-stop(79.4%, rgba(245, 245, 245, 0.75)),color-stop(84.3%, rgba(245, 245, 245, 0.75))) !important;
border-image: linear-gradient(to bottom right,rgba(255, 255, 255, 0.75) 0%,rgba(245, 245, 245, 0.75) 0%,rgba(245, 245, 245, 0.75) 16.6%,rgba(245, 245, 245, 0.75) 79.4%,rgba(245, 245, 245, 0.75) 84.3%) !important;
border-image-slice: 1 !important;
-webkit-transition: -webkit-transform 0.6s ease;
transition: -webkit-transform 0.6s ease;
transition: transform 0.6s ease;
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
-webkit-animation: blockAppear .6s ease-in-out;
animation: blockAppear .6s ease-in-out;
-webkit-animation-duration: 1.5s;
animation-duration: 1.5s;
}
@-webkit-keyframes blockAppear {
0% {
opacity: 0;
-webkit-transform: translateY(20px) ;
transform: translateY(20px) ;
}
ready.css:1
40% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-box-shadow: 0 10px 35px rgba(0,0,0,.15), 0 1px 0 rgba(0,0,0,.15);
box-shadow: 0 10px 35px rgba(0,0,0,.15), 0 1px 0 rgba(0,0,0,.15);
}
ready.css:1
80% {
opacity: 1;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
ready.css:1
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-box-shadow: none;
box-shadow: none;
}
}
@keyframes blockAppear {
0% {
opacity: 0;
-webkit-transform: translateY(20px) ;
transform: translateY(20px) ;
}
ready.css:1
40% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
-webkit-box-shadow: 0 10px 35px rgba(0,0,0,.15), 0 1px 0 rgba(0,0,0,.15);
box-shadow: 0 10px 35px rgba(0,0,0,.15), 0 1px 0 rgba(0,0,0,.15);
}
ready.css:1
80% {
opacity: 1;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
ready.css:1
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-box-shadow: none;
box-shadow: none;
}
}
.card:hover{
z-index: 999;
max-height: 800px;
width: 400px;
max-width: 400px;
border: none !important;
border-right: 60px solid transparent !important;
border-bottom: 20px solid transparent !important;
margin-right: -20px;
-webkit-transform: translate(-30px, -50px);
transform: translate(-30px, -50px);
}
.card:before{
-webkit-box-shadow: none;
box-shadow: none;
display: block;
content: '';
position: absolute;
width: 100%;
max-width: 400px;
height: 100%;
-webkit-transition: -webkit-box-shadow 0.6s ease;
transition: -webkit-box-shadow 0.6s ease;
transition: box-shadow 0.6s ease;
transition: box-shadow 0.6s ease, -webkit-box-shadow 0.6s ease;
}
.card:hover:before
{
max-width: 300px;
-webkit-box-shadow: 60px 60px 20px RGBA(142, 142, 142, .6);
box-shadow: 60px 60px 20px RGBA(142, 142, 142, .6);
}
.card:hover .card-img-top{
height: 300px;
}
.card:hover .card-block {
width: 300px;
background-image: -webkit-gradient(linear,right bottom, left top,from(rgb(72, 85, 108)),color-stop(50%, rgb(27, 33, 43)),color-stop(51%, rgb(20, 25, 34)),to(rgb(53, 59, 69)));
background-image: linear-gradient(to top left,rgb(72, 85, 108) 0%,rgb(27, 33, 43) 50%,rgb(20, 25, 34) 51%,rgb(53, 59, 69) 100%);
}
.card:hover .card-title{
color: white;
}
.card:hover .card-text{
/*display: block !important;*/
color: white;
}
.card-block{
background-color: transparent;
background-image: -webkit-gradient(linear,left top, right bottom,from(rgba(255, 255, 255, 0.75)),color-stop(0%, rgba(245, 245, 245, 0.75)),color-stop(16.6%, rgba(245, 245, 245, 0.75)),color-stop(37.8%, rgb(245, 245, 245)),color-stop(48.8%, rgb(245, 245, 245)),color-stop(53.1%, rgb(254, 254, 254)),color-stop(79.4%, rgba(245, 245, 245, 0.75)),color-stop(84.3%, rgba(245, 245, 245, 0.75)));
background-image: linear-gradient(to bottom right,rgba(255, 255, 255, 0.75) 0%,rgba(245, 245, 245, 0.75) 0%,rgba(245, 245, 245, 0.75) 16.6%,rgb(245, 245, 245) 37.8%,rgb(245, 245, 245) 48.8%,rgb(254, 254, 254) 53.1%,rgba(245, 245, 245, 0.75) 79.4%,rgba(245, 245, 245, 0.75) 84.3%);
background-repeat: no-repeat;
}
.card-text {
display: none;
}
.card-img-top{
width: 300px;
height: 250px;
background-color: #fff;
-webkit-transition: height 0.8s ease;
transition: height 0.8s ease;
}
@media (max-width: 1120px){
.bar-cont{
width: 100%;
}
.news-block{
max-width: 720px;
}
.card:hover{
margin-right: -20px;
}
.card:hover .card-block{
width: 300px;
}
}
@media (max-width: 800px){
.news-block{
min-width: 380px;
}
.card:hover{
border-left: 20px solid transparent !important;
margin-right: -40px;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
.card:hover:before{
-webkit-box-shadow: 0px 60px 40px RGBA(142, 142, 142, .5);
box-shadow: 0px 60px 40px RGBA(142, 142, 142, .5);
}
.card:hover .card-block{
width: 300px;
}
}
@media (max-width: 580px){
.news-block{
max-width: 380px;
}
}
/*-----------------
Pixel Grid
------------------*/
.pixel-grid{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
z-index: 15;
opacity: .2;
display: none;
}
#toggle-grid{
position: fixed;
top: 150px;
right: 2px;
z-index: 16;
color: white;
display: inline-block;
/*border: 2px ridge white;*/
font-size: 1.8em;
width: 1.8em;
text-align: center;
line-height: 1.85em;
background: #666;
border-radius: 50%; /* or 50% width & line-height */
opacity: .3;
-webkit-transition: background 1s ease-out;
transition: background 1s ease-out;
display: none;
}
#toggle-grid:hover{
cursor: pointer;
background: repeating-linear-gradient(to bottom right,rgb(0, 0, 0) 0%,rgb(226, 226, 226) 61.4%,rgb(226, 226, 226) 66.9%,rgb(226, 226, 226) 76.6%,rgb(226, 226, 226) 88.7%,rgb(255, 255, 255) 100%);
}
.orange{
color: orange !important;
-webkit-box-shadow: 2px 2px 3px #888;
box-shadow: 2px 2px 3px #888;
opacity: 1 !important;
}
/*------------------*/
var main = function () {
$('.push-bar').on('click', function(event){
if (!isClicked){
event.preventDefault();
$('.arrow').trigger('click');
isClicked = true;
}
});
$('.arrow').css({
'animation': 'bounce 2s infinite'
});
$('.arrow').on("mouseenter", function(){
$('.arrow').css({
'animation': '',
'transform': 'rotate(180deg)',
'background-color': 'black'
});
});
$('.arrow').on("mouseleave", function(){
if (!isClicked){
$('.arrow').css({
'transform': 'rotate(0deg)',
'background-color': 'black'
});
}
});
var isClicked = false;
$('.arrow').on("click", function(){
if (!isClicked){
isClicked = true;
$('.arrow').css({
'transform': 'rotate(180deg)',
'background-color': 'black',
});
$('.bar-cont').animate({
top: "-15px"
}, 300);
$('.main-cont').animate({
top: "0px"
}, 300);
// $('.news-block').css({'border': '0'});
// $('.underlay').slideDown(1000);
}
else if (isClicked){
isClicked = false;
$('.arrow').css({
'transform': 'rotate(0deg)', 'background-color': 'black'
});
$('.bar-cont').animate({
top: "-215px"
}, 300);
$('.main-cont').animate({
top: "-215px"
}, 300);
}
console.log('isClicked= '+isClicked);
});
$('.card').on('mouseenter', function() {
$(this).find('.card-text').slideDown(300);
});
$('.card').on('mouseleave', function(event) {
$(this).find('.card-text').css({
'display': 'none'
});
});
};
$(document).ready(main);
Also see: Tab Triggers