MediaSvcsUnlimited Posted February 1, 2016 Share Posted February 1, 2016 Hi, can someone help me understand how to get the marketing and website portfolio headings to be the same on http://mediaservicesunlimited.com/test/portfolio.html <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> <style type="text/css"> .samples { background-color: #419DAF; width: 160PX; height: 150px; float:left; margin-left:8%; margin-right:2%; } #marketingPortfolio { margin-right:5%; } #websitePortfolio { margin-top:0px; margin-left:30%; } .portfolioHeading { font-family:'satisfy', cursive; color: #419DAF; margin-left:5%; } </style> </head> <body> <div id = "marketingPortfolio"> <h3 class="portfolioHeading">Marketing Portfolio </h3> <div class ="samples"> <h5>Press Release Sample </h5> <a href="../ssets/Benefit_Dinner_Press_Release.jpg"> <img height="150" width="150" src="../assets/Benefit_Dinner_Press_Release.jpg"></a><p class="description">This press release announced Helping Hands annual benefit dinner. </p> </div> <div class ="samples"> <h5>Marketing Material Sample </h5><A HREF=" ../asets/murder_mystery_invite.jpg"> <IMG HEIGHT="150" WIDTH="150" SRC="../assets/murder_mystery_invite.jpg" ></A><p class="description">The design of this invitation was created using Adobe InDesign. Click on the image to see the front and back of the invitation. </p> </div> </div> <div id="websitePortfolio"> <h3 class="portfolioHeading">Website Portfolio </h3> <div class ="samples"> </div> <div class ="samples"> </div> </div> </body> </html> Quote Link to comment Share on other sites More sharing options...
Solution MediaSvcsUnlimited Posted February 2, 2016 Author Solution Share Posted February 2, 2016 got it fixed . Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.