arlo atomickk's profile picture

Published by

published

Privacy: Link-only
Category: Web, HTML, Tech

Top Search Bar

<style>

  .search-wrapper input[type=text] {

    background-color: INSERT COLOUR !important;

    border: 1px solid INSERT COLOUR !important;

/*THIS MAKES THE SEARCH BAR ROUNDED*/

    border-radius: 10px !important}

/*FOR THE BUTTON BESIDE THE SEARCH BAR*/

 button{

    border-radius: 10px !important;

    border: 1px solid INSERT COLOUR !important;

    background-color: INSERT COLOUR !important}

</style>


Comments

Displaying 0 of 0 comments ( View all | Add Comment )