a simple way for morphing two colors in css?!

Status
Not open for further replies.
4 comments
my bad.
i have not thought it through.

you could try adding a colored border, but it doesn't look that nice :/
Code:
#page-wrap {
    background-color: #9ace7f;
    direction: rtl;
     margin: 30px auto;
    padding: 30px; 
    width: 90%;
    -moz-box-shadow:    inset 0 0 50px 10px #a1b9d2;
   -webkit-box-shadow: inset 0 0 50px 10px #a1b9d2;
   box-shadow:         inset 0 0 50px 10px #a1b9d2;
}
 
Status
Not open for further replies.
Back
Top