Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit593e47b

Browse files
author
Josh Ramos
committed
first attempt at radial gradient
1 parentcf5dd0a commit593e47b

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
<pclassName="text-[#3977F8] font-game text-xl">03</p>
99
<h1className="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
<divclassName="py-8 px-24">
1313
<divclassName="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)

[8]ページ先頭

©2009-2025 Movatter.jp