From ddd441bd7659f19211ad1c807743b490a2e8211f Mon Sep 17 00:00:00 2001 From: Ashraf Hossain Date: Thu, 28 Apr 2016 21:09:41 +0600 Subject: [PATCH] emobile --- all.php | 45 +++++++++++++++++++++ all_map.php | 60 ++++++++++++++++++++++++++++ main.php | 59 ++++++++++++++++++++++++++++ select.php | 40 +++++++++++++++++++ style.css | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++ year.php | 90 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 404 insertions(+) create mode 100644 all.php create mode 100644 all_map.php create mode 100644 main.php create mode 100644 select.php create mode 100644 style.css create mode 100644 year.php diff --git a/all.php b/all.php new file mode 100644 index 0000000..0002b07 --- /dev/null +++ b/all.php @@ -0,0 +1,45 @@ + + + + emobile_Pastrolism + + + + + + + +
+ + + +
+ + +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+ +
+ +
+ + \ No newline at end of file diff --git a/all_map.php b/all_map.php new file mode 100644 index 0000000..4fca650 --- /dev/null +++ b/all_map.php @@ -0,0 +1,60 @@ + + + + emobile_Pastrolism + + + + + + + +
+ + + +
+ + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +
+ +
+ +
+ + \ No newline at end of file diff --git a/main.php b/main.php new file mode 100644 index 0000000..4169c56 --- /dev/null +++ b/main.php @@ -0,0 +1,59 @@ + + + + emobile_Pastrolism + + + + + + + +
+ + + +
+ + +
+ + + + + + + + + +
+ +
+ +
+ + \ No newline at end of file diff --git a/select.php b/select.php new file mode 100644 index 0000000..e5f52dd --- /dev/null +++ b/select.php @@ -0,0 +1,40 @@ + + + + emobile_Pastrolism + + + + + + + +
+ + + +
+ + +
+ + + + +
+ +
+ +
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..834c1b7 --- /dev/null +++ b/style.css @@ -0,0 +1,110 @@ +body{ + background-image: url("pic/back.jpg"); + margin: 0; +} + +.container{ + width: 500px; + margin: 48px auto 20px; + background-color:#FFFFFF; + border: 8px solid #CCCCCC; + background-color: #66b3ff; + } + #hea{ + float: right; + width: 200px; + + + } + #hea a{ + + text-decoration: none; + + } + + #head{ + + } + + #head h2{ + background-color: #FFFFFF; + text-align: center; + + } + + + + #one button{ + width: 350px; + margin: 2px; + + } + + #one button:hover{ + color: #ffffff; + background-color: #004080; + } + + #two button{ + width: 350px; + margin: 2px; + + } + + #two button:hover{ + color: #ffffff; + background-color: #004080; + } + #three{ + border: 1px solid blue; + padding: 5px; + margin: 25px; + } + #three button{ + margin: 5px; + border-radius: 10px; + } + + #three button:hover{ + color: #ffffff; + background-color: #004080; + } + + #four{ + + border: 1px solid blue; + margin: 3px; + } + #four a{ + + margin: 3px; + border-radius: 5px; + text-decoration: none; + } + + #four a:hover{ + color: #ffffff; + background-color: #004080; + } + +.main{ + width: 365px; + margin: 45px auto 10px; + border: 1px solid #CCCCCC; + padding: 20px; + background-color: #FFFFFF; + +} + + + + + +#footer{ + + text-align: center; + background-color: #d9d9d9; +} +#footer p a{ + color: #4d4d4d; +} diff --git a/year.php b/year.php new file mode 100644 index 0000000..2accca2 --- /dev/null +++ b/year.php @@ -0,0 +1,90 @@ + + + + emobile_Pastrolism + + + + + + + +
+ + + +
+ +
+ + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ + \ No newline at end of file