Line 38: | Line 38: | ||
margin-top: 80px; | margin-top: 80px; | ||
letter-spacing: 0.022em; | letter-spacing: 0.022em; | ||
− | |||
} | } | ||
Line 76: | Line 75: | ||
} | } | ||
+ | .container { | ||
+ | display: none; | ||
+ | } | ||
.container p { | .container p { | ||
line-height: 24px; | line-height: 24px; | ||
Line 311: | Line 313: | ||
}); | }); | ||
$(window).load(function () { | $(window).load(function () { | ||
− | $(" | + | $(".container").fadeIn(500); |
}); | }); | ||
</script> | </script> |
Revision as of 23:40, 29 October 2017