Last active
March 29, 2018 16:52
-
-
Save jtomchak/9896acb81e2cb316c1e07e8801bb304e to your computer and use it in GitHub Desktop.
Announcement Button Block
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 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