css a3
Sat Jun 15 2024 08:36:48 GMT+0000 (Coordinated Universal Time)
Saved by
@gabriellesoares
#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;
}
content_copyCOPY
Comments