𓆩𝖕𝖆𝖓𝖉𝖆𓆪
𓆩𝖕𝖆𝖓𝖉𝖆𓆪
Explore posts from servers
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 10/22/2023 in #front-end
Section Table Columns
it doesnt seem like it from what iv tested, tried adding padding and margin but no luck
4 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 10/22/2023 in #front-end
Section Table Columns
my initial thought was this: https://codepen.io/froggypanda1776/pen/VwgwdWX but you are not able to put divs as a child of tr's but only td or th
4 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 4/2/2023 in #front-end
How to achieve this design?
👍 awesome thanks for the help
7 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 4/2/2023 in #front-end
How to achieve this design?
hope thats good?
7 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 4/2/2023 in #front-end
How to achieve this design?
default template:
<div class="h-full">
<header class="mb-5 bg-neutral-900/50 backdrop-blur-md sticky top-0 z-50">
<nav
class="container m-auto p-8 flex justify-between text-2xl items-center h-8">
<NuxtLink class="flex items-center cursor-pointer" to="/" id="nav-logo">
<Logo class="mr-1 w-full" />
Space Bear
</NuxtLink>
<ul>
<li><NuxtLink to="/">Home</NuxtLink></li>
</ul>
</nav>
</header>
<main class="container m-auto h-full">
<slot />
</main>
<footer class="container bg-neutral-800 flex justify-end mt-auto m-2">
<p>
Made with 💜 by
<a
class="underline"
href="https://github.com/FroggyPanda"
target="_blank">
Panda
</a>
</p>
</footer>
</div>
<div class="h-full">
<header class="mb-5 bg-neutral-900/50 backdrop-blur-md sticky top-0 z-50">
<nav
class="container m-auto p-8 flex justify-between text-2xl items-center h-8">
<NuxtLink class="flex items-center cursor-pointer" to="/" id="nav-logo">
<Logo class="mr-1 w-full" />
Space Bear
</NuxtLink>
<ul>
<li><NuxtLink to="/">Home</NuxtLink></li>
</ul>
</nav>
</header>
<main class="container m-auto h-full">
<slot />
</main>
<footer class="container bg-neutral-800 flex justify-end mt-auto m-2">
<p>
Made with 💜 by
<a
class="underline"
href="https://github.com/FroggyPanda"
target="_blank">
Panda
</a>
</p>
</footer>
</div>
index.vue:
<h1 class="flex justify-center items-center h-full text-9xl">
<Logo />
Space Bear
</h1>
<h1 class="flex justify-center items-center h-full text-9xl">
<Logo />
Space Bear
</h1>
7 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 4/2/2023 in #front-end
How to achieve this design?
yes, from what i understand Nuxt puts everything inside a div with the id of __nuxt which is inside the body
7 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 11/24/2022 in #front-end
Animating Letters
ahh ok
13 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 11/24/2022 in #front-end
Animating Letters
ahh i see, thank you! was banging my head for awhile on how to do this lol
13 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 11/24/2022 in #front-end
Animating Letters
this seems to make them go back down after the animation is done
13 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 11/6/2022 in #front-end
Multiple Frameworks
oh i havent even thought of using Astro like that
8 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 11/6/2022 in #front-end
Multiple Frameworks
are there web hosting providers that provide sub domains for free because i looked into subdomains once and mostly found out that id have to pay for those
8 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 11/6/2022 in #front-end
Multiple Frameworks
yea thats what i was worried about, the build process for all of the frameworks and howd that work out
8 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 10/28/2022 in #front-end
Hover Effect on siblings
awesome thank you guys!
6 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 10/24/2022 in #front-end
Difference from functions and arrow functions?
ahh i see thank you!
4 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 10/17/2022 in #front-end
Setting up react project with classes
im learning react, the tutorial i followed used the classes to develop their components (not sure of the correct name) instead of functions
class Board extends React.Component
class Board extends React.Component
12 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 10/17/2022 in #front-end
Setting up react project with classes
not sure if i missed it, but i didnt see anything that answers my question in there
12 replies
KPCKevin Powell - Community
Created by 𓆩𝖕𝖆𝖓𝖉𝖆𓆪 on 10/17/2022 in #front-end
Setting up react project with classes
👍 ill try those out thank you!
12 replies