Commit 9846f561 by Siyam Kumar

fontsizes

parent 05506793
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="stylesheet" href="App.css">
</head>
......@@ -43,12 +38,11 @@
<img src="image-3.png" alt="image3" class="mainimage">
</div>
<div>
<img src="logo-hungama.png" alt="hungama" class="subimage">
<h4>THE THUMP NEVER ENDS HERE</h4>
<hr>
<p>1000s OF SONGS</p>
<p>1000s OF SONGS</p>
<img src="image-4.png" alt="image4" class="mainimage">
</div>
......@@ -70,5 +64,4 @@
</div>
</div>
</body>
</html>
\ No newline at end of file
header {
padding-top: 15px;
padding-top: 20px;
padding-bottom: 15px;
padding-left: 15px;
position: sticky;
top: 0;
filter: invert(1);
background-color: #000000;
}
}
header > img {
height: 30px;
......@@ -17,22 +17,23 @@ header > img {
padding-left: 50px;
padding-right: 60px;
font-size: 24px;
cursor: default;
}
.container p {
color: #f4f9fd;
opacity: 0.5;
padding-left:45px;
font-weight:lighter;
cursor: default;
font-size: 18px;
}
hr {
border: 1px solid #faf8f8;
width: 75%;
margin-top: -20px;
margin-bottom:-10px;
margin-bottom:-10px;
}
.container > div {
......@@ -45,7 +46,7 @@ hr {
background-color: #62c662;
}
.container> :nth-child(2) {
background-color: #ddb257;
background-color: #f7b528;
}
.container> :nth-child(3) {
background-color: #8760f4;
......@@ -54,7 +55,7 @@ hr {
background-color: #f18451;
}
.container> :nth-child(5) {
background-color: #e15e6e;
background-color: #dd5465;
}
.container> :nth-child(6) {
background-color: #4dc1e9;
......@@ -68,5 +69,5 @@ hr {
.subimage {
padding-left: 50px;
padding-top: 30px;
padding-top: 45px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment