Difference between revisions of "Template:Chalmers-Gothenburg-Dev"
(Created page with "{{Template_All_Teams}} <!-- Declare that you are going to use html code instead of wiki code --> <html> <!-- Start of CSS--> <style type="text/css"> →PAGE LAYOUT: ...") |
(The page now adapts to the users screen.) |
||
Line 1: | Line 1: | ||
{{Template_All_Teams}} | {{Template_All_Teams}} | ||
− | |||
<!-- Declare that you are going to use html code instead of wiki code --> | <!-- Declare that you are going to use html code instead of wiki code --> | ||
<html> | <html> | ||
Line 12: | Line 11: | ||
body { | body { | ||
background-color: #fff; | background-color: #fff; | ||
+ | } | ||
+ | |||
+ | /* Forces page to cover entire width*/ | ||
+ | #content{ | ||
+ | width:100%; | ||
} | } | ||
/* Creates a container that will wrap all of the content inside your wiki pages. */ | /* Creates a container that will wrap all of the content inside your wiki pages. */ | ||
#mainContainer { | #mainContainer { | ||
− | width: | + | width: 100%; |
overflow:hidden; | overflow:hidden; | ||
− | + | flota:left; | |
− | margin-left: | + | margin-left:auto; |
margin-bottom: 10px; | margin-bottom: 10px; | ||
background-color: #fff; | background-color: #fff; |
Revision as of 19:04, 6 July 2015