-
Notifications
You must be signed in to change notification settings - Fork 0
/
practice_02.css
58 lines (53 loc) · 1.1 KB
/
practice_02.css
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
/* p{
/* text-align: center; */
/* text-align: right; */
/* } */
/* h1{*/
/* text-align: right; */
/* text-align: start; */
/* text-align: end; */
/* text-align: center; */
/* text-decoration: underline; */
/* text-decoration: overline; */
/* text-decoration: line-through; */
/* } */
a{
text-decoration: none;
color: black;
}
/* .h1{
font-weight: 500;
/* we set weight from 100 to 900 */
/* text-decoration: none; */
/* font-family: Arial, Helvetica, sans-serif; */
/* font-family: cursive; */
/* } */
/* a:hover{
text-decoration: underline;
}
for propety we can use MDN website */
#h1{
font-size: 20px;
/* 1 inch = 96px */
}
#h2 {
font-size: 1px;
}
#h3{
font-size: xx-small;
text-transform: uppercase;
}
/* practice question */
.heading_practice{
text-align: center;
text-transform: uppercase;
}
*{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.div_outer{
font-size: 25px;
}
.div_inner{
font-size: 10px;
}