-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
100 lines (84 loc) · 1.5 KB
/
Copy pathStyle.css
File metadata and controls
100 lines (84 loc) · 1.5 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
90
91
92
93
94
95
96
97
98
99
.nav-container:hover:hover{
color: green;
border: 2px solid black;
padding: 2px;
display: flex;
border-radius: 100px;
}
.header{
padding: 5%;
width: 100%;
top: o;
left: 0;
background-color: orange;
}
h1{
background-color: yellow;
color: red;
border-radius: 20%;
text-align: center;
}
h2{
color: green;
}
img{
display: block;
margin: auto;
}
div:hover:hover{
color:red;
}
p{
color: black;
}
.display{
display: flex;
text-decoration-style: none;
list-style: none;
gap: 50px;
}
.custom-button {
background-color: green;
color: white;
border: none;
padding: 5px 10px;
font-size: 16px;
font-style: italic;
border-radius: 30px;
cursor: pointer;
text-decoration-style: none;
}
.remove-underline{
text-decoration-style: none;
}
.custom-button:hover {
background-color:black;
}
.bg {
background-color: greenyellow;
margin: 10px;
border-radius: 50px;
text-decoration-style: none;
list-style: none;
}
.dp{
background-color: greenyellow;
margin: 10px;
border-radius: 50px;
text-decoration-style: none;
list-style: none;
}
.np{
background-color: greenyellow;
margin: 10px;
border-radius: 50px;
text-decoration-style: none;
list-style: none;
}
.lp{
background-color: greenyellow;
margin: 10px;
border-radius: 50px;
text-decoration-style: none;
list-style: none;
}