diff --git a/index.html b/index.html
index c120a85..8605cde 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,184 @@
+
- Document
+ CricPro
+
-
-
+ 
+
+ ICC WORLD CUP 2011
+
India Vs SriLanka ScoreCard
+
+
+
+
+ | Indian Innings |
+ 277-4(48.2) |
+
+
+
+
+
+ | Batsman |
+ |
+ R |
+ B |
+ 4s |
+ 6s |
+ SR |
+
+
+ | Virender Sehwag |
+
+
+

+
+
+ lbw b L Malinga |
+ 0 |
+ 2 |
+ 0 |
+ 0 |
+ 0.00 |
+
+
+ | Sachin Tendulkar |
+
+
+

+
+
+ c K Sangakkara b L Malinga |
+ 18 |
+ 14 |
+ 2 |
+ 0 |
+ 128.57 |
+
+
+ | Gautam Gambhir |
+
+
+

+
+
+ b T Perera |
+ 97 |
+ 122 |
+ 9 |
+ 0 |
+ 79.51 |
+
+
+ | Virat Kohli |
+
+
+

+
+
+ c&b T Dilshan |
+ 35 |
+ 49 |
+ 4 |
+ 0 |
+ 71.43 |
+
+
+ | MS Dhoni (c & wk) |
+
+
+

+
+
+ not out |
+ 91 |
+ 79 |
+ 8 |
+ 2 |
+ 115.19 |
+
+
+ | Yuvraj Singh |
+
+
+

+
+
+ not out |
+ 21 |
+ 24 |
+ 2 |
+ 0 |
+ 87.50 |
+
+
+
+
+
+ | Extras |
+ 15 (b 1, lb 6, w 8, nb 0, p 0) |
+
+
+ | Total |
+ 277 (4 wkts, 8.2 Ov) |
+
+
+
+
+
+
+ | Did not bat |
+ Suresh Raina, |
+ Harbhajan Singh, |
+ Zaheer Khan, |
+ Munaf Patel, |
+ S Sreesanth |
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+

+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
index 3ba81e6..354a6e0 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,97 @@
/* Type your code here */
+body {
+ background-image: url('./assets/background-image1.png');
+ background-repeat: no-repeat;
+ background-size: 70%;
+ background-attachment: fixed;
+ background-position: right bottom;
+ font-family: Nunito Sans;
+}
+
+h1 {
+ float: right;
+}
+
+h2 {
+ margin: 5%;
+ font-size: 400%;
+ font-weight: bold;
+ text-shadow: 0px 4px 7px #5c5252;
+ line-height: 30%;
+ margin-bottom: 1%;
+}
+
+.sub {
+ font-size: 40%;
+ text-shadow: 0px 0px 0px #5c5252;
+ font-weight: lighter;
+}
+
+table {
+ font-family: 'Times New Roman', Times, serif;
+ font-size: 130%;
+ border-collapse: collapse;
+ width: 65%;
+ margin-left: 5%;
+ border: none;
+ background-color: white;
+
+}
+
+tr {
+ border-top: 1px solid rgb(219, 219, 219);
+}
+
+td,
+th {
+ border: 1px solid #dddddd;
+ text-align: left;
+ padding: 8px;
+ border: none;
+}
+
+.band {
+ background-color: rgb(231, 51, 6);
+ color: white;
+}
+.modal {
+ display: none;
+ position: fixed;
+ z-index: 1;
+ padding-top: 100px;
+ left: 0;
+ top: 0;
+ width: 100%;
+ height: 100%;
+ overflow: auto;
+ background-color: rgb(0, 0, 0);
+ background-color: rgba(0, 0, 0, 0.4);
+}
+.modal-content {
+ background-color: #fefefe;
+ margin: auto;
+ padding: 20px;
+ border: 1px solid #888;
+ width: 35%;
+}
+.close {
+ color: #aaaaaa;
+ float: right;
+ font-size: 28px;
+ font-weight: bold;
+}
+
+.close:hover,
+.close:focus {
+ color: #000;
+ text-decoration: none;
+ cursor: pointer;
+}
+.modal-open{
+ color: rgb(47, 138, 199);
+ cursor: pointer;
+}
+
/* change the font family and spacing as per your project font */