mirror of
https://github.com/kaka111222333/kaka111222333.github.io.git
synced 2025-12-22 01:35:24 +08:00
modify posts, add search style
This commit is contained in:
15
index.html
15
index.html
@@ -1,9 +1,20 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="search-container">
|
||||
<input type="text" id="search-input" placeholder="search blog posts...">
|
||||
<input type="text" id="search-input" placeholder="search blog posts..." style="width: 90%;
|
||||
height: 35px;
|
||||
color: #333;
|
||||
background-color: rgba(227,231,236,.2);
|
||||
line-height: 35px;
|
||||
padding:0px 16px;
|
||||
border: 1px solid #c0c0c0;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
border-radius: 17px;
|
||||
outline: none;
|
||||
box-sizing: border-box;
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);">
|
||||
<ul id="results-container"></ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user