diff --git a/css/main.css b/css/main.css index e69de29b..e110845b 100644 --- a/css/main.css +++ b/css/main.css @@ -0,0 +1,66 @@ +body { + background-color: black; + +} + +.main { + background-color: white; + margin-top: 110px; + padding-left: 100px; + min-width: 1200px; + height: 500px; + position: relative; + z-index: 1; +} + +.ryu { + width: 659px; + height: 494px; +} + +.ryu-still, .ryu-ready, .ryu-throwing .ryu-cool { + width: 659px; + height: 494px; +} + +.ryu-ready, .ryu-throwing, .ryu-cool { + display: none; +} +/*.ryu-thowing { + display: block; +}*/ + +.ryu-still { + background-image: url('../images/ryu-standing-still.png'); + +} + +.ryu-ready { + background-image: url('../images/ryu-ready-position.gif'); + +} + +/*.ryu-throwing { + background-image: url('../images/ryu-throwing-hadouken.png'); + +}*/ +/*.ryu-cool { + background-image: url('../images/ryu-cool.gif'); +}*/ + +.hadouken, .ryu-still, .ryu-ready, .ryu-throwing, .ryu-cool { + display: block; + background-repeat: no-repeat; +} + +.hadouken { + background-image: url('../images/hadouken.gif'); + width: 156px; + height: 90px; + display: none; + float: left; + position: absolute; + top: 167px; + left: 520px; + z-index: 10; +} \ No newline at end of file diff --git a/index.html b/index.html index c7f8ef61..b306e266 100644 --- a/index.html +++ b/index.html @@ -2,13 +2,25 @@ - Streetfighter - + + + + +
+
+
+
+ + +
+
+
+