These Steps worked for me!
1. Make Sure you have exe files for all your software installed in your system. [It will remove all programs]
2. Now Go To Settings
3. In General Tab, Scroll Down the right Panel
4. You can find Refresh your PC, Click on GET STARTED button
this will take nearly 15 minutes to refresh and restart your system
5. Once the System is restarted, Login with your Microsoft/ Hotmail Account
Advertisement
Thursday, 15 November 2012
Tuesday, 5 June 2012
Working with RGBA - CSS3:
1. Set some nice background image like this:
body{
background:url("http://farm9.staticflickr.com/8010/7330498834_4817db077c_c.jpg") no-repeat;
color:#fff;
min-height: 450px;
}
2. Style your content div like this:
p{
width: 350px;
padding:10px;
font-size: 35px;
margin:225px 45px;
background: rgba(128, 128, 128, 0.3);
}
OR
p{
width: 350px;
padding:10px;
font-size: 35px;
margin:225px 45px;
background: rgb(128, 128, 128);
opacity: 0.3;
}
then Here we go - http://jsfiddle.net/U373w/3/
Thursday, 24 May 2012
Create Engarved text
Here are some tips to make engraved text using CSS3 :
1. Create a div as:
#your div{
background: #COLOR1;
color: #color2;
text-shadow: 0px 0px 1px #fff;
}
2.Color Combinations:
light seagreen -> teal
lightgray -> gray
lightblue ->Teal
#78A931 -> #475B27
#469FAD ->#272627
#80B848 ->#58812D
#AD3A16 -> #68230E
#EEEEEE-> #6F7376
#FDDB6F -> #8FA0A
Tuesday, 24 April 2012
Subscribe to:
Posts (Atom)