-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82111b5
commit e6a49f0
Showing
75 changed files
with
7,265 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
body { | ||
font-family: 'Orbitron', Verdana, sans-serif; | ||
font-style: italic; | ||
margin: 0; | ||
padding: 0; | ||
background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); | ||
background-repeat: no-repeat; | ||
background-size: 100% 100%; | ||
background-attachment: fixed; | ||
text-align: center; | ||
} | ||
|
||
.navbar { | ||
background-color: rgba(0, 0, 0, 0.7); | ||
overflow: hidden; | ||
} | ||
|
||
.navbar a { | ||
float: right; | ||
color: white; | ||
text-align: center; | ||
padding: 14px 20px; | ||
text-decoration: none; | ||
font-size: 17px; | ||
} | ||
|
||
.navbar a:hover { | ||
background-color: rgba(255, 255, 255, 0.4); | ||
color: black; | ||
} | ||
|
||
.active { | ||
background-color: #4CAF50; | ||
} | ||
|
||
.content { | ||
float: right; | ||
padding-top: 50px; | ||
padding-left: 50px; | ||
} | ||
|
||
.team-icon { | ||
width: 100px; | ||
height: 100px; | ||
margin: 10px; | ||
cursor: pointer; | ||
} | ||
|
||
img { | ||
border-radius: 50px; | ||
} | ||
|
||
p { | ||
color: aliceblue; | ||
float: left; | ||
padding-left: 50px; | ||
padding-right: 200px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
body { | ||
font-family: 'Orbitron', Verdana, sans-serif; | ||
font-style: italic; | ||
margin: 0; | ||
padding: 0; | ||
background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); | ||
background-repeat: no-repeat; | ||
background-size: 100% 100%; | ||
background-attachment: fixed; | ||
} | ||
|
||
.navbar { | ||
background-color: #000000; | ||
overflow: hidden; | ||
} | ||
|
||
.navbar a { | ||
float: right; | ||
color: white; | ||
text-align: center; | ||
padding: 14px 20px; | ||
text-decoration: none; | ||
font-size: 17px; | ||
} | ||
|
||
.navbar a:hover { | ||
background-color: #ddd; | ||
color: black; | ||
} | ||
|
||
.active { | ||
background-color: #4CAF50; | ||
} | ||
|
||
.content { | ||
padding: 100px; | ||
padding-top: 50px; | ||
padding-left: 50px; | ||
padding-right: 300px; | ||
} | ||
|
||
h1 { | ||
color: rgb(246, 197, 3); | ||
text-align: center; | ||
} | ||
|
||
.team-icon { | ||
width: 100px; | ||
height: 100px; | ||
margin: 10px; | ||
cursor: pointer; | ||
} | ||
|
||
.fade-in-text { | ||
font-family: Arial; | ||
animation: fadeIn 5s; | ||
} | ||
|
||
@keyframes fadeIn { | ||
0% { opacity: 0; } | ||
100% { opacity: 1; } | ||
} | ||
|
||
|
||
img { | ||
border-radius: 50px; | ||
} | ||
|
||
p { | ||
color: aliceblue; | ||
} | ||
|
||
h2 { | ||
text-align: center; | ||
} |
40 changes: 40 additions & 0 deletions
40
Assignments/CB.EN.U4CYS22064/ui/css/csk_player_performancee.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
body { | ||
background-image: url('https://wallpapercave.com/wp/wp2496943.jpg'); | ||
background-repeat: no-repeat; | ||
background-size: 100% 100%; | ||
} | ||
|
||
table { | ||
font-family: Arial, sans-serif; | ||
border-collapse: collapse; | ||
width: 100%; | ||
margin-bottom: 20px; | ||
} | ||
|
||
td, th { | ||
border: 1px solid #0d0c0e; | ||
text-align: left; | ||
padding: 8px; | ||
-webkit-text-fill-color: #000000; | ||
} | ||
|
||
p { | ||
font-size: 20px; | ||
font-family: cursive; | ||
width: 100%; | ||
font-weight: bold; | ||
} | ||
|
||
th { | ||
background-color: #274eea; | ||
} | ||
|
||
.fade-in-text { | ||
font-family: Arial; | ||
animation: fadeIn 5s; | ||
} | ||
|
||
@keyframes fadeIn { | ||
0% { opacity: 0; } | ||
100% { opacity: 1; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
body { | ||
font-family: 'Orbitron', Verdana, sans-serif; | ||
font-style: italic; | ||
margin: 0; | ||
padding: 0; | ||
background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); | ||
background-repeat: no-repeat; | ||
background-size: 100% 100%; | ||
background-attachment: fixed; | ||
} | ||
|
||
.navbar { | ||
background-color: rgba(0, 0, 0, 0.7); | ||
overflow: hidden; | ||
} | ||
|
||
.navbar a { | ||
float: right; | ||
color: white; | ||
text-align: center; | ||
padding: 14px 20px; | ||
text-decoration: none; | ||
font-size: 17px; | ||
} | ||
|
||
.navbar a:hover { | ||
background-color: rgba(255, 255, 255, 0.4); | ||
color: black; | ||
} | ||
|
||
.active { | ||
background-color: #4CAF50; | ||
} | ||
|
||
.content { | ||
float: left; | ||
padding: 50px; | ||
padding-top: 50px; | ||
padding-left: 50px; | ||
} | ||
|
||
img { | ||
float: right; | ||
padding-left: 100px; | ||
padding-right: 50px; /* Corrected property name */ | ||
} | ||
|
||
.fade-in-text { | ||
font-family: Arial; | ||
animation: fadeIn 2s; | ||
} | ||
|
||
@keyframes fadeIn { | ||
0% { | ||
opacity: 0; | ||
} | ||
|
||
100% { | ||
opacity: 1; | ||
} | ||
} | ||
|
||
h1 { | ||
text-align: center; | ||
font-size: 50px; | ||
} | ||
|
||
p { | ||
color: aliceblue; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
body { | ||
font-family: 'Orbitron', Verdana, sans-serif; | ||
font-style: italic; | ||
margin: 0; | ||
padding: 0; | ||
background-image: url("https://m.economictimes.com/thumb/msid-98916574,width-1920,height-1080,resizemode-4,imgsize-88616/ipl-new-rule-allows-captains-naming-of-playing-xi-after-toss-report.jpg"); | ||
background-repeat: no-repeat; | ||
background-size: 100% 100%; | ||
background-attachment: fixed; | ||
} | ||
|
||
.navbar { | ||
background-color: #131313; | ||
overflow: hidden; | ||
} | ||
|
||
h2 { | ||
color: blue; | ||
} | ||
|
||
.navbar a { | ||
float: right; | ||
color: white; | ||
text-align: center; | ||
padding: 14px 20px; | ||
text-decoration: none; | ||
font-size: 17px; | ||
} | ||
|
||
.navbar a:hover { | ||
background-color: #ddd; | ||
color: black; | ||
} | ||
|
||
.active { | ||
background-color: #4CAF50; | ||
} | ||
|
||
.content { | ||
padding: 100px; | ||
padding-top: 50px; | ||
padding-left: 50px; | ||
padding-right: 300px; | ||
} | ||
|
||
.team-icon { | ||
width: 100px; | ||
height: 100px; | ||
margin: 10px; | ||
cursor: pointer; | ||
} | ||
|
||
.fade-in-text { | ||
font-family: Arial; | ||
animation: fadeIn 5s; | ||
} | ||
|
||
@keyframes fadeIn { | ||
0% { opacity: 0; } | ||
100% { opacity: 1; } | ||
} | ||
|
||
|
||
img { | ||
border-radius: 50px; | ||
} | ||
|
||
p { | ||
color: aliceblue; | ||
} | ||
|
||
h2 { | ||
text-align: center; | ||
} |
45 changes: 45 additions & 0 deletions
45
Assignments/CB.EN.U4CYS22064/ui/css/dc_player_performance.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
body { | ||
background-image: url('https://i.pinimg.com/originals/33/1a/5a/331a5a63cf1b7f78f53433ae778e1ca3.jpg'); | ||
background-repeat: no-repeat; | ||
background-size: 100% 100%; | ||
} | ||
|
||
.fade-in-text { | ||
font-family: Arial; | ||
animation: fadeIn 5s; | ||
} | ||
|
||
@keyframes fadeIn { | ||
0% { opacity: 0; } | ||
100% { opacity: 1; } | ||
} | ||
|
||
p { | ||
font-size: 20px; | ||
font-family: cursive; | ||
width: 100%; | ||
font-weight: bold; | ||
} | ||
|
||
table { | ||
font-family: Arial, sans-serif; | ||
border-collapse: collapse; | ||
width: 100%; | ||
margin-top: 20px; | ||
} | ||
|
||
td { | ||
border: 1px solid #0c0c0c; | ||
text-align: left; | ||
padding: 8px; | ||
color: rgb(255, 255, 255); | ||
} | ||
|
||
th { | ||
border: 1px solid #0c0c0c; | ||
text-align: left; | ||
padding: 8px; | ||
background-color: #f2f2f2; | ||
color: #0c0c0c; | ||
} | ||
|
Oops, something went wrong.