diff --git a/index.html b/index.html new file mode 100644 index 0000000..5c2376d --- /dev/null +++ b/index.html @@ -0,0 +1,108 @@ + + + + + > + + + +
+
+
+ +

App 1

+
+ +
+ +

App 2

+
+ +
+ +

App 3

+
+ +
+ +

App 4

+
+ +
+ +

App 5

+
+ +
+ +

App 6

+
+ +
+ +

App 7

+
+ +
+ +

App 8

+
+ +
+ +

App 9

+
+ +
+ +

App 10

+
+ +
+ +

App 11

+
+ +
+ +

App 12

+
+ +
+ +

App 13

+
+ +
+ +

App 14

+
+ +
+ +

App 15

+
+ +
+ +

App 16

+
+
+
+ + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..f5bdfc0 --- /dev/null +++ b/style.css @@ -0,0 +1,45 @@ +* { + box-sizing: border-box; +} +body { + background-image:url("Wallpaper/Default.jpg"); + background-attachment:fixed; + background-repeat: no-repeat; + background-size: cover; + overflow: hidden; +} +div{ + display: inline-block; +} + +img { + max-height: 170px; + max-width: 170px; + border-radius:30%; +} + +div.row { + display: inline-block; + text-align: center; + width: 100%; +} + +p { + font-size: 30px; + margin-top:0; +} + +.element { + margin:20px; +} + +footer { + box-sizing: border-box; + position:relative; + filter: blur(8px); + +} + +.blur { + +} \ No newline at end of file