Created
October 31, 2011 17:08
-
-
Save matherton/1328018 to your computer and use it in GitHub Desktop.
code for sponsor section in right-hand column of the stage events website
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p.small-italics { | |
font-style: italic; | |
font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, helvetica, arial, sans-serif; | |
font-size: smaller; | |
line-height: 30%; | |
} | |
.sponsor { | |
width: 300px; | |
height: 300px; | |
background-color: #fcfcfe; | |
background-image:url('sponsor-bg.png'); | |
} | |
.top-left { | |
width: 130px; | |
height: 130px; | |
margin-left: 5%; | |
text-align: center; | |
float: left; | |
} | |
.top-right { | |
width: 130px; | |
height: 130px; | |
margin-right: 5%; | |
text-align: center; | |
float: right; | |
} | |
.bottom-left { | |
width: 130px; | |
height: 130px; | |
margin-left: 5%; | |
margin-top: 5%; | |
text-align: center; | |
float: left; | |
} | |
.bottom-right { | |
width: 130px; | |
height: 130px; | |
margin-right: 5%; | |
margin-top: 5%; | |
text-align: center; | |
float: right; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<header> | |
<link href="sponsor.css" rel="stylesheet" type="text/css"> | |
</header> | |
<body> | |
<div class="sponsor"> | |
<p class="small-italics">Sponsorder by</p> | |
<div class="top-left">1st sponsor image goes here.</div> | |
<div class="top-right">2nd sponsor image goes here</div> | |
<div class="bottom-left">3rd sponsor image goes here</div> | |
<div class="bottom-right">4th sponsor image goes here</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist displays the CSS and HTML for the stage sponsor section of the new events website