github.com/EngineerKamesh/gofullstack@v0.0.0-20180609171605-d41341d7d4ee/volume3/section1/basics/static/css/style.css (about)

     1  body {
     2  	font-family: arial,helvetica;
     3  	font-size: 12pt;
     4  }
     5  
     6  #welcomeContainer {
     7  	padding-top: 3px;
     8  	text-align: center;
     9  }
    10  
    11  #welcomeMessage {
    12  	margin-top: 54px;
    13  }
    14  
    15  #copyright_notice {
    16  	display: block;
    17  	text-align: center;
    18  	margin: 0;
    19  	margin-bottom:9px;
    20  	width: 100%;
    21  }
    22  
    23  #copyright_notice p {
    24  	font-size: 9pt;
    25  }
    26  
    27  footer {
    28  	margin-top: 72px;
    29  }
    30  
    31  h1 {
    32  	margin-left: 36px !important;
    33  }
    34  
    35  .example {
    36  	margin-left: 36px;
    37  	margin-bottom: 108px;
    38  }