Difference between revisions of "Msc1G2:Group"

From rbse
Jump to: navigation, search
Line 1: Line 1:
__NOTITLE__                                                                     <!-- hides the title of the page-->
+
__NOTITLE__                                                                 <!-- hides the title of the page-->
__NOTOC__                                                                       <!-- hides the table of contents-->
+
__NOTOC__                                                                   <!-- hides the table of contents-->
  
<!-- ---------------------------------------------------------------------------------------------------------- -->
+
<!-- ------------------------------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------------------------------- -->
+
<!-- ------------------------------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------------------------------- -->
+
<!-- ------------------------------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------------------------------- -->
+
 
<!-- ---------------------------------------------------------------------------------------------------------- -->
+
<html>                                                                            <!-- enables html-writing -->
<!-- ---------------------------------------------------------------------------------------------------------- -->
+
 
 +
div#BANNERCONTAINER {
 +
                                              <!-- defines a block that can be added in the page and its name-->
 +
  width:            850px;
 +
  height:          400px;
 +
                                                                      <!-- sets the dimensions of the block -->
 +
  margin-top:      0px;
 +
  margin-bottom:    0px;
 +
  margin-left:      0px;
 +
  margin-right:    0px;
 +
                                                                      <!-- -->
 +
  border-top:      0px;
 +
  border-bottom:    0px;
 +
  border-left:      0px;
 +
  border-right:    0px;
 +
                                                                      <!-- -->
 +
  padding-top:      0px;
 +
  padding-bottom:  0px;
 +
  padding-left:    0px;
 +
  padding-right:    0px;
 +
                                                                      <!-- -->
 +
  color:            rgb(0,0,0);
 +
                                                                      <!-- -->
 +
  background-color: grey;
 +
                                                                      <!-- -->
 +
}

Revision as of 20:57, 1 November 2016



div#BANNERCONTAINER { width: 850px; height: 400px; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; border-top: 0px; border-bottom: 0px; border-left: 0px; border-right: 0px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; color: rgb(0,0,0); background-color: grey; }