오진혁

main.html first added

Showing 1 changed file with 30 additions and 0 deletions
<!DOCTYPE html>
<html>
<head>
<title> Baseball Simulator </title>
<span style = "font-size:2.0em; color: white;"><p style="text-align:center;">Welcome to Baseball Simulator</p></span>
<style>
body{
background-image:url(https://t1.daumcdn.net/cfile/blog/155A204A5026656D0E);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
</head>
<body>
<input type = "button" name = "go to sim" value = "GO Simulator">
<input type = "button" name = "go to cal" value = "GO Calendar">
</body>
</html>
\ No newline at end of file