Line 2: | Line 2: | ||
<html> | <html> | ||
<body> | <body> | ||
+ | <div class="block_white" style="margin-top: 8%;"> | ||
+ | |||
+ | </div> | ||
+ | |||
<div class="pic1"></div><br> | <div class="pic1"></div><br> | ||
<div class="pic2"></div><br> | <div class="pic2"></div><br> | ||
Line 53: | Line 57: | ||
height: 250px; | height: 250px; | ||
} | } | ||
+ | p{ | ||
+ | -webkit-margin-before: 0em !important; | ||
+ | } | ||
#globalWrapper{ | #globalWrapper{ | ||
font-size: 100%; | font-size: 100%; | ||
Line 76: | Line 83: | ||
body{ | body{ | ||
margin: 0px; | margin: 0px; | ||
+ | } | ||
+ | .block{ | ||
+ | width: 100%; | ||
+ | } | ||
+ | .block_white{ | ||
+ | background-color: #ffffff; | ||
+ | width: 100%; | ||
+ | height: 200px; | ||
+ | } | ||
+ | |||
+ | .block_grey{ | ||
+ | background-color: #e6e6e6; | ||
+ | width: 100%; | ||
+ | height: 200px; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 07:15, 21 July 2017