mirror of
https://github.com/Wessel/portfolio.git
synced 2026-07-15 04:54:25 +02:00
18 lines
663 B
CSS
18 lines
663 B
CSS
.emoji {
|
|
width : 1em;
|
|
height : 1em;
|
|
margin : 0 .05em 0 .1em;
|
|
display : inline-block;
|
|
vertical-align : -.1em;
|
|
background-size : 1em 1em;
|
|
background-repeat : no-repeat;
|
|
background-position: center center;
|
|
}
|
|
|
|
.reptice{ background-image: url( ../img//svg/reptice.svg ); }
|
|
|
|
.mario { background-image: url( https://cdn.discordapp.com/emojis/331110264030363648.png?v=1 ) !important }
|
|
|
|
.repo { background-image: url( ../img/GitHub/repo.svg ) !important }
|
|
.octoface { background-image: url( ../img/GitHub/octoface.svg ) }
|
|
.repo-force-push { background-image: url( ../img/GitHub/repo-force-push.svg ) } |