summaryrefslogtreecommitdiff
path: root/britons.css
diff options
context:
space:
mode:
Diffstat (limited to 'britons.css')
-rw-r--r--britons.css35
1 files changed, 12 insertions, 23 deletions
diff --git a/britons.css b/britons.css
index 079f099..391fa40 100644
--- a/britons.css
+++ b/britons.css
@@ -10,11 +10,12 @@ body {
font-family: "Liberation Serif", "Times New Roman";
display: block;
background-color: whitesmoke;
- width: 70%;
+
padding: 2%;
padding-top: 1%;
- margin: 2%;
- border-style: dotted;
+ margin: 2.5%;
+ border-style: solid;
+ border-width: thick;
border-color: var(--main-fg-color);
}
@@ -25,7 +26,7 @@ small {
.title {
- font-size: 250%;
+ font-size: 250%;<img src="fig.ico" alt="" />
color: var(--main-fg-color);
font-weight: bold;
@@ -70,9 +71,9 @@ header i {
position: fixed;
bottom: 0%;
right: -2%;
- opacity: 0.5;
+ opacity: 0.25;
transition: opacity 0.25s ease-in;
- z-index: -1;
+ z-index: 1;
width: 25%;
}
@@ -81,26 +82,14 @@ header i {
}
.eu {
- position: fixed;
- bottom: 70%;
- left: 80%;
- opacity: 1;
- z-index: -1;
- scale: 0.25;
- width: 25%;
-}
-
-.stars {
- position: fixed;
- bottom: 70%;
- left: 80%;
+ position: absolute;
+ right: 0%;
+ top: 0%;
opacity: 1;
- z-index: -1;
- scale: 0.25;
- width: 25%;
+ scale: 25%;
}
-.stars:hover {
+.eu:hover {
animation: spin 5s linear infinite;
}