-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
74 lines (59 loc) · 1.03 KB
/
Copy pathstyle.css
File metadata and controls
74 lines (59 loc) · 1.03 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
.parent {
display: flex;
justify-content: space-around;
border: solid 2px transparent;
}
.img1 {
width: 40%;
}
.second {}
.second article {
font-size: medium;
font-weight: 600;
}
.third {
border: solid 2px #34eb5e;
padding: 2px;
height: 213px;
}
.fourth {
padding: 2px;
padding-left: 20px;
}
.fifth {
overflow: auto;
width: 99%;
height: 158px;
overflow: auto;
padding: 5px;
margin-top: -23px;
color: brown;
font-weight: 700;
}
.cmntHere {
margin-left: 57px;
}
.txtArea {
margin-top: 5px;
background-color: antiquewhite;
font-weight: 800;
font-size: medium;
resize: none;
margin-top: -17px;
}
.cmntArea {
margin-right: 5.15%;
float: right;
margin-top: -7px;
}
.cmntArea h2 {
color: #eb5534;
}
.btn {
background-color: aquamarine;
font-size: medium;
font-weight: 600;
padding: 3px;
border-radius: 6px;
margin-bottom: 8px;
}