Commit d149f251 by Siyam Kumar

setmargin

parent 9846f561
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
...@@ -64,4 +65,5 @@ ...@@ -64,4 +65,5 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>
\ No newline at end of file
header { header {
padding-top: 20px; padding: 15px;
padding-bottom: 15px;
padding-left: 15px;
position: sticky; position: sticky;
top: 0; top: 0;
filter: invert(1); background-color: #fcf8f8;
background-color: #000000;
} }
header > img { header > img {
filter: invert(1);
height: 30px; height: 30px;
} }
.container h4 { .container h4 {
color: #f4f9fd; color: #f4f9fd;
padding-left: 50px; padding:0px 60px 0px 50px;
padding-right: 60px;
font-size: 24px; font-size: 24px;
cursor: default; cursor: default;
} }
...@@ -38,8 +35,7 @@ hr { ...@@ -38,8 +35,7 @@ hr {
.container > div { .container > div {
width: 390px; width: 390px;
height:750px; padding: 20px;
overflow: hidden;
} }
.container> :nth-child(1) { .container> :nth-child(1) {
...@@ -62,12 +58,10 @@ hr { ...@@ -62,12 +58,10 @@ hr {
} }
.mainimage { .mainimage {
padding-left: 80px; padding: 40px 0px 0px 60px;
padding-top: 40px;
} }
.subimage { .subimage {
padding-left: 50px; padding-left: 50px;
padding-top: 45px; padding-top: 10px;
} }
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