summaryrefslogtreecommitdiff
path: root/html/style2.css
diff options
context:
space:
mode:
authormion <>2026-02-11 22:59:23 +0000
committermion <>2026-02-11 22:59:23 +0000
commit9ac5ed19e543f15aff7ce2f426b1444867fd1b21 (patch)
treef6e798dfa86336ca48d79e6a8a23ce1e51b72faa /html/style2.css
test
Diffstat (limited to 'html/style2.css')
-rw-r--r--html/style2.css51
1 files changed, 51 insertions, 0 deletions
diff --git a/html/style2.css b/html/style2.css
new file mode 100644
index 0000000..fbed7ef
--- /dev/null
+++ b/html/style2.css
@@ -0,0 +1,51 @@
+body
+{
+ overflow-x: hidden;
+ max-width: 960px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+li p {
+ margin: 0;
+}
+
+img {
+ max-width: 100%;
+ height: auto;
+}
+@keyframes rainbow {
+ 0% {color: red}
+ 33% {color: lime}
+ 66% {color: blue}
+ 100% {color: red}
+}
+.visual {
+ background: linear-gradient(120deg, red, orange, yellow, green, blue, indigo, violet);
+ background-clip: text;
+ color: transparent;
+ /* animation: rainbow 1s linear infinite; */
+}
+
+.content {
+ /* padding-left: 3%; */
+}
+
+.box {
+ display: inline-block;
+}
+
+.boxes {
+ display: flex;
+}
+
+
+/*
+body::after {
+ position: fixed !important;
+ content: url();
+ top: 0px !important;
+ right: 0 !important;
+ z-index:-1;
+
+} */