File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11body {
22 background-color : # 101010 ;
3+ width : 100% ;
4+ height : 100% ;
5+ margin : 0 ;
6+ background-image : url ("bg.png" );
7+ background-size : cover;
8+ background-repeat : no-repeat;
9+ background-position : center center;
10+ -webkit-background-size : cover;
11+ -moz-background-size : cover;
12+ -o-background-size : cover;
13+ background-size : cover;
14+ background-attachment : fixed;
315 color : # 101010 ;
416 font-family : Arial, Helvetica, sans-serif
517}
2032.bevel , .content { border-color : # F0F0F0 ; border-style : solid; }
2133
2234.bvc {
23- margin : 15 15 15 15 ;
35+ max-width : 1024px ;
36+ margin : auto;
37+ margin-top : 16px ;
2438 position : relative; ` margin- botto m: 0px;
2539}
2640
4963 font-weight : bold;
5064 text-align : center;
5165 font-size : 130% ;
52- color : # 101010 ;
53- background-color : # E0E0E0 ;
66+ color : # FFFFFF ;
67+ background-color : # 6991AD ;
5468 border-radius : 5px ;
5569 text-align : center;
5670 padding : 5px ;
You can’t perform that action at this time.
0 commit comments