Showing
1 changed file
with
30 additions
and
0 deletions
main.html
0 → 100644
| 1 | +<!DOCTYPE html> | ||
| 2 | +<html> | ||
| 3 | + | ||
| 4 | + | ||
| 5 | +<head> | ||
| 6 | + <title> Baseball Simulator </title> | ||
| 7 | + <span style = "font-size:2.0em; color: white;"><p style="text-align:center;">Welcome to Baseball Simulator</p></span> | ||
| 8 | + | ||
| 9 | +<style> | ||
| 10 | +body{ | ||
| 11 | + background-image:url(https://t1.daumcdn.net/cfile/blog/155A204A5026656D0E); | ||
| 12 | + background-repeat: no-repeat; | ||
| 13 | + -webkit-background-size: cover; | ||
| 14 | + -moz-background-size: cover; | ||
| 15 | + -o-background-size: cover; | ||
| 16 | + background-size: cover; | ||
| 17 | + | ||
| 18 | +} | ||
| 19 | +</style> | ||
| 20 | +</head> | ||
| 21 | + <body> | ||
| 22 | + | ||
| 23 | + <input type = "button" name = "go to sim" value = "GO Simulator"> | ||
| 24 | + <input type = "button" name = "go to cal" value = "GO Calendar"> | ||
| 25 | + | ||
| 26 | +</body> | ||
| 27 | + | ||
| 28 | + | ||
| 29 | + | ||
| 30 | +</html> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment