Line 209: | Line 209: | ||
position: relative; | position: relative; | ||
opacity: 0; | opacity: 0; | ||
− | margin-left: | + | margin-left: 5%; |
− | margin- | + | margin-bottom: 3vw; |
display: inline-block; | display: inline-block; | ||
bottom: 0px; | bottom: 0px; | ||
Line 1,202: | Line 1,202: | ||
}); | }); | ||
$(".circle").hover(function(){ | $(".circle").hover(function(){ | ||
− | $("#description").css("animation", " | + | $("#description").css("animation", "subtitle 4s linear"); |
}, function(){ | }, function(){ | ||
$("#description").css("opacity", "1"); | $("#description").css("opacity", "1"); |
Revision as of 19:35, 17 October 2018