This commit is contained in:
2019-09-08 15:04:30 +02:00
parent cc8b6df043
commit 821ffdca1a
2 changed files with 3 additions and 6 deletions
+3 -4
View File
@@ -75,7 +75,7 @@ h2 {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
opacity: 0.8;
opacity: 1;
align-content: space-around;
left: 40%;
position: relative;
@@ -122,7 +122,6 @@ h2 {
position: relative;
top: 10%; /* 25% from the top */
width: 100%; /* 100% width */
align-content: center; /* Centered text/links */
margin-top: 20 px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
@@ -132,7 +131,7 @@ h2 {
padding: 8px;
text-decoration: none;
font-size: 3vmax;
color: #818181;
color: #ffffff;
display: inline-flex; /* Display block instead of inline */
transition: 0.3s; /* Transition effects on hover (color) */
}
@@ -140,7 +139,7 @@ h2 {
/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
color: #f1f1f1;
color: thistle;
}
/* Position the close button (top right corner) */
-2
View File
@@ -15,8 +15,6 @@
<body>
<!-- particles.js container -->
<div id="particles-js"></div>
<!-- particles.js lib - https://github.com/VincentGarreau/particles.js -->
<!-- <script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script> -->
<div class="container-fluid">
<div class="row">