-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
This mindblowing project lets you run Windows XP on the web
By Usama Jawad96,
- microsoft
- windows xp
- (and 4 more)
- 12 replies
- 0 views
-
HTML, CSS, & JavaScript All-in-One For Dummies (worth $39.99) free download ends today
By News Staff,
- ebook offer
- sponsored
- (and 3 more)
- 0 replies
- 0 views
-
Download HTML, CSS, & JavaScript All-in-One For Dummies ($39.99 Value, now FREE)
By News Staff,
- ebook offer
- sponsored
- (and 5 more)
- 0 replies
- 0 views
-
WordPress-Theme Twenty Twenty Four-customizing: how to do that - a Gutenberg special question...
By thedhubs,
- 1 answer
- 1,772 views
-
Google to discontinue the Basic HTML version of Gmail next year
By Chasethebase,
- 1 reply
- 14 views
-
Question
hbjr7
I'm just trying to center things. Not much seems to work. Also my footer is floating above my images instead of staying at the bottom on my second page. Please help.
Trying to get text to the right of the image. It just seems to stay stuck underneath.
<div id="wrap">
<div class="container">
<div class="row">
<h1>Something About Me</h1>
<div class="col-xs-12 col-sm-6 col-md-4">
<div id="maincontent"><img src="images/portraitpic.jpg"><p>I am a Graphic Designer and Illustrator residing in the Chicagoland area.
I have my AA in Education, my BA in Fine Arts, and will be receiving my AA in Graphic Design next year.<br>
I currently work full time as a graphic designer for a beer distribution company. </p>
</div>
</div>
</div>
</div>
<div id="footer"><p class="copyfooter">Copyright ©2016 HBA</p></div>
</div>
#maincontent {
max-height: inherit;
max-width: 100%;
align-content: center;
}
h1 {
color: #999999;
font-size: 3.0em;
font-weight: 700;
text-align: center;
margin-top: 100px;
margin-bottom: 60px;
}
p {
color: #999999;
text-align: left;
font-size: 1.8em;
line-height: normal;
float: right;
}
clear {
clear: both;
}
#footer {
width: 100%;
height: 40px;
background-color: rgb(153, 51, 255);
position: relative;
margin-top: 100px;
padding-right: 20px;
}
.copyfooter {
font-family: 'Myriad', sans-serif;
color: white;
font-size: 14px;
font-weight: 500;
text-align: center;
padding-top: 20px;
}
#wrap {
min-width: inherit;
}
Link to comment
https://www.neowin.net/forum/topic/1296908-coding-layout-issues/Share on other sites
6 answers to this question
Recommended Posts