-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
52 lines (44 loc) · 665 Bytes
/
Copy pathstyles.css
File metadata and controls
52 lines (44 loc) · 665 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
h1 {
color: red;
text-align: center;
/*text-decoration: underline;*/
font-family: "Comic Sans MS";
}
h2 {
color: blue;
text-align: left;
font-size: 12;
}
h3 {
color: black;
text-align: left;
font-size: 12pt ;
}
#anotherh1 {
color: green;
font-family: "Times";
}
#anotherh1:hover {
color: red;
opacity 0.5;
transform: translateY(2px);
}
#thisisadiv {
background-color: red;
height: 100px;
width: 100px;
}
#purple {
background-color: purple;
height: 200px;
width: 200px;
}
.blog {
width: 90%;
height: 100px;
border: 1px solid black;
}
/*madhav*/
#harambe {
width: 15%;
}