Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added website
  • Loading branch information
maa17019 committed Feb 3, 2020
1 parent f55c851 commit d4275fb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions css/basic-site.css
@@ -1,6 +1,5 @@
html, body {
margin: 0;
padding: 0;
padding:0; margin:0; height:1120px;
/*background-image: url("../img/back.jpg");
background-size: 100%;*/
}
Expand Down Expand Up @@ -99,7 +98,7 @@ p{
ul li{
list-style: circle;
}




Expand All @@ -110,10 +109,13 @@ ul li{


footer{
width: 100%;
text-align: left;
position: fixed;
bottom: 0;
left: 0;
right: 0;
background-color: #0f0029;
color: white;
text-align: center;
font-family: 'Open Sans', sans-serif;

}
6 changes: 3 additions & 3 deletions index.html
Expand Up @@ -46,8 +46,8 @@
</ul>

</main>
<!--- <footer>
© Mahnoor Afteb 2020
</footer>-->
<footer>
<h4>© Mahnoor Afteb 2020</h4>
</footer>
</body>
</html>

0 comments on commit d4275fb

Please sign in to comment.