Skip to content

Instantly share code, notes, and snippets.

@jtomchak
Last active March 29, 2018 16:52
Show Gist options
  • Save jtomchak/9896acb81e2cb316c1e07e8801bb304e to your computer and use it in GitHub Desktop.
Save jtomchak/9896acb81e2cb316c1e07e8801bb304e to your computer and use it in GitHub Desktop.
Announcement Button Block
< div style = "display: inline-block" > < a href = "https://meetme.so/ExeterWorkshops"
target = "_blank"
style = "background-color: #428bca;
background - color: #ffffff;
border: solid 1 px #428bca;
boder-radius: 2px;
color: # 428 bca;
font - size: 12 px;
font - weight: 600;
height: 42 px;
line - hieght: 15 px;
min - width: none;
text - align: center;
padding: 12 px;
margin: 12 px;
float: right;
"
role = "button" > Workshops < /a>
<a href = "https://meetme.so/ExeterOfficehours"
target = "_blank"
style = "background-color: #428bca;
background - color: #ffffff;
border: solid 1 px #428bca;
boder-radius: 2px;
color: # 428 bca;
font - size: 12 px;
font - weight: 600;
height: 42 px;
line - hieght: 15 px;
min - width: none;
text - align: center;
padding: 12 px;
margin: 12 px;
float: left;
"
role = "button" > Office Hours < /a> < /div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment