Skip to content

Commit b66cb23

Browse files
authored
Update credits.html
1 parent 66085ca commit b66cb23

File tree

1 file changed

+26
-14
lines changed

1 file changed

+26
-14
lines changed

credits.html

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
.buttons:hover {
34-
color: #000000;
34+
color: #151515;
3535
background-color: #E6E6E6;
3636
}
3737

@@ -53,14 +53,14 @@
5353
}
5454

5555
.gold_button:hover {
56-
color: #000000;
56+
color: #151515;
5757
background-color: #F1CF3B;
5858
}
5959

6060
#special {
61-
background-color: #000000;
61+
background-color: #151515;
6262
width: calc(100% - 140px);
63-
margin: 0px 70px 0px 70px;
63+
margin: 0px 70px 70px 70px;
6464
border-radius: 70px 70px 70px 70px;
6565
border: 10px solid #F1CF3B;
6666
overflow: hidden;
@@ -71,7 +71,7 @@
7171
margin: 0px;
7272
font-size: 25px;
7373
color: #E6E6E6;
74-
background-color: #000000;
74+
background-color: #151515;
7575
border-radius: 70px;
7676
text-align: center;
7777
}
@@ -81,15 +81,22 @@
8181
margin: 0px;
8282
font-size: 30px;
8383
color: #F1CF3B;
84-
background-color: #000000;
84+
background-color: #151515;
8585
border-radius: 70px;
8686
text-align: center;
8787
}
8888

89+
#page {
90+
border-radius: 70px 70px 70px 70px;
91+
border: 10px solid #151515;
92+
width: 90%;
93+
margin: 70px auto;
94+
}
95+
8996
@media screen and (max-width: 900px) {
9097
#special {
9198
width: calc(100% - 60px);
92-
margin: 0px 40px 0px 20px;
99+
margin: 0px 40px 70px 20px;
93100
padding-top: 30px;
94101
}
95102
}
@@ -132,7 +139,7 @@
132139
</div>
133140

134141

135-
142+
<div id="page">
136143
<div class="center_container">
137144
<p class="container_heading">Contents</p>
138145
<div class="container_heading_underline" style="background-color: #660099"></div>
@@ -150,7 +157,7 @@
150157

151158

152159
<svg width="70" height="70" xmlns="http://www.w3.org/2000/svg" style="float:right;"> <!-- right top -->
153-
<path d="M0,0 L0,70 A70,70 0 0 1 70,0 L0,0" fill="#000000" transform="rotate(180 35 35)" />
160+
<path d="M0,0 L0,70 A70,70 0 0 1 70,0 L0,0" fill="#151515" transform="rotate(180 35 35)" />
154161
</svg>
155162

156163

@@ -196,10 +203,10 @@
196203

197204

198205
<svg width="70" height="70" xmlns="http://www.w3.org/2000/svg" style="float:right;"> <!-- right bottom -->
199-
<path d="M0,0 L0,70 A70,70 0 0 1 70,0 L0,0" fill="#000000" transform="rotate(90 35 35)" />
206+
<path d="M0,0 L0,70 A70,70 0 0 1 70,0 L0,0" fill="#151515" transform="rotate(90 35 35)" />
200207
</svg>
201208
<svg width="70" height="70" xmlns="http://www.w3.org/2000/svg" style="float:left" > <!-- left top -->
202-
<path d="M0,0 L0,70 A70,70 0 0 1 70,0 L0,0" fill="#000000" transform="rotate(270 35 35)" />
209+
<path d="M0,0 L0,70 A70,70 0 0 1 70,0 L0,0" fill="#151515" transform="rotate(270 35 35)" />
203210
</svg>
204211

205212

@@ -234,6 +241,10 @@
234241
<gold>Yooh Amir</gold>
235242
</p>
236243

244+
<p class="container_description_points">
245+
<gold>Arham</gold>
246+
</p>
247+
237248
<p class="container_description_points">
238249
<blue>Ali Shaheen</blue>
239250
</p>
@@ -247,10 +258,10 @@
247258

248259

249260
<svg width="70" height="70" xmlns="http://www.w3.org/2000/svg" style="float:left" > <!-- left bottom -->
250-
<path d="M0,0 L0,70 A70,70 0 0 1 70,0 L0,0" fill="#000000" />
261+
<path d="M0,0 L0,70 A70,70 0 0 1 70,0 L0,0" fill="#151515" />
251262
</svg>
252263
<svg width="70" height="70" xmlns="http://www.w3.org/2000/svg" style="float:right;"> <!-- right top -->
253-
<path d="M0,0 L0,70 A70,70 0 0 1 70,0 L0,0" fill="#000000" transform="rotate(180 35 35)" />
264+
<path d="M0,0 L0,70 A70,70 0 0 1 70,0 L0,0" fill="#151515" transform="rotate(180 35 35)" />
254265
</svg>
255266

256267

@@ -320,7 +331,7 @@
320331

321332

322333
<svg width="70" height="70" xmlns="http://www.w3.org/2000/svg" style="float:right;"> <!-- right bottom -->
323-
<path d="M0,0 L0,70 A70,70 0 0 1 70,0 L0,0" fill="#000000" transform="rotate(90 35 35)" />
334+
<path d="M0,0 L0,70 A70,70 0 0 1 70,0 L0,0" fill="#151515" transform="rotate(90 35 35)" />
324335
</svg>
325336

326337

@@ -344,6 +355,7 @@
344355
<br/>
345356

346357
</div>
358+
</div>
347359

348360

349361
<div class="footer_container">

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy