Skip to content

Commit

Permalink
Adjust footer styling
Browse files Browse the repository at this point in the history
  • Loading branch information
meglkts committed Jun 30, 2015
1 parent 41ef233 commit 8e28d4f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 18 deletions.
8 changes: 3 additions & 5 deletions about_me.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@

<header>meghan kline tuls</header>

<body>
<section id="post-heading">
<h1>About Me</h1>
</section>
<main>
<section id="about-heading"><h1>About Me</h1></section>

<img id="about-me-photo" src="imgs/meg_dan.png">

Expand Down Expand Up @@ -47,5 +45,5 @@ <h1>About Me</h1>
<footer>
Established 2015
</footer>
</body>
</main>

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<header>meghan kline tuls</header>

<body>
<p>
<p "home-menu">
<ul id="menu">
<li id="about"><a href="https://meglkts.github.io/about_me">About Me</li></a>
<li id="blog"><a href="https://meglkts.github.io/blog/index.html">Blog Spot</li></a>
Expand All @@ -30,9 +30,9 @@
<a href="https://www.linkedin.com/in/meghanklinetuls"target="_blank"><img src="imgs/linkedin.png"/></a>
<a href="https://github.com/meglkts"target="_blank"><img src="imgs/github_alt.png"/></a>
</aside>
</body>
<footer>
<footer>
Established May 2015.
</footer>
</body>
</html>

27 changes: 17 additions & 10 deletions stylesheets/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ html{
font-family: Raleway;
background-color: #DCDCDC;
color: black;
padding: 0;
}

/*header for all pages*/
Expand All @@ -15,7 +14,6 @@ header{
padding-bottom: 1%;
width: 100%;
left: -1%;
right: -1%;
/*text-align: center;*/
border: 2px solid black;
z-index: 1;
Expand Down Expand Up @@ -132,15 +130,23 @@ pre{
}

/*ABOUT ME PAGE*/
#about-heading{
background-color: #DCDCDC;
position: fixed;
display: block;
top: 0%;
width: 100%;
height: 30%;
line-height: 75%;
}

#about-me{
/*position: absolute;*/
margin-top: 10%;
margin-left: 8%;
margin-right: 30%;
margin-left: 0%;
margin-right: 45%;
font-size: 1em;
border-left: 5px solid black;
padding-left: 2%;
padding-top: 1%;
font-family: Arial;
line-height: 150%;
}
Expand All @@ -149,7 +155,7 @@ pre{
width: 25%;
position: fixed;
top: 33%;
right: 11%;
right: 15%;
}

/*BLOG INDEX PAGE*/
Expand Down Expand Up @@ -269,6 +275,7 @@ aside{
right: 5%;
z-index: 2;


}
aside a{
display: inline-block;
Expand All @@ -281,8 +288,8 @@ footer{
font-size: 1em;
position: absolute;
display: block;
width: 90%;
width: 100%;
bottom:0;
left:0;
text-align: center;
bottom: 2%;

}

0 comments on commit 8e28d4f

Please sign in to comment.