From fb2ebc6e941f9c4a6109f103b25fde877b67843e Mon Sep 17 00:00:00 2001 From: nishaivy <113030466+nishaivy@users.noreply.github.com> Date: Fri, 7 Oct 2022 14:41:52 +0530 Subject: [PATCH] assignment 6/10/22 --- index.html | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++-- style.css | 106 ++++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 198 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index c120a85..8893dd4 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,109 @@ - Document + CricPro - + - + +

ICC WORLD CUP 2011

+

India Vs Sri Lanka ScoreCard

+
+

India Innings

+

277 - 4 (48.2)

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BatsmanRB4s6sSR
Virender Sewaglbw b L Malinga0200
Sachin Tendulkarc K Sangakkara b L Malinga181420
Gautham Gambirb T Perera9712290
Virat Kohlic & b T Dilshan354940
MS Dhoni (c & wk)not out917982
Yuvraj Singhnot out212420
Extras15 (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 Sreeshanth +
+ + + + + \ No newline at end of file diff --git a/style.css b/style.css index 3ba81e6..b330baf 100644 --- a/style.css +++ b/style.css @@ -1,16 +1,104 @@ /* Type your code here */ +body { + background-repeat: no-repeat; + background-size: cover; + font-family: Nunito Sans; +} +h1 { + margin-left: 40px; + padding-top: 10px; + font-size: 50px; + font-weight: bolder; + text-shadow: 2px 2px 5px grey; + font-family: Nunito Sans; +} + + h1 + p { + margin-left: 40px; + font-size: 25px; + font-weight: 700; + color: darkgrey; + font-family: Nunito Sans; + } + +table { + margin-left: 40px; + font-size: 20px; + border-collapse: collapse; + height: 400px; + width: 1100px; + background-color: white; + font-family: Nunito Sans; +} + +th, td { + border-bottom: 1px solid lightgray; +} + +#center { + text-align: center; + font-family: Nunito Sans; +} + +#right { + text-align: right; + padding-right: 40px; + font-family: Nunito Sans; +} + +#left { + text-align: left; + padding-left: 20px; + font-family: Nunito Sans; +} + +.bowler { + color: grey; + font-family: Nunito Sans; +} + +a { + text-decoration: none; + color: blue; + font-family: Nunito Sans; +} + +#inning { + margin-left: 40px; + color: white; + display: flex; + justify-content: space-between; + background-color: rgb(240, 87, 87); + padding: 10px 20px; + padding-top: 0px; + padding-bottom: 0px; + height: 60px; + width: 1060px; + font-family: Nunito Sans; +} + +p { + font-size: 20px; + font-weight: bold; + font-family: Nunito Sans; +} /* change the font family and spacing as per your project font */ -.footer{ - display:flex; +.footer { + display: flex; flex-direction: row; align-content: flex-end; - position: relative; - top: 750px; - margin-left: 80px; - font-size: 18px; - font-family: Nunito Sans; + position: relative; + top: 190px; + margin-left: 50px; + font-size: 18px; + font-family: Nunito Sans; font-style: normal; - -} \ No newline at end of file +} + +#logo { + display: flex; + flex-direction: row-reverse; + margin: 10px; +}