This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.tip{ | |
margin:100px 150px; | |
width:25px; | |
height:25px; | |
border:1px solid orange; | |
border-radius:50%; | |
background:linear-gradient(top, #f9f44a 2%, #ffa51e 61%, #d17308 100%); | |
position:relative; | |
cursor:pointer; | |
} |