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 { html, body {
margin: 0; padding:0; margin:0; height:1120px;
padding: 0;
/*background-image: url("../img/back.jpg"); /*background-image: url("../img/back.jpg");
background-size: 100%;*/ background-size: 100%;*/
} }
Expand Down Expand Up @@ -99,7 +98,7 @@ p{
ul li{ ul li{
list-style: circle; list-style: circle;
} }







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




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


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


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

0 comments on commit d4275fb

Please sign in to comment.