Skip to content

Commit 26fbe05

Browse files
author
CCCStudioCoder
committed
corriging visual
1 parent 3513a22 commit 26fbe05

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<h1>Welcome to CCCStudio website</h1>
2020
<p class="par">
2121
I'm just a little Minecraft devloppeur with MCreator who loves computer technology,
22-
video games and programming (a nerd, that is, or a geek). Actually, I'm a French speaker,
22+
video games and programming (a nerd, that it, or a geek). Actually, I'm a French speaker,
2323
so this site is partially translated with Deepl, so it may have some mistakes
2424
(including in this text). If you like what I do, feel free to stay as you are!
2525
(You can also download, share, all that, but you've got the time.)

general.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ h1{text-align: center; color: #040; font-size: 40px; margin-top: 0%; position: r
1010
img{width: 80%; height: auto; margin: auto;}
1111
.par{font-size: 20px; font-weight: 500; font-family: Verdana, sans-serif;}
1212
p.par{margin-top: 10%;}
13-
body{background-image: repeating-linear-gradient(to bottom right, white, white 7%, orange 10%, orange 16%, white 19%);}
13+
body{background-color: rgb(164, 209, 247);}

images/ore_pack_logo.png

11.1 KB
Loading

ore_pack/wikistyle.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ li li{list-style-type: circle;}
3232
.wiki_par a:hover{text-decoration: underline; color: blue;}
3333
.wiki_par a:visited{color: purple;}
3434

35-
body{background-image: repeating-linear-gradient(to bottom right, white, white 7%, orange 10%, orange 16%, white 19%);}
35+
body{background-color: rgb(164, 209, 247);}

projects.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="icon" type="image/x-icon" href="favicon.ico">
77
<link rel="stylesheet" href="general.css">
88
<style>
9-
.mod_logo{width: 75%; display: block;
9+
.mod_logo{width: 35%; display: block;
1010
margin-left: auto;
1111
margin-right: auto;
1212
}
@@ -25,5 +25,7 @@ <h1>Welcome to CCCStudio website</h1>
2525
<h2>Projects :</h2>
2626
<p>Renewed this</p>
2727
<a href="renewed_this/renewed_this.html"><img class="mod_logo" src="renewed_this_final.jpg" alt="renewed this logo"></a>
28+
<p>Ore pack</p>
29+
<a href="ore_pack/"><img class="mod_logo" src="images/ore_pack_logo.png" alt="ore pack logo"></a>
2830
</body>
29-
</html>
31+
</html

renewed_this/wikistyle.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ span{font-family: monospace, Courier, sans-serif; background-color: lightgray; b
3030
.wiki_par a:hover{text-decoration: underline; color: blue;}
3131
.wiki_par a:visited{color: purple;}
3232

33-
body{background-image: repeating-linear-gradient(to bottom right, white, white 7%, orange 10%, orange 16%, white 19%);}
33+
body{background-color: rgb(164, 209, 247);}

0 commit comments

Comments
 (0)