Hi All,
I purchased my first ever smartphone and that too windows phone .. I purchased it in the month of January but I am posting the pictures of my phone now...
The model of my Phone is : Samsung Omnia W - i8310
Price ( I purchsed for ) : INR 18000
and here are the specs of Phone.. http://www.gsmarena.com/samsung_omnia_w_i8350-4200.php
Thanks,
Nitin Sharma
Monday, July 30, 2012
Create Circle in web page by CSS
Hi All,
This post is regarding CSS i.e how to show a CIRCLE in a web page via css .
Firstly make a .css file and add the following code into into it :
Now place a
This post is regarding CSS i.e how to show a CIRCLE in a web page via css .
Firstly make a .css file and add the following code into into it :
.circle {
border-radius:
50%;
background-color:Black;
width: 200px;
height: 200px;
}
Now place a
Subscribe to:
Posts (Atom)