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-width: 1px;
-webkit-text-stroke-color: black; -webkit-text-stroke-color: black;
opacity: 0.8; opacity: 1;
align-content: space-around; align-content: space-around;
left: 40%; left: 40%;
position: relative; position: relative;
@@ -122,7 +122,6 @@ h2 {
position: relative; position: relative;
top: 10%; /* 25% from the top */ top: 10%; /* 25% from the top */
width: 100%; /* 100% width */ width: 100%; /* 100% width */
align-content: center; /* Centered text/links */ align-content: center; /* Centered text/links */
margin-top: 20 px; /* 30px top margin to avoid conflict with the close button on smaller screens */ margin-top: 20 px; /* 30px top margin to avoid conflict with the close button on smaller screens */
} }
@@ -132,7 +131,7 @@ h2 {
padding: 8px; padding: 8px;
text-decoration: none; text-decoration: none;
font-size: 3vmax; font-size: 3vmax;
color: #818181; color: #ffffff;
display: inline-flex; /* Display block instead of inline */ display: inline-flex; /* Display block instead of inline */
transition: 0.3s; /* Transition effects on hover (color) */ transition: 0.3s; /* Transition effects on hover (color) */
} }
@@ -140,7 +139,7 @@ h2 {
/* When you mouse over the navigation links, change their color */ /* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:hover,
.overlay a:focus { .overlay a:focus {
color: #f1f1f1; color: thistle;
} }
/* Position the close button (top right corner) */ /* Position the close button (top right corner) */
-2
View File
@@ -15,8 +15,6 @@
<body> <body>
<!-- particles.js container --> <!-- particles.js container -->
<div id="particles-js"></div> <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="container-fluid">
<div class="row"> <div class="row">