Skip to content

Commit 593e47b

Browse files
author
Josh Ramos
committed
first attempt at radial gradient
1 parent cf5dd0a commit 593e47b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

components/ResourcesAndContacts/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const ResourcesAndContacts = () => {
88
<p className="text-[#3977F8] font-game text-xl">03</p>
99
<h1 className="font-bold text-5xl">RESOURCES & CONTACTS</h1>
1010
</div>
11-
11+
{/* <div className="py-8 px-24 bg-gradient-radial from-[#020337] via-[#3977F8] via-51% to-transparent to-55%"> */}
1212
<div className="py-8 px-24">
1313
<div className="grid grid-cols-4 flex 1 gap-x-9 gap-y-5">
1414
<a

tailwind.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ const config: Config = {
77
'./app/**/*.{js,ts,jsx,tsx,mdx}',
88
],
99
theme: {
10+
colors: {
11+
bgmain: '#020337',
12+
bglight: '#3977F8'
13+
},
1014
extend: {
1115
fontFamily: {
1216
'game': "'Press Start 2P', cursive"

0 commit comments

Comments
 (0)