Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,26 @@
</head>

<body>
<h1 style="text-align:center">Emoji Collection<h1>
<p style="font-size:15px;text-align:center">~Click on the emoji you want and it will being copied!~</p>
<header class="site-header">
<button type="button" class="button pull-right js-twemoji">Twemoji</button>
<button type="button" class="button pull-right js-remove-twemoji">Remove Twemoji</button>
<input type="search" class="input-search speedy-filter" placeholder="Search" autofocus aria-label="Search emoji">
<a href="#" class="button js-clear-search clear-search">❌</a>
<a href="#cats" class="mojigroup button">
<a href="#" class="button js-clear-search clear-search" title="Clear Search">❌</a>
<a href="#cats" class="mojigroup button" title="Cat">
🐈
</a>
<a href="#transportation" class="mojigroup button">
<a href="#transportation" class="mojigroup button" title="Transportation">
🚗
</a>
<a href="#food" class="mojigroup button">
<a href="#food" class="mojigroup button" title="Food">
🍱
</a>
<a href="#fruit" class="mojigroup button">
<a href="#fruit" class="mojigroup button" title="Fruit">
🍎
</a>
<a href="#photo" class="mojigroup button">
<a href="#photo" class="mojigroup button" title="Photo">
🌁
</a>
</header>
Expand Down
3 changes: 2 additions & 1 deletion stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body {
padding: 10px;
margin: 0;
color: #333;
background-color: #fff;
background-color: lightyellow;
}

input,
Expand Down Expand Up @@ -54,6 +54,7 @@ footer {

.list {
overflow: hidden;
background-color: lightpink;
}

.loading {
Expand Down