aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorecho <91651232+exhq@users.noreply.github.com>2022-04-22 17:34:52 +0430
committerGitHub <noreply@github.com>2022-04-22 17:34:52 +0430
commitc869c8c92661cff71cd5c00aeb55ed7eb151c1a3 (patch)
treee85b941a373970e4a1c35eee38e0ee036407391f
parente3425c689a53c0f59377ce384ad5a4ebd7614cb6 (diff)
downloadexhq.github.io-c869c8c92661cff71cd5c00aeb55ed7eb151c1a3.tar.gz
exhq.github.io-c869c8c92661cff71cd5c00aeb55ed7eb151c1a3.tar.bz2
exhq.github.io-c869c8c92661cff71cd5c00aeb55ed7eb151c1a3.zip
Update styles.css
-rw-r--r--styles.css98
1 files changed, 95 insertions, 3 deletions
diff --git a/styles.css b/styles.css
index 6f16eab..b2d0ece 100644
--- a/styles.css
+++ b/styles.css
@@ -44,6 +44,33 @@ html, body {
overflow: hidden;
width: 100%;
}
+ .downnav {
+ /* make the navbar follow the scroll */
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ margin: auto;
+ overflow: hidden;
+ background-color: #202124;
+ border-bottom: 0px solid #202124;
+ border-top: 1px solid #202124;
+ border-left: 1px solid #202124;
+ border-right: 1px solid #202124;
+ box-shadow: 0px 0px 6px #202124;
+ z-index: 1;
+ background-color: #333;
+ overflow: hidden;
+ width: 100%;
+
+
+}
+
+.imsotired{
+ margin-left: 1%;
+ font-family: 'fira sans', serif;
+ color: #ff80a4;
+}
.topnav a {
float: left;
color: #f2f2f2;
@@ -103,6 +130,53 @@ html, body {
font-size: 120%
}
+
+.tooltip {
+ position: relative;
+ display: inline-block;
+ margin-left: 13%;
+ font-family: 'fira sans';
+ color: #ff2674;
+ font-size: 120%
+}
+
+.tooltip .tooltiptext {
+ visibility: hidden;
+ width: 120px;
+ color: #ff80a4;
+ text-align: center;
+ border-radius: 6px;
+ padding: 5px 0;
+ position: absolute;
+ z-index: 1;
+ border:0px solid black;
+ bottom: 100%;
+ left: 50%;
+ margin-left: -60px;
+ background-color:#ff267665;
+ opacity: 0;
+ transition: opacity 1s;
+}
+
+.tooltip:hover .tooltiptext {
+ visibility: visible;
+ opacity: 1;
+}
+
+.shh{
+text-decoration: none;
+font-family: 'fira sans';
+font-size: 120%;
+color: #ff80a4;
+}
+
+.aboutme{
+ margin-left: 13%;
+ font-family: 'fira sans';
+ color: #ff2674;
+ font-size: 120%
+}
+
.goimg{
width: 50px;
height: 50px;
@@ -154,12 +228,30 @@ html, body {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
+.runaway{
+ color: #ff2674;
+ padding: 10px;
+ font-size: 15px;
+ font-weight: bold;
+ text-align: center;
+ margin-left: 10%;
+ font-family: 'fira sans';
+}
+
+.cover{
+ position: absolute;
+ left: 11%;
+
+}
+
+#a:hover + #b {
+ margin-left: 20%;
+}
+
+
.me{
- /* set the image to be half the width of the screen */
width: 50%;
- /*center the image horizontally */
margin-left: 25%;
- /*make the image 25% smaller */
transform: scale(0.75);
margin-bottom: -60px