Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
M A EMRAN authored and M A EMRAN committed Nov 17, 2016
1 parent 582b3fe commit 606aadf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions make house by php.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
float:left;
text-align:center;
}
.piramit>.wn{
box-shadow: 1px 4px 0px 1px rgba(207,221,171,.8);
}

</style>
</head>
<body style="height:3000px">
Expand Down Expand Up @@ -49,7 +47,7 @@ public function rectangle() {

$bg = imagecolorallocate($this->image,200,50,100);
imagefilledrectangle($this->image,0,0,75,38,$bg);
// ps_set_border_color ($bg ,22,44,255 );
// Begin capturing the byte stream
ob_start();

Expand Down

0 comments on commit 606aadf

Please sign in to comment.