From 7ddc9ebced5d895e30e24640425c671084c15e46 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 7 Aug 2020 01:46:30 +0800 Subject: [PATCH] added index.html and style.css file --- index.html | 145 +++++++++++++++++++++++++++++++++++++++++++++++++++++ style.css | 60 ++++++++++++++++++++++ 2 files changed, 205 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..72735b0 --- /dev/null +++ b/index.html @@ -0,0 +1,145 @@ + + + + + + ios + + + + + +
+ +
+ +
+

signal

+

07:24

+

battery

+ +
+ +
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+

• •

+
+ +
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ +

+
+ +
+ + +
+ +
+ +
+ + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..d8e16f8 --- /dev/null +++ b/style.css @@ -0,0 +1,60 @@ +body { + box-sizing: border-box; + background-image: url("wallpaper/default.jpg"); + background-repeat: no-repeat; + background-size: cover; + height: 1730px; + position: relative; +} + +.header { + color: white; + font-size: 32px; + display: flex; + flex-direction: row; + justify-content: space-between; +} + +.icons { + width: 100%; + position: relative; +} + +.icon { + float: left; + width: calc((100% - 150px) / 4); + margin: 30px 5px; +} + +p { + color: white; + position: relative; + top: 20px; +} + +.pages span { + color: white; + opacity: 1; + } + +.pages { + color: black; + position: relative; + font-size: 70px; + right: 420px; + top: 1260px; + opacity: 0.5; + } + +.icon img { + width: 80%; + border-radius: 20px; + position: relative; + left: 80px; + top: 20px; +} + +.dock-icons { + position: relative; + top: 340px; + } \ No newline at end of file