diff --git a/9-Hijacking-Google-and-youtube-search/app.css b/9-Hijacking-Google-and-youtube-search/app.css new file mode 100644 index 00000000..1e8a75bc --- /dev/null +++ b/9-Hijacking-Google-and-youtube-search/app.css @@ -0,0 +1,42 @@ +body{ + background-color: #000000; + background-image:url("pic.jpg"); + background-position:center; + background-repeat:no-repeat; + background-size:auto; +} + +h1{ + text-align: center; + color:whitesmoke; +} + +form{ + text-align: center; + +} + +#gs{ + color:aqua; +} + +#yt{ + color: whitesmoke +} + +button{ + + background-color:#0a0a23; + color: #fff; + border-radius:100px; + padding:5px; + min-height:30px; + min-width: 70px; +} + +#credit{ + color: #fff; + text-align: center; + position: relative; + top: 350px; +} diff --git a/9-Hijacking-Google-and-youtube-search/index.html b/9-Hijacking-Google-and-youtube-search/index.html new file mode 100644 index 00000000..7a298534 --- /dev/null +++ b/9-Hijacking-Google-and-youtube-search/index.html @@ -0,0 +1,28 @@ + + + +
+ + + +Designed By Bhupendra Dangwal 😀
+ + \ No newline at end of file diff --git a/9-Hijacking-Google-and-youtube-search/pic.jpg b/9-Hijacking-Google-and-youtube-search/pic.jpg new file mode 100644 index 00000000..73d60c55 Binary files /dev/null and b/9-Hijacking-Google-and-youtube-search/pic.jpg differ diff --git a/9-Hijacking-Google-and-youtube-search/readme.txt b/9-Hijacking-Google-and-youtube-search/readme.txt new file mode 100644 index 00000000..75d67839 --- /dev/null +++ b/9-Hijacking-Google-and-youtube-search/readme.txt @@ -0,0 +1,13 @@ +Hi, + +This project is made with the help of html and css to help beginers +project contains 3 files. + +1. index.html -> this file contains all the text that is visible on the website +2. app.css -> this file contains the styles +3. pic.jpg -> tis file contains the background picture + +you can search whatever you want + + +hope you find this enjoyable!!!!!!!!! \ No newline at end of file