add ddg search

This commit is contained in:
cătălin 2021-11-18 15:52:35 +01:00
commit 17004bbb9e
No known key found for this signature in database
GPG key ID: F7DF0BC66B3C7F8D
2 changed files with 29 additions and 4 deletions

View file

@ -21,7 +21,7 @@ img {
float: left;
margin-left: 10%;
max-width: 30%;
height: auto;
height: auto;
border-radius: 2%;
}
@ -35,7 +35,18 @@ a {
}
.bookmarks {
width: 20%;
width: 20%;
display: inline-block;
padding: 2em;
}
}
.search-input {
background-color: transparent;
font-family: 'Comfortaa', cursive;
text-align: center;
color: cyan;
border: 0px;
border-bottom: 1px solid;
text-align: left;
}