|
@@ -405,12 +405,13 @@ form button:hover {
|
|
width: 40px;
|
|
width: 40px;
|
|
height: 40px;
|
|
height: 40px;
|
|
border-radius: 100px;
|
|
border-radius: 100px;
|
|
- background-color: rgba(255, 255, 255, 0.15);
|
|
|
|
|
|
+ /*background-color: rgba(255, 255, 255, 0.15);*/
|
|
bottom: 0px;
|
|
bottom: 0px;
|
|
-webkit-animation: square 25s infinite;
|
|
-webkit-animation: square 25s infinite;
|
|
animation: square 25s infinite;
|
|
animation: square 25s infinite;
|
|
-webkit-transition-timing-function: linear;
|
|
-webkit-transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
transition-timing-function: linear;
|
|
|
|
+ opacity: 0.5;
|
|
}
|
|
}
|
|
|
|
|
|
.bg-bubbles li:nth-child(1) {
|
|
.bg-bubbles li:nth-child(1) {
|
|
@@ -439,7 +440,7 @@ form button:hover {
|
|
height: 60px;
|
|
height: 60px;
|
|
-webkit-animation-duration: 22s;
|
|
-webkit-animation-duration: 22s;
|
|
animation-duration: 22s;
|
|
animation-duration: 22s;
|
|
- background-color: rgba(255, 255, 255, 0.25);
|
|
|
|
|
|
+ /*background-color: rgba(255, 255, 255, 0.25);*/
|
|
}
|
|
}
|
|
|
|
|
|
.bg-bubbles li:nth-child(5) {
|
|
.bg-bubbles li:nth-child(5) {
|
|
@@ -452,7 +453,7 @@ form button:hover {
|
|
height: 120px;
|
|
height: 120px;
|
|
-webkit-animation-delay: 3s;
|
|
-webkit-animation-delay: 3s;
|
|
animation-delay: 3s;
|
|
animation-delay: 3s;
|
|
- background-color: rgba(255, 255, 255, 0.2);
|
|
|
|
|
|
+ /*background-color: rgba(255, 255, 255, 0.2);*/
|
|
}
|
|
}
|
|
|
|
|
|
.bg-bubbles li:nth-child(7) {
|
|
.bg-bubbles li:nth-child(7) {
|
|
@@ -481,7 +482,7 @@ form button:hover {
|
|
animation-delay: 2s;
|
|
animation-delay: 2s;
|
|
-webkit-animation-duration: 40s;
|
|
-webkit-animation-duration: 40s;
|
|
animation-duration: 40s;
|
|
animation-duration: 40s;
|
|
- background-color: rgba(255, 255, 255, 0.3);
|
|
|
|
|
|
+ /*background-color: rgba(255, 255, 255, 0.3);*/
|
|
}
|
|
}
|
|
|
|
|
|
.bg-bubbles li:nth-child(10) {
|
|
.bg-bubbles li:nth-child(10) {
|
|
@@ -492,6 +493,11 @@ form button:hover {
|
|
animation-delay: 11s;
|
|
animation-delay: 11s;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.bg-bubbles img {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+}
|
|
|
|
+
|
|
/* Tablet view fix */
|
|
/* Tablet view fix */
|
|
@media (max-width: 768px){
|
|
@media (max-width: 768px){
|
|
body{
|
|
body{
|
|
@@ -524,24 +530,24 @@ form button:hover {
|
|
|
|
|
|
@-webkit-keyframes square {
|
|
@-webkit-keyframes square {
|
|
0% {
|
|
0% {
|
|
- -webkit-transform: translateY(0);
|
|
|
|
- transform: translateY(0);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
-webkit-transform: translateY(-700px) rotate(600deg);
|
|
-webkit-transform: translateY(-700px) rotate(600deg);
|
|
transform: translateY(-700px) rotate(600deg);
|
|
transform: translateY(-700px) rotate(600deg);
|
|
}
|
|
}
|
|
|
|
+ 100% {
|
|
|
|
+ -webkit-transform: translateY(0);
|
|
|
|
+ transform: translateY(0);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
@keyframes square {
|
|
@keyframes square {
|
|
0% {
|
|
0% {
|
|
- -webkit-transform: translateY(0);
|
|
|
|
- transform: translateY(0);
|
|
|
|
- }
|
|
|
|
- 100% {
|
|
|
|
-webkit-transform: translateY(-700px) rotate(600deg);
|
|
-webkit-transform: translateY(-700px) rotate(600deg);
|
|
transform: translateY(-700px) rotate(600deg);
|
|
transform: translateY(-700px) rotate(600deg);
|
|
}
|
|
}
|
|
|
|
+ 100% {
|
|
|
|
+ -webkit-transform: translateY(0);
|
|
|
|
+ transform: translateY(0);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.fa-github {
|
|
.fa-github {
|