diff --git a/search bar/style.css b/search bar/style.css index 9e76f965..d94e1c49 100644 --- a/search bar/style.css +++ b/search bar/style.css @@ -1,7 +1,7 @@ body { margin: 0; padding: 0; - background: #e84118; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90' height='90' viewBox='0 0 90 90'%3E%3Ccircle fill='%2306B' cx='45' cy='45' r='10'/%3E%3Cg fill='%23800' fill-opacity='1'%3E%3Ccircle cx='0' cy='90' r='10'/%3E%3Ccircle cx='90' cy='90' r='10'/%3E%3Ccircle cx='90' cy='0' r='10'/%3E%3Ccircle cx='0' cy='0' r='10'/%3E%3C/g%3E%3C/svg%3E"); } .search-box{ @@ -48,4 +48,4 @@ body { line-height: 40px; width: 0px; font-weight: bold; - } \ No newline at end of file + }