2022.10.15(01.)

This commit is contained in:
2022-10-15 19:35:46 +09:00
parent b13dbeb2d8
commit 9adb4f73ee
5 changed files with 860 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
aria-label="Search"
aria-describedby="search-addon"
/>
<button id="btn_search" type="button" class="btn btn-outline-primary">
<button id="btn_search" type="button" class="btn btn-primary">
search
</button>
</div>
@@ -721,6 +721,13 @@
/*top: -70px;*/
position: relative;
}
body {
font-family: NanumSquareNeo,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
body {
background-image: linear-gradient(90deg, #233f48, #6c6fa2, #768dae);
}
</style>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css">