From 348c58fbbec85a44eab623b55821b80c25dead88 Mon Sep 17 00:00:00 2001 From: Shreshth Jaiswal <67462416+shreshth02@users.noreply.github.com> Date: Mon, 28 Mar 2022 09:44:19 +0530 Subject: [PATCH 1/5] Update index.html --- index.html | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 111 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c120a85..408e6a6 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,120 @@ - Document + Cricpro ScoreCard + + + + + +
+

ICC WORLD CUP 2011

+

India Vs Srilanka Score Card

+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
India Innings277 - 4 (48.2)
Batsman RB4s6sSR
Virender Sehwaglbw b L Malinga02000.00
Sachin Tendulkar c K Sangakkara b L Malinga181420128.57
Gautam Gambhir b T Perera971229079.51
Virat Kohli c & b T Dilshan35494071.43
MS Dhoni (c & wk)not out917982115.19
Yuvraj Singhnot out21242087.50
Extras 15(b 1, lb 6, w 8, nb 0, p 0)
Total277 (4 wkts, 48.2 Ov)
Did not bat + Suresh Raina, + Harbhajan Singh, + Zaheer Khan, + Munaf patel, + S Sreesanth +
+ + + - \ No newline at end of file + From 838115514cb720be3590fe2f5040c94678edb695 Mon Sep 17 00:00:00 2001 From: Shreshth Jaiswal <67462416+shreshth02@users.noreply.github.com> Date: Mon, 28 Mar 2022 09:45:27 +0530 Subject: [PATCH 2/5] Update style.css --- style.css | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3ba81e6..3b77478 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,101 @@ /* Type your code here */ +@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700;900&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;800;900&display=swap'); +*{ + margin: 0px; + padding: 0px; +} + +/* styling logo */ +ul{ + list-style:none; + display: flex; + justify-content:flex-end; +} +ul>li{ + padding: 15px 30px; +} + +header{ + display: flex; + flex-direction: column; + margin-top: 1px; + margin-left:70px; +} + +h1{ + font-size: 3em; + font-weight: bolder; + font-family: 'Nunito Sans'; + text-shadow: 0px 4px 3px gray; +} + +h3{ + font-family: 'Nunito Sans'; + color: gray; + line-height: 5px; + font-weight: 600; + font-size: 22px; + padding: 4px; + text-shadow: 0 1px 1px grey; +} + +section{ + width: 100%; + height: 525px; + background-size: 70% 600px; + background-repeat: no-repeat; + background-position:right; + background-image: url(./assets/background-image1.png); + font-size: 18px; +} + +table{ + margin-left: 70px; + margin-top: 25px; + border-collapse: collapse; + width: 65%; + box-shadow: -3px 3px 3px 0px lightgray; +} + +a{ + text-decoration: none; + color: rgb(85, 85, 253); +} + +td{ + padding: 5px; + padding-left: 20px; + font-family: 'Nunito Sans'; +} + +.INDIA{ + background-color: rgb(250, 70, 70); + color: white; +} + +#end{ + text-align: right; +} +.NAME{ + background-color: white; + border-bottom: 2px solid lightgrey; +} + +.out{ + color: grey; + text-align: left; +} + +.right{ + text-align: right; + padding-right: 20px; +} + +.center{ + text-align: center; +} /* change the font family and spacing as per your project font */ .footer{ @@ -13,4 +109,4 @@ font-family: Nunito Sans; font-style: normal; -} \ No newline at end of file +} From ecbe5d8b1d8d847ea3db79c60d207b7710dd0e4e Mon Sep 17 00:00:00 2001 From: Shreshth Jaiswal <67462416+shreshth02@users.noreply.github.com> Date: Thu, 7 Apr 2022 20:48:57 +0530 Subject: [PATCH 3/5] Prograd ID : 8730 Prograd ID : 8730 From 86590e5ead6601a9ea6af2b4f3aabec13bde036e Mon Sep 17 00:00:00 2001 From: Shreshth Jaiswal <67462416+shreshth02@users.noreply.github.com> Date: Fri, 8 Apr 2022 09:36:41 +0530 Subject: [PATCH 4/5] Prograd ID : 8730 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 408e6a6..a5286b0 100644 --- a/index.html +++ b/index.html @@ -120,3 +120,4 @@

India Vs Srilanka Score Card

+ From 2d608fad08203c0659e00faaec54e282be73d97c Mon Sep 17 00:00:00 2001 From: Shreshth Jaiswal <67462416+shreshth02@users.noreply.github.com> Date: Fri, 8 Apr 2022 09:36:57 +0530 Subject: [PATCH 5/5] Prograd ID : 8730 --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 3b77478..ce62a1e 100644 --- a/style.css +++ b/style.css @@ -110,3 +110,4 @@ td{ font-style: normal; } +