From fe3343e6ca93246b34204b3403fb4c96b87b815c Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 16 Oct 2024 01:15:07 -0700 Subject: completed page v1 --- styles/projects.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 styles/projects.css (limited to 'styles/projects.css') diff --git a/styles/projects.css b/styles/projects.css new file mode 100644 index 0000000..2db3061 --- /dev/null +++ b/styles/projects.css @@ -0,0 +1,17 @@ +.projects-section { + margin-top: 20px; + padding: 10px; + background: #ffebf0; + border: solid #ffb6c1 2px; +} +.projects-section h3 { + color: #ff69b4; + text-shadow: 1px 1px 2px #fff; +} +.projects-section ul { + list-style-type: disc; + padding-left: 20px; +} +.projects-section ul li { + margin-bottom: 10px; +} -- cgit v1.2.3