-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (84 loc) · 1.46 KB
/
Copy pathstyle.css
File metadata and controls
89 lines (84 loc) · 1.46 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
84
85
86
87
88
89
.head {
display: flex;
text-align: center;
justify-content: center;
padding: 10px 0px;
font-size: 13px;
word-spacing: 2px;
cursor: pointer;
border-bottom: 1px solid #211f1f;
}
.title{
font-family: var(--font-heading-family);
color: #fff;
text-decoration: none;
}
.arrow-right{
filter: brightness(0)invert(1);
width: 24px;
}
.head:hover{
background-color: rgb(246, 240, 235);
}
#Toggler-button{
filter: brightness(0)invert(1);
}
.row{
row-gap: 10px;
}
#nav{
background-color: black;
position: sticky;
top: 0%;
overflow: hidden;
}
/* #userIcon {
color: rgb(#fff);
} */
#body{
padding: 45px;
}
#second-body{
padding: 25px 15px;
}
#parabutton{
padding-top: 50PX;
padding-left: 65px;
}
.para1{
font-size: 25px;
}
.para2{
font-size: 18px;
}
.button{
width: 130px;
height: 45px;
background: black;
color: #fff;
border: none;
}
#first-foot{
display: flex;
align-items: center;
justify-content: center;
text-align: center;
border-bottom: 1px solid #211f1f;
height: 300px;
}
#footer-text {
font-size: 12px;
word-spacing: 10px;
height: 100px;
padding-left: 5px;
padding-top: 20px;
}
.underline{
text-decoration: none;
}
.underline:hover{
text-decoration: underline;
}
.underlines:hover{
text-decoration-color: #fff;
}