Posts

Showing posts from November, 2019
Image
ଭାରତ ସରକାରଙ୍କ କୃଷକ ଯୋଜନା ସମସ୍ତେ ପାଇବେ ୬୦୦୦ ଟଙ୍କା - କେମିତି Apply କରିବେ ଜାଣନ୍ତୁ ନ ହେଲେ ପରେ ପସ୍ତେଇବେ https://www.odishabox.in/2019/02/central-govt-farmer-scheme-6000-rupees.html If you need the code then here it is: <!--Html--> <div class="div-box"> <p>This is the paragraph inside the div and it is made with HTML and Css, You can do many more with CSS. </p> </div> <!--CSS--> <style> .div-box{ padding:14px; background:#f0f4c3; border-left:10px solid tomato; border-right:10px solid tomato; border-radius:14px; } .div-box p{ line-height:28px} </style>