Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. Krygore

    NavBar dropdown issue

    Hey guys, I'm just starting a website for my dad's feed store. I'm working on creating the NavBar component first and having issues with getting it to be a responsive dropdown menu. Below are the pictures of before and after you click on "products" of what it is doing. I'm almost positive that...
  2. Krygore

    JavaScript Return an array of names

    So I have an object array of classic artists, I need to create a function that creates a new array with just the artist names. I have tried using .map() and for..in loops with no success. Here is where I left off before giving up :sleep: const artists = [ { "id": 0, "name": "Amedeo...
  3. Krygore

    TailwindCSS

    Has anyone here used TailwindCSS? If so, how difficult is it to learn to use? I'd love to be able to just assign a class to get the effect I want without having to mess with a bunch of CSS properties and toy around with it til I figure out the right formula... My code looks like hell and I want...
  4. Krygore

    Code challenge 03/22

    So I'm in a discord server called "All Things Web Development" and they do code challenges from time to time. I thought I would share the challenge with you guys and see what you come up with! Challenge is in the image below. I will NOT be offering a reward like they are, you can join the...
  5. Krygore

    First Time Job Applicant

    I am hoping to get a jump start into a Front End Development position within the next 6 months. As a first time applicant, what are some good sites to apply through? What are some keywords that I should add to my resume? Should I format my personal site to be more web development related instead...
  6. Krygore

    HTML Personal Website Review

    Hey all! Working on my personal website at the moment, I have the basic design of what I want, but have a few more pages to add to it before I am ready to call it complete. Could really use some feedback on how it's looking and functioning so far, maybe things I could change? Anyways, here's...
  7. Krygore

    HTML & CSS Image Carousel Help

    Hey guys! I am trying to make an image carousel to put on my personal website and immediately noticed that the images would drastically change in size. Is there a good set of standards when it comes to the dimensions of images used in a carousel? Is there a standard in the size of the carousel...
  8. Krygore

    Losing Hope

    Alright guys, it's been about 2 months since I've done any coding. I've completely lost interest in web development and have decided I want to focus more on the creative/artistic side of things. I'd like to try my hand at video game design/development, but don't really have a clue where to...
  9. Krygore

    Answered Bootstrap Layout Issue. Need Help!

    Hey guys. I'm working on my personal website (Version 2! LOL) and I am having an issue with bootstrap grid layout. Class .row more specifically. For some reason, I can't get the features to respond to the .col classes I have set for the different breakpoints. Any pointers? I've been staring at...
  10. Krygore

    Windows 11

    Has anyone upgraded to windows 11 yet? Im a little skeptical to do the change. If you have, what are your thoughts? If you haven't, do you plan to?
  11. Krygore

    GitHub

    Are we associated with Github or have any tutorials for the use of github? I'm having a hard time understanding the guides from the actual website. It's like you almost have to be proficient in code just to use it... I really want to be able to share what I'm working on and have the ability to...
  12. Krygore

    HTML & CSS Dual float property in single div

    I am attempting to put an image in a div that includes multiple paragraphs, that being said, I have the div set to "p class='floatLeft'" and an id tag for the image with CSS properties that float right. How can I remove the paragraph background from behind the image and have it wrap the same as...
  13. Krygore

    Editor of Choice

    What is your text editor of choice? What do you use? Why? How do you have it set up? I have used Notepad, Sublime Text 3, and Visual Studio Code. So far, VSC has been my favorite! Easy on the eye themes, split screens, text/link prediction, etc. I use the High Contrast theme setting because I...
  14. Krygore

    HTML & CSS Image alignment

    I have two issues that I am currently facing. First, I'm having issues getting an image to align to the right hand side of the page with the text to the left, capable of wrapping underneath the image. Like a standard web page would show. Second, I would like to change the color of linked text...
  15. Krygore

    My First Project- Skyrim Game Manual (Player Edition)

    Hello! I am just starting my own project, primarily to see what I can do and how I can apply it as I learn it, but also because my wife and I are HUGE Skyrim fans! She has multiple notebooks with handwritten notes on where to find special and unique items, locations for hard quests and...
  16. Krygore

    HTML & CSS Image Background with HTML

    Is it possible to post an image as a background for a header using only HTML? Or is CSS absolutely necessary to that styling effect?
  17. Krygore

    Hey Ya'll

    Hey ya'll! I just started learning from the absolute basics about a week ago, HTML code writing. I'm absolutely in love with it! I find it FUN and CHALLENGING! I've picked up a little bit of CSS as well but hope to learn even more! My goals are to be able to develop a website and maybe do a...
Back
Top Bottom