.style-ll {
width: 100%;
height: 5vh;
margin: 25px;
margin-left: -0px;
outline: none
}
#search::-webkit-input-placeholder {
color: rgb(20, 20, 44);
}
#search {
background-image: url('/LevoricLearn/search-llearn.png');
background-position: 12px 7px;
background-repeat: no-repeat;
margin-left: -0px;
border: 2px solid rgb(151, 176, 255);
border-radius: 30px;
margin-bottom: 12px;
padding: 12px 20px 12px 40px;
outline: none;
background-color: rgb(172, 180, 255)
}
#search:hover {
background-image: url('/LevoricLearn/search-llearn.png');
background-position: 12px 7px;
background-repeat: no-repeat;
margin-left: -0px;
border: 2px solid rgb(151, 176, 255);
border-radius: 30px;
margin-bottom: 12px;
padding: 12px 20px 12px 40px;
outline: none;
background-color: rgb(172, 180, 255)
}
#search:active {
background-image: url('/LevoricLearn/search-llearn.png');
background-position: 12px 7px;
background-repeat: no-repeat;
margin-left: -0px;
border: 2px solid rgb(151, 176, 255);
border-radius: 30px;
margin-bottom: 12px;
padding: 12px 20px 12px 40px;
outline: none;
background-color: rgb(172, 180, 255)
}
#ll-code-item-list {
list-style: none;
margin-left: -40px;
}
.ll-code-list {
border: 1px solid rgb(57, 99, 252);
border-radius: 5px;
padding: 5px;
margin: 10px;
}