Line 4: | Line 4: | ||
.footer-distributed { | .footer-distributed { | ||
position: relative; | position: relative; | ||
− | |||
width: 100%; | width: 100%; | ||
height: auto; | height: auto; | ||
+ | background-color: rgba(100,100,100,0.2); | ||
} | } | ||
.footer-left { | .footer-left { | ||
− | position: absolute; | + | position: absolute; |
left: 0; | left: 0; | ||
top: 0; | top: 0; | ||
width: 60%; | width: 60%; | ||
text-align: right; | text-align: right; | ||
− | + | padding-right: 5%; | |
} | } | ||
.footer-right { | .footer-right { | ||
Line 22: | Line 22: | ||
width: 40%; | width: 40%; | ||
text-align: left; | text-align: left; | ||
− | + | padding-left: 3%; | |
} | } | ||
.sponsors { | .sponsors { | ||
Line 33: | Line 33: | ||
.footer-links { | .footer-links { | ||
overflow: hidden; | overflow: hidden; | ||
− | padding: | + | padding: 15px; |
position: relative; | position: relative; | ||
} | } | ||
.sponsors { | .sponsors { | ||
− | width: | + | width: 125px; |
margin: 0 30px; | margin: 0 30px; | ||
} | } | ||
Line 54: | Line 54: | ||
margin-bottom: 15px; | margin-bottom: 15px; | ||
color: #333; | color: #333; | ||
− | |||
} | } | ||
− | |||
</style> | </style> | ||
<body> | <body> |
Revision as of 04:55, 29 October 2017