About window css included

This commit is contained in:
akashnimare
2016-06-28 16:12:56 +05:30
parent e87e269f2a
commit 4bceb634ac
2 changed files with 28 additions and 1 deletions

27
app/renderer/about.css Normal file
View File

@@ -0,0 +1,27 @@
body {
background: #6BB6C7;
}
.about {
margin-top: 50px;
}
.left {
position: absolute;
top:89%;
left:76%;
}
.about p {
font-size: 20px;
color: rgba(0, 0, 0, 0.62);
}
.about img {
width:160px;
}
.detail {
text-align: left;
margin-left: 35%;
}

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="about.css">
</head>
<body>
<div class="about">