Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jul 4, 2019
1 parent 11c3497 commit f768212
Showing 1 changed file with 2 additions and 55 deletions.
57 changes: 2 additions & 55 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,60 +171,6 @@
background-color: #f8fafc;
text-align: center;
}

#carbonads {
margin: 3rem auto 0; // position
display: block;
overflow: hidden;
padding: 10px;
box-shadow: 0 1px 3px hsla(0, 0%, 0%, .05);
border-radius: 4px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.5;
max-width: 300px;
font-size: 12px;
background-color: #fff;
}

#carbonads a {
text-decoration: none;
}

#carbonads span {
position: relative;
display: block;
overflow: hidden;
}

.carbon-img {
float: left;
margin-right: 1em;
}

.carbon-img img {
display: block;
}

.carbon-text {
display: block;
float: left;
max-width: calc(100% - 130px - 1em);
text-align: left;
color: #637381;
}

.carbon-poweredby {
position: absolute;
left: 142px;
bottom: 0;
display: block;
font-size: 8px;
color: #c5cdd0;
font-weight: 500;
text-transform: uppercase;
line-height: 1;
letter-spacing: 1px;
}
</style>
</head>

Expand Down Expand Up @@ -317,7 +263,8 @@ <h2>Example</h2>
</b> when making requests to JSONPlaceholder.
</p>

<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CK7IV2JL&placement=jsonplaceholdertypicodecom" id="_carbonads_js"></script>
<div id="codefund"><!-- fallback content --></div>
<script src="https://codefund.io/properties/338/funder.js" async="async"></script>

<!-- Resources -->
<h2>Resources</h2>
Expand Down

0 comments on commit f768212

Please sign in to comment.