Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Code Forum!
Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.
Hello there!
The problem I want to solve is in this codepen:
https://codepen.io/hebrerillo/pen/rNbLXaR
As you can see, the second grid item overlaps the first item, even though the first item has a specific width and height.
Why??
Thank you so much!
Hello friends
I hope you are all well.
I need a little help from you if you are familiar with CSS, PhP or Javascript.
I needed a grid display component for my site, and after searching I found a suitable one and installed it. Now the problem is that after activating the module related to this...
Hello there!
I want to center a grid item that has a max-width but the item is not centered. Here is a code example:
<!DOCTYPE html>
<html>
<head>
<style>
.container {
display: grid;
grid-template-columns: 1fr;
height...
Hey, I don't know if this is a platform to promote my youtube channel or not.. I'm new to this forum.. and here to inform you about my new youtube channel 'PRGTI free coder' animations by using html, css and js. if you are beginner in coding world and want to make animations then don't forget...
Hello I'm tring to put all my divs next to eachother
currently my page looks like this
there are a lot of these t=divs and I want to put them next to each other so I thought of using grid but that makes them like this:
I'm not that good with grid so how should I be able to fix this. I have...
Hi,
I have these 3 columns, and it was built using a grid. How do I make the grey background the same height for all columns? Ideally not changing this html structure and using css only.
The height can't be fixed, of course.
I tried making the div "content" 100% height but doesn't work...