mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-19 03:25:32 -04:00
Added to website page
This commit is contained in:
parent
a592cc2db7
commit
bd3d1d0bc8
22
style.css
22
style.css
@ -153,4 +153,26 @@
|
|||||||
color: blue;
|
color: blue;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: block;
|
display: block;
|
||||||
|
}
|
||||||
|
.tech_projects a {
|
||||||
|
color: blue;
|
||||||
|
text-decoration: none;
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
.tech_projects a:visited {
|
||||||
|
color:blue;
|
||||||
|
text-decoration: none;
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.tech_projects h1 {
|
||||||
|
font-family: 'Baloo Paaji 2', cursive;
|
||||||
|
font-size: 24px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.tech_projects p {
|
||||||
|
font-size: 16px;
|
||||||
|
color: black;
|
||||||
}
|
}
|
@ -23,6 +23,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="series_links">
|
<div class="series_links">
|
||||||
|
<h1>Here are pages about all of the various tech projects that I'm working on!</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="websitewebpage.html">This Website</a></li>
|
<li><a href="websitewebpage.html">This Website</a></li>
|
||||||
<li><a href="automod.html">AutoMod</a></li>
|
<li><a href="automod.html">AutoMod</a></li>
|
||||||
|
@ -22,6 +22,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="tech_projects">
|
||||||
|
<h1>The NinjaCheetah Gaming Website</h1>
|
||||||
|
<a href="https://github.com/NinjaCheetah/NinjaCheetah.github.io">GitHub Page</a>
|
||||||
|
<p>I created this website as a place for me to put information about my channel, as well as a place for me to share stuff I made for people to download and use. Enjoy :)</p>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user