-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle32.css
More file actions
81 lines (64 loc) · 918 Bytes
/
style32.css
File metadata and controls
81 lines (64 loc) · 918 Bytes
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
/* @format */
/* Absolute unit */
/* #p7{
font-size: 25px;
}
#p1{
font-size: 25px;
}
#p2{
font-size: 1cm;
}
#p3{
font-size: 1mm;
}
#p4{
font-size: 3.77px;
}
#p5{
/* font-size: 1in; */
font-size: 1pc;
/*} */
/* #p6{
font-size: 1pt;
} */
/* #p7{
font-size: 1pt;
} */
*{
margin: 0px;
padding: 0px;
}
/* Relative box */
/* h2{
background-color: cadetblue;
}
.parent-box{
font-size: 35px;
}
.child-box{
font-size: 0.5em;
}
.grand-child-box{
font-size: 0.005em;
} */
/* html{
font-size: 50px;
} */
/* html{
font-size: 0.5em;
} */
/* #s1{
font-size: 2rem;
} */
/* .box{
background-color: coral;
/* height: 500px; */
/* height: 50vh;
width: 20%; */
/*} */
.box1{
background-color: blueviolet;
/* width: 100%; */
width: 50vw;
}