-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoffice 365 button
More file actions
32 lines (32 loc) · 991 Bytes
/
Copy pathoffice 365 button
File metadata and controls
32 lines (32 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<div>
<!--[if mso]>
<v:roundrect xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w="urn:schemas-microsoft-com:office:word" rel="noopener" target="_blank" href="http://" style="height:50px;v-text-anchor:middle;width:170px;" arcsize="10%" stroke="f" fillcolor="#1F7F4C">
<w:anchorlock/>
<center>
<![endif]-->
<a
rel="noopener"
target="_blank"
href="#"
style="
background-color: rgba(31, 127, 76, 1);
border-radius: 5px;
color: #ffffff;
display: inline-block;
font-size: 18px;
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
line-height: 50px;
text-align: center;
text-decoration: none;
width: 170px;
-webkit-text-size-adjust: none;
"
>
I am a button →
</a>
<!--[if mso]>
</center>
</v:roundrect>
<![endif]-->
</div>