-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
176 lines (139 loc) · 3.2 KB
/
Copy pathstyle.css
File metadata and controls
176 lines (139 loc) · 3.2 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap');
/* font-family: 'Bungee Spice', cursive; */
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.head{
padding:1rem;
display: flex;
align-items: center;
background-color:green;
color: rgb(11, 85, 128);
gap: 1rem;
}
.new{
color: black;
font-size: 1.5rem;
text-decoration: none;
transition: 0.2;
}
.nav{
gap: 2rem;
display: flex;
justify-content: center;
align-items: center;
}
.icon{
font-size: large;
}
.main{
background-color: black;
color: green;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.text{
color: green;
text-decoration: none;
font-size: large;
font-family: 'Bungee Spice', cursive;
flex-direction: column;
padding-left: 300px;
padding-right: 300px;
}
h3{
font-size: larger;
}
body{
padding-bottom: 15px;
flex-direction: column;
align-items: center;
}
#text{
color: green;
text-decoration: none;
font-size: large;
font-family: 'Bungee Spice', cursive;
flex-direction: column;
}
.touch{
flex-direction: column;
display: flex;
justify-content: center;
align-items: center;
}
.touch :hover{
border: 10px ridge brown;
background-color: burlywood;
color: black;
}
.innerbox{
display: flex;
justify-content: center;
gap :20px;
}
.button{
background-color:black;
color: green;
width: 100%;
border: none;
letter-spacing: 10px;
padding: 10px;
}
.stuff{
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.forme{
padding: 30px;
background-color: green;
}
#cover, input{
border: 15px solid black ;
}
label{
background-color: black;
color: green;
}
table,th,td{
border: 5px solid green;
color: green;
background-color: black;
}
.teaimg{
width: 300px;
height: 300px;
box-shadow: 63px 50px 16px 8px rgba(0,0,0,0.76);
-webkit-box-shadow: 63px 50px 16px 8px rgba(0,0,0,0.76);
-moz-box-shadow: 63px 50px 16px 8px rgba(0,0,0,0.76);
}
.btn{
background-color: chocolate;
color: cornflowerblue;
font-size: 1.3rem;
border: none;
border-radius: 2rem;
padding :1.8rem 2rem 3rem;
cursor: pointer;
}
.ok{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.TING{
height: 300px;
width: 300px;
background: url("https://wallpaperaccess.com/full/3512160.jpg") center center/cover;
}
.TIMG{
height: 300px;
width: 300px;
background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Peacock%2C_East_Park%2C_Hull_-_panoramio.jpg/1200px-Peacock%2C_East_Park%2C_Hull_-_panoramio.jpg") center center/cover;
}