Commit d149f251 by Siyam Kumar

setmargin

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