Background image Utilities

The background images are specially chosen illustrations to convey a feeling in the introductions to our websites, They are beautiful and high quality images to give the best experience.

The images are full and fixed background to give a sensation of Parallax without Javascript.


Use

Add bg-x to the container that you applied the background. example:

<body class="e-container-fluid bg-d"></body>

<div class="e-face bg-a">...</div>
<div class="e-container bg-b">...</div>
<div class="e-container-fluid bg-c">...</div>

<section class="e-section bg-random">...</section>

You only need a simple class to create these beautiful backgrounds, even if you need to add window sizes you can use the following:

<div class="e-face e-sm-screen bg-a">...</div>

<div class="e-container e-md-height bg-b">...</div>

<div class="e-fullscreen bg-c">...</div>
know more in sizing

Our favorite background.

Random background, It is a background that changes every time the page or window is updated. Perfect for safe sites and daring styles. Its beautiful!

Use : bg-random


eFrolic CSS framework which without using JavaScript is interactive and animated.
Live view
<div class="e-face bg-random">
  ...
</div>
Explosion of red roses.

Use : bg-a


eFrolic CSS framework which without using JavaScript is interactive and animated.
Live view
  <div class="e-container bg-a">
    ...
  </div>
  
The stories of the ocean.

Use : bg-b


eFrolic CSS framework which without using JavaScript is interactive and animated.
Live view
  <div class="e-face bg-b">
    ...
  </div>
  
FREEZING STORIES FOR LIFE

Use : bg-c


eFrolic CSS framework which without using JavaScript is interactive and animated.
Live view
  <div class="e-face bg-c">
    ...
  </div>
  
I love Web Programing

Use : bg-d


eFrolic CSS framework which without using JavaScript is interactive and animated.
Live view
  <div class="e-face bg-d">
    ...
  </div>
  
Create your personal background

Use this piece of CSS code to create your own background with the image you want for your project. Create a class in your stylesheet and apply to the container element you want.


  .my-background {

    background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.3)), url("Your-URL-IMAGE");
    background-size      : cover;
    background-repeat    : no-repeat;
    background-attachment: fixed;
    height               : 100%;

  }
  
Contribute on GitHub
Become a sponsor.

If you are using our framework in a product that generates income, you can also help its maintenance if you wish, if you frequently help in your company or personal developments consider making a recurring donation.

If you want to see your company's logo on this site it's time to be a serious Sponsor.

eFrolic | framework css 2020
eFrolic | framework css 2020

One-time donation


Donate
eFrolic | framework css 2020
eFrolic | framework css 2020

Serious sponsor


Become a Patron