forum

Home / DeveloperSection / Forums / how i can create right gradient between two divs

how i can create right gradient between two divs

Samuel Fernandes194808-Apr-2013
Hi Every one!

I have two blocks http://imageshack.us/a/img203/9351/555el.png

how i can create gradiend between these blocks like this http://imageshack.us/a/img521/1866/8585.png

this is my css and html code

<style type="text/css">
  div.fx6p1 {
  width: 580px;
  height: 721px;
  background: #EDEDED;
  margin: 40px 0 0 40px; 
  padding: 9px;
  }
div.fx6Ra {
    width: 200px;
    background: #333333;
    height: 560px;
    margin: 170px 0 0 589px;
}
</style>
<div class="fx6p1">
  <div class="fx6Ra">
  </div>
</div>

Thank you!

Updated on 08-Apr-2013

Can you answer this question?


Answer

2 Answers

Liked By