Skip to content

Instantly share code, notes, and snippets.

@irmaus
Last active April 26, 2017 04:40
Show Gist options
  • Save irmaus/9fe2b94b8dfbe1c62874038b6a1d454c to your computer and use it in GitHub Desktop.
Save irmaus/9fe2b94b8dfbe1c62874038b6a1d454c to your computer and use it in GitHub Desktop.
styles for the share price widget example
.widget-wrap {
width: 350px;
border: 1px solid #CCC;
padding: 10px;
position: relative;
margin-bottom: 20px;
}
.asx-logo {
width: 58px;
position: absolute;
right: 8px;
top: 10px;
}
#price {
font-size: 36px;
font-weight: bold;
margin: 5px 0;
padding: 0;
}
.market-cap {
position: absolute;
top: 20px;
left: 140px;
}
.spdelay {
position: absolute;
top: 40px;
left: 140px;
color: #666;
font-size: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment