Tuesday, 14 October 2014

Css: Image/text Position

use div for this

<style>
img {
float: right;
    position: fixed;
margin-top: -150px;
margin-left: -150px;
}

</style>

debug VISUAL STUDIO CODE Error Fetch Extensions

 Press Windows + S , search for "Environment Variables" , and select: 👉 "Edit the system environment variables" Click...