Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CSS/Chapter2 (Selectors)/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
*{
background-color:rgb(254, 254, 254);
}
span{
color:#b92b27;
}
#login{
background-color: white;
}
#signup{

background-color: #b92b27;
color:white;
}
.upvote{
background-color:grey;
}
11 changes: 6 additions & 5 deletions CSS/Chapter2 (Selectors)/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSS Chapter2</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<h1>Quora
<h1><span>Quora </span>
<button id="login">Log in</button>
<button id="signup">Sign up</button>
</h1>
Expand All @@ -33,7 +34,7 @@ <h1>Quora
</p>
<h3>What is the highest salary for a spacex engineer?</h3>
<span>
<button>+upvote</button>
<button class="upvote">+upvote</button>
<button>answer</button>
</span>
<hr />
Expand All @@ -44,7 +45,7 @@ <h3>What is the highest salary for a spacex engineer?</h3>
</p>
<h3>What is the syllabus for JEE 2024?</h3>
<span>
<button>+upvote</button>
<button class="upvote">+upvote</button>
<button>answer</button>
</span>
<hr />
Expand All @@ -55,7 +56,7 @@ <h3>What is the syllabus for JEE 2024?</h3>
</p>
<h3>Why is the sky blue?</h3>
<span>
<button>+upvote</button>
<button class="upvote">+upvote</button>
<button>answer</button>
</span>
<hr />
Expand All @@ -66,7 +67,7 @@ <h3>Why is the sky blue?</h3>
</p>
<h3>Why is the sky blue?</h3>
<span>
<button>+upvote</button>
<button class="upvote">+upvote</button>
<button>answer</button>
</span>
<hr />
Expand Down
Binary file removed CSS/Project/Homework Assets/album_icon1.png
Binary file not shown.
Binary file removed CSS/Project/Homework Assets/album_icon2.png
Binary file not shown.
Binary file removed CSS/Project/Homework Assets/album_picture.jpeg
Binary file not shown.
Binary file removed CSS/Project/Homework Assets/controld_icon2.png
Binary file not shown.
Binary file removed CSS/Project/Homework Assets/controls_icon1.png
Binary file not shown.
Binary file removed CSS/Project/Homework Assets/controls_icon3.png
Binary file not shown.
Binary file removed CSS/Project/Homework Assets/controls_icon4.png
Binary file not shown.
Binary file removed CSS/Project/Homework Assets/controls_icon5.png
Binary file not shown.
Binary file removed CSS/Project/assets/backward_icon.png
Binary file not shown.
Binary file removed CSS/Project/assets/card1img.jpeg
Binary file not shown.
Binary file removed CSS/Project/assets/card2img.jpeg
Binary file not shown.
Binary file removed CSS/Project/assets/card3img.jpeg
Binary file not shown.
Binary file removed CSS/Project/assets/card4img.jpeg
Binary file not shown.
Binary file removed CSS/Project/assets/card5img.jpeg
Binary file not shown.
Binary file removed CSS/Project/assets/card6img.jpeg
Binary file not shown.
Binary file removed CSS/Project/assets/forward_icon.png
Binary file not shown.
Binary file removed CSS/Project/assets/library_icon.png
Binary file not shown.
Binary file removed CSS/Project/assets/logo.png
Binary file not shown.
Binary file removed CSS/Project/assets/play_musicbar.png
Binary file not shown.
Binary file removed CSS/Project/assets/player_icon1.png
Binary file not shown.
Binary file removed CSS/Project/assets/player_icon2.png
Binary file not shown.
Binary file removed CSS/Project/assets/player_icon3.png
Binary file not shown.
Binary file removed CSS/Project/assets/player_icon4.png
Binary file not shown.
Binary file removed CSS/Project/assets/player_icon5.png
Binary file not shown.