Code Monkey home page Code Monkey logo

portfolio's Introduction

portfolio

portfolio's People

Contributors

francfranc avatar

Watchers

James Cloos avatar  avatar

portfolio's Issues

Try negative z-index

Whenever you want something to be behind everything else, set the z-index to a negative value.
Like this:

.background-blur {
  background-image: url("img/orchid-blur-2-1.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  z-index: 2; // ----> set to -1 or something
}

no handlebars.js - Reviewed by Izzy

Have not yet added handlebars.js to portfolio project, doing this makes it easier to add large chunks of code to your page and also to edit data

Opacity of boxes

When you set the opacity property of an element, it changes the opacity of everything inside the box as well, including any text.

#about-me{
  background-color: white;
  opacity: 0.4; ---> now all your text also has an opacity of 0.4 too.
  z-index: 4;
}

If you want to have a translucent box, add an alpha layer to the background color.

rgba(255, 255, 255, 0.4);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.