This repository was archived by the owner on May 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbodyhome.css
More file actions
83 lines (68 loc) · 1.34 KB
/
Copy pathbodyhome.css
File metadata and controls
83 lines (68 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* variables */
/*reset*/
/*base styles*/
html {
font-size: 62.5%;
}
body {
font-size: 1.5em;
line-height: 1.6;
font-weight: 400;
font-family: 'THSarabunNew';
color: #222;
}
/*fonts*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300");
@import url(fonts/thsarabunnew.css);
/* Typography
********************************************************************* */
h1, h2, h3, h4, h5, h6 ,p{
margin-top: 0;
margin-bottom: 2rem;
font-weight: 300;
text-align: center;
}
h1 {
font-size: 4.0rem;
line-height: 1.2;
letter-spacing: -.1rem;
}
/* Larger than phablet */
@media (min-width: 550px) {
h1 {
font-size: 5.0rem;
}
}
p {
margin-top: 0;
}
/* Links
********************************************************************* */
a {
color: rgb(0, 0, 0);
}
a:hover {
color: #0FA0CE;
}
.mobile-toggle {
display: none;
cursor: pointer;
font-size: 20px;
position: absolute;
right: 22px;
top: 0;
width: 30px;
}
/*เพิ่มมาใหม่*/
/* body Section
********************************************************************* */
body {
font-family: Arial, Helvetica, sans-serif;
}
.mobile-container {
max-width: 480px;
margin: auto;
background-color: rgb(235, 235, 235);
color: rgb(0, 0, 0);
border-radius: 20px;
}