Skip to content

Instantly share code, notes, and snippets.

@paulnicholsen27
Created November 6, 2015 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulnicholsen27/2f9e831cf7e77e78af7b to your computer and use it in GitHub Desktop.
Save paulnicholsen27/2f9e831cf7e77e78af7b to your computer and use it in GitHub Desktop.
Bottom Images
{
"role": "container",
"layout": {
"minimumHeight": 150
},
"style": {
"fill": {
"URL": "bundle://spacebeyond.jpg",
"fillMode": "cover",
"type": "image"
}
},
"components": [
{
"role": "container",
"style": {
"border": {
"all" : {
"color": "#FFFFFF00",
"width": 15
}
}
},
"components":[
{
"role": "body",
"text": "[**The Space Beyond**](http://www.theatlantic.com/sponsored/qualcomm/the-space-beyond/550/)",
"format": "markdown",
"textStyle": {
"linkStyle": {
"textColor": "#FFF"
}
}
},
{
"role": "body",
"text": "[**READ NOW**](http://www.theatlantic.com/sponsored/qualcomm/the-space-beyond/550/)",
"format": "markdown",
"textStyle": {
"linkStyle": {
"textColor": "#FFAA4A",
"fontSize": 12
}
}
}
],
"anchor": {
"targetAnchorPosition": "bottom",
"verticalAlignment": "bottom"
}
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment