diff --git a/Contributors.md b/Contributors.md index 05adbe9..1993765 100644 --- a/Contributors.md +++ b/Contributors.md @@ -44,3 +44,4 @@ under the appropriate header. - [Tanya Vedi](https://github.com/tanya-vedi) - [Apoorva Singh](https://github.com/apoorvasingh17) - [Sakshi Vij](https://github.com/sakshivij21) +- [Sudiksha Gunturi](https://github.com/SudikshaG) \ No newline at end of file diff --git a/WebDevelopment/Motivational_meme/daenerys.jpeg b/WebDevelopment/Motivational_meme/daenerys.jpeg new file mode 100644 index 0000000..340489b Binary files /dev/null and b/WebDevelopment/Motivational_meme/daenerys.jpeg differ diff --git a/WebDevelopment/Motivational_meme/index.html b/WebDevelopment/Motivational_meme/index.html new file mode 100644 index 0000000..9b69d48 --- /dev/null +++ b/WebDevelopment/Motivational_meme/index.html @@ -0,0 +1,21 @@ + + + + + + + Poster + + + + + + + +
+

That moment..

+ dearyon with egg +

When you find the perfect rock to throw at someone

+
+ + \ No newline at end of file diff --git a/WebDevelopment/Motivational_meme/style.css b/WebDevelopment/Motivational_meme/style.css new file mode 100644 index 0000000..c02063d --- /dev/null +++ b/WebDevelopment/Motivational_meme/style.css @@ -0,0 +1,25 @@ +h1{ + text-transform: uppercase; + font-family: "Libre Baskerville", serif; + font-weight: 400; + font-style: normal; + color: white; +} +body{ + background-color: black; + color: white; + +} +.image{ + border:5px solid white; + width: 100%; + +} +.poster{ + width : 50%; + margin-left: 25%; + text-align:center; + + + +} \ No newline at end of file