add ddg search
This commit is contained in:
parent
8ed15bda39
commit
17004bbb9e
2 changed files with 29 additions and 4 deletions
17
style.css
17
style.css
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue