Welcome!

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

SignUp Now!

coding help

  1. 4zariah

    justify-content: space-around; Not Working!!

    Here's my code. I'm using Caret on Chromebook Os. Please help if you can! .tc-container { width: 90%; margin: auto; display: flex; align-items: center; justify-content: space-around; }
  2. Z

    C# type or namespace definition

    here the code i wrote but it keeps giving me this error using System.Collections; using System.Collections.Generic; using UnityEngine; public class PlayerController : MonoBehaviour { public float moveSpeed; public Rigidbody theRB; // Start is called before the first frame update...
  3. sonnystupid

    Z-Index not working

    here's the navbar's original home not going away, the dark brown bar is what i need help removing image of my problem, you can see the white line is the drop-down content hiding, and the navbar itself is sticky, however the drop-down isn't showing. So i'm trying to get a navbar to stick out over...
Back
Top Bottom