File tree 2 files changed +117
-0
lines changed
2 files changed +117
-0
lines changed Original file line number Diff line number Diff line change
1
+ body {
2
+ text-align : center;
3
+ font-size : 12px ;
4
+ background : white;
5
+ padding : 0px ;
6
+ margin : 0px ;
7
+ font-family : Arial, Helvetica, sans-serif;
8
+ font-family : 'ABeeZee' , sans-serif;
9
+ padding-bottom : 200px ;
10
+ }
11
+ hr { border : 0px ; background : 0px ; border-top : 1px solid # 333 ;}
12
+ h2 {
13
+ margin-bottom : 24px ;
14
+ }
15
+ a img {
16
+ border : 0px ;
17
+ }
18
+ # frame {
19
+ width : 1100px ;
20
+ margin : 0px auto;
21
+ padding : 12px ;
22
+ background : white;
23
+
24
+ }
25
+ .conf {
26
+ margin : 10px ;
27
+ /*height: 250px;
28
+ width: 365px;
29
+ text-align: center;
30
+ float: left;*/
31
+ }
32
+ # footer {
33
+ height : 1px ;
34
+ background : black;
35
+ }
36
+ h1 {
37
+ font-family : 'Poiret One' , cursive;
38
+ color : # 333 ;
39
+ font-size : 40px ;
40
+ }
41
+ h1 sup { color : # ccc ; font-size : 12px }
42
+ h2 {
43
+ font-size : 12px ; }
44
+ hr { margin : 20px 10px ;}
45
+ .conf { display : block; float : left;}
46
+ .clearfix : after {
47
+ content : "." ;
48
+ display : block;
49
+ clear : both;
50
+ visibility : hidden;
51
+ line-height : 0 ;
52
+ height : 0 ;
53
+ }
54
+
55
+ .clearfix {
56
+ display : inline-block;
57
+ }
58
+
59
+ html [xmlns ] .clearfix {
60
+ display : block;
61
+ }
62
+
63
+ * html .clearfix {
64
+ height : 1% ;
65
+ }
66
+
67
+ div .conf p { display : block; font-weight : bold; font-size : 16px ; }
68
+ section { font-size : 16px ; color : # 333 ; text-align : justify; padding : 0px 24px ;}
69
+
70
+ @media only screen and (max-width : 300px ) {
71
+ # frame {
72
+ width : 220px ;
73
+ }
74
+ body {
75
+ margin : 0px ;
76
+ }
77
+ }
78
+
79
+ @media only screen and (min-width : 300px ) and (max-width : 480px ) {
80
+ # frame {
81
+ width : 220px ;
82
+ }
83
+ body {
84
+ margin : 0px ;
85
+ }
86
+
87
+ }
88
+
89
+ @media only screen and (min-width : 480px ) and (max-width : 680px ) {
90
+ # frame {
91
+ width : 500px ;
92
+ }
93
+ }
94
+
95
+ @media only screen and (min-width : 500px ) and (max-width : 800px ) {
96
+ # frame {
97
+ width : 480px ;
98
+ }
99
+ }
100
+
101
+ @media only screen and (min-width : 800px ) and (max-width : 900px ) {
102
+ # frame {
103
+ width : 770px ;
104
+ }
105
+ .clearfix {
106
+ margin-left : 50px ;
107
+ }
108
+ }
109
+
110
+ @media only screen and (min-width : 900px ) and (max-width : 1100px ) {
111
+ # frame {
112
+ width : 875px ;
113
+ }
114
+ .clearfix {
115
+ margin-left : 100px ;
116
+ }
117
+ }
You can’t perform that action at this time.
0 commit comments