diff --git a/index.html b/index.html index 8585525..b8712a8 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ + @@ -16,27 +17,31 @@
-

CSS Objects Series

+
-

For basics do visit here.

+

For basics do visit here.

Objects made with css:

    -
  1. Apple Logo, Audi Logo
  2. +
  3. Apple Logo, Audi Logo
  4. ____________________
  5. ____________________
  6. ____________________
  7. -
  8. Facebook Logo (white background), Facebook Logo (with background)
  9. -
  10. Github Logo
  11. +
  12. Facebook Logo (white background), Facebook Logo (with background)
  13. +
  14. Github Logo
  15. -
  16. Instagram Logo
  17. +
  18. Instagram Logo
  19. ____________________
  20. -
  21. Keep Logo (Google Keep)
  22. -
  23. SwitchMe Logo, Spotify Logo
  24. +
  25. Keep Logo (Google Keep)
  26. +
  27. SwitchMe Logo, Spotify Logo
- -

Suggest some objects, to me or contribute some here.

+ +
diff --git a/a.html b/objects/a.html similarity index 100% rename from a.html rename to objects/a.html diff --git a/android-logo.html b/objects/android-logo.html similarity index 100% rename from android-logo.html rename to objects/android-logo.html diff --git a/apple-logo.html b/objects/apple-logo.html similarity index 100% rename from apple-logo.html rename to objects/apple-logo.html diff --git a/audi-logo.html b/objects/audi-logo.html similarity index 100% rename from audi-logo.html rename to objects/audi-logo.html diff --git a/basics.html b/objects/basics.html similarity index 100% rename from basics.html rename to objects/basics.html diff --git a/facebook-logo-color.html b/objects/facebook-logo-color.html similarity index 100% rename from facebook-logo-color.html rename to objects/facebook-logo-color.html diff --git a/facebook-logo.html b/objects/facebook-logo.html similarity index 100% rename from facebook-logo.html rename to objects/facebook-logo.html diff --git a/github-logo.html b/objects/github-logo.html similarity index 100% rename from github-logo.html rename to objects/github-logo.html diff --git a/google-keep-logo.html b/objects/google-keep-logo.html similarity index 100% rename from google-keep-logo.html rename to objects/google-keep-logo.html diff --git a/instagram-logo.html b/objects/instagram-logo.html similarity index 100% rename from instagram-logo.html rename to objects/instagram-logo.html diff --git a/spotify-logo.html b/objects/spotify-logo.html similarity index 100% rename from spotify-logo.html rename to objects/spotify-logo.html diff --git a/switchme-logo.html b/objects/switchme-logo.html similarity index 100% rename from switchme-logo.html rename to objects/switchme-logo.html diff --git a/styles/main.css b/styles/main.css new file mode 100644 index 0000000..6ebdc05 --- /dev/null +++ b/styles/main.css @@ -0,0 +1,12 @@ +body { + background-color: #e7e7e7; + padding-top: 20px; +} + +#header { + text-align:center; +} + +#footer { + text-align:center; +} \ No newline at end of file