Skip to content

Commit

Permalink
made changes to portfolio HTML and CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
olidi10 committed Dec 17, 2015
1 parent 62e3c8e commit 0c65df4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->

</head>

<body>
Expand Down Expand Up @@ -63,7 +64,7 @@ <h2 class="text-center">MUYUKA MUTANGA<br>(Divine)</h2>
<h3>6856 Ashwood Road <br> Woodbury MN 55125
<br>Tel:6512084430

<br>Email:mmutanga@yahoo.fr<br><br>
<br>Email:<a href= "mailto:mmutanga@yahoo.fr">mmutanga@yahoo.fr</a><br><br>
<a href="#"><i class="fa fa-facebook fa-2x"></i></a>
&nbsp;
<a href="#"><i class="fa fa-twitter fa-2x"></i></a>
Expand Down
6 changes: 3 additions & 3 deletions portfolio.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
body {
background-color: #000033;
color: #ff9;
padding-top: 70px;
margin-top: 70px;
font-family: sans-serif;
font-size: 14px;
}
Expand All @@ -26,7 +26,7 @@ h3,h4 {
}

.navbar {
background-color: cyan;
background-color:#FFF;height: 60px;
border-color: fuchsia;
color: black
}
Expand All @@ -35,5 +35,5 @@ h3,h4 {
background-color: crimson;
color: black;box-sizing: padding-box;border-image-width: auto
}
.footer {background:cyan;color: black}
.footer {background:#CCCCFF;color:black;text-align: center;clear: both;}
p {font-size: strong}

0 comments on commit 0c65df4

Please sign in to comment.