mirror of
https://github.com/rvtr/ninjacheetah.github.io.git
synced 2025-06-18 19:15:31 -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;
|
||||
text-decoration: none;
|
||||
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>
|
||||
<body>
|
||||
<div class="series_links">
|
||||
<h1>Here are pages about all of the various tech projects that I'm working on!</h1>
|
||||
<ul>
|
||||
<li><a href="websitewebpage.html">This Website</a></li>
|
||||
<li><a href="automod.html">AutoMod</a></li>
|
||||
|
@ -22,6 +22,10 @@
|
||||
</div>
|
||||
</head>
|
||||
<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>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user