Skip to content

cedced19/fork-label

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Fork Label

A website to generate a label with "Fork Me on GitHub".

Do gulp to compile.

###Generetated code

####CSS:

.forkme {
    transform: rotate(45deg);
    background-color: #FFF;
    overflow: hidden;
    position: fixed;
    z-index: 300;
    width: 240px;
    right: -60px;
    top: 46px;
    border-style: solid;
    border-color: #7B7979;
}
}
.forkme a {
    color: #404040;
    display: block;
    font: 13px Helvetica Neue,Arial,sans-serif;
    margin: 0.05em 0px 0.075em;
    padding: 0.6em;
    text-align: center;
    text-decoration: none;
}

####Html:

<div id="forkme">
    <a href="https://github.com/USERNAME/REPO">Fork me on Github</a>
</div>

About

A website to generate a label with "Fork Me on GitHub".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published