diff --git a/images/a.jpeg b/images/a.jpeg new file mode 100644 index 0000000..d00b010 Binary files /dev/null and b/images/a.jpeg differ diff --git a/images/b.JPG b/images/b.JPG new file mode 100644 index 0000000..bd2792f Binary files /dev/null and b/images/b.JPG differ diff --git a/images/bigstar.jfif b/images/bigstar.jfif new file mode 100644 index 0000000..929d00a Binary files /dev/null and b/images/bigstar.jfif differ diff --git a/images/book.jpg b/images/book.jpg new file mode 100644 index 0000000..44dfcd0 Binary files /dev/null and b/images/book.jpg differ diff --git a/images/books.jpg b/images/books.jpg new file mode 100644 index 0000000..dcc5503 Binary files /dev/null and b/images/books.jpg differ diff --git a/images/c.jpeg b/images/c.jpeg new file mode 100644 index 0000000..ed19aeb Binary files /dev/null and b/images/c.jpeg differ diff --git a/images/d.jpeg b/images/d.jpeg new file mode 100644 index 0000000..faaf4bc Binary files /dev/null and b/images/d.jpeg differ diff --git a/images/glass.jpg b/images/glass.jpg new file mode 100644 index 0000000..7216883 Binary files /dev/null and b/images/glass.jpg differ diff --git a/images/grayflower.jfif b/images/grayflower.jfif new file mode 100644 index 0000000..b44364b Binary files /dev/null and b/images/grayflower.jfif differ diff --git a/images/m.jpg b/images/m.jpg new file mode 100644 index 0000000..dcc5503 Binary files /dev/null and b/images/m.jpg differ diff --git a/images/openbook.jpg b/images/openbook.jpg new file mode 100644 index 0000000..62dc0c8 Binary files /dev/null and b/images/openbook.jpg differ diff --git a/images/study.png b/images/study.png new file mode 100644 index 0000000..a095667 Binary files /dev/null and b/images/study.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..faf7936 --- /dev/null +++ b/index.html @@ -0,0 +1,100 @@ + + + + +
++
+
Picture of me
+
+
+ picture with friends
+
+ picture of my study table
+
+
+ picture of the must thing that I love "RAIN"
+
+
+
+
+
+
+
+
+
+
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..709904e
--- /dev/null
+++ b/style.css
@@ -0,0 +1,59 @@
+
+body{
+
+background: linear-gradient(rgba(255,255,255,0.6),
+
+ rgba(255,255,255,0.6)), url("images/book.jpg") no-repeat fixed;
+ background-size: cover;
+}
+
+
+.pic{
+
+border-radius: 40px;
+background-color: #eae3d3;
+margin: 10px;
+padding: 10px;
+
+}
+
+
+.text{
+font-family: 'Dancing Script', cursive;
+font-family: 'Titillium Web', sans-serif;
+background-color: #eae3d3;
+
+ text-align: center;
+
+ margin: 10px;
+padding: 20px;
+
+ }
+
+ .pic{ font-family: 'Dancing Script', cursive;
+font-family: 'Titillium Web', sans-serif;
+font-family: 'Bitter', serif;
+
+
+
+}
+
+.dif{
+
+font-family: 'Dancing Script', cursive;
+
+}
+
+
+a:hover {
+ background-color: #eae3d3;
+}
+
+
+
+
+
+
+
+
+