
Moana
모아나

Finding Nemo
니모를 찾아서

The Little Mermaid
인어공주

Atlantis: The Lost Empire
아틀란티스: 잃어버린 제국

titanic
타이타닉

The Big Blue
그랑블루

Jaws
죠스

Pirates of the Caribbean
캐리비안의 해적

The Life Aquatic With Steve Zissou
스티브 지소와의 해저 생활

splash
스플래쉬

50 First Dates
첫 키스만 50번째

Mamma Mia!
맘마 미아!

blue lagoon: the awakening
블루라군: 더 어웨이크닝

Life of Pi
라이프 오브 파이
@keyframes example1 { 0% { color:midnightblue; } 10% { color:mediumblue; } 15% { color:royalblue; } 25% { color:#3377FF; } 30% { color:lightskyblue; } 35% { color:turquoise; } 40% { color:lightseagreen; } 55% { color:deepskyblue; } 65% { color:dodgerblue; } 75% { color:cornflowerblue; } 80% { color:royalblue; } 90% { color:blue; }100% { color:darkblue; }}div {animation-name: example1;animation-duration: 5s;animation-iteration-count: infinite;}