From bd3d1d0bc882ba7155b42e6165f5e94cf7f5baf5 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Thu, 4 Jun 2020 09:30:00 -0400 Subject: [PATCH] Added to website page --- style.css | 22 ++++++++++++++++++++++ techprojects.html | 1 + websitewebpage.html | 6 +++++- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 53191b9..d49eb61 100644 --- a/style.css +++ b/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; } \ No newline at end of file diff --git a/techprojects.html b/techprojects.html index 1ba7ce8..6a7c05a 100644 --- a/techprojects.html +++ b/techprojects.html @@ -23,6 +23,7 @@
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 :)
+