#divBusca { position: relative; margin: auto; margin-bottom: 20px; } #txtBusca { width: 100%; padding: 10px 40px 10px 10px; border: 2px solid #ccc; border-radius: 25px; font-size: 16px; transition: border-color 0.3s; } #txtBusca:focus { border-color: #007bff; outline: none; } #divBusca i { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); color: #007bff; font-size: 20px; } table { font-family: arial, sans-serif; border-collapse: collapse; margin: auto; } body > section > div.content > div > table > tbody{ width: 300px; border-radius: 20px; } td, th { border: 1px solid #dddddd; text-align: left; padding: 10px; } tr { background-color: #fff; color: #111111; border-radius: 20px; }
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter