[Resolved] Space between sections

Home Forums Support [Resolved] Space between sections

Home Forums Support Space between sections

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #313477
    Alessia

    Sorry, one more question. πŸ™‚

    It is possible to get some shadow under each section?
    Like on this site: http://bit.ly/2qsD3uE

    Thank you for your great job!

    #313482
    Leo
    Staff
    Customer Support

    Try something like this:

    .generate-sections-container {
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    }

    You can modify the shadow using this cool site: http://www.cssmatic.com/box-shadow

    #313485
    Alessia

    Wow!! Thank you very much! It’s working! πŸ˜€
    Wish you a very great day!

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.