I just took a course that showed me all about CSS and I was really glad that I took this course.
I wish to share this course with you if you are interested reply to this post and I will send you the direct link to this course
i know this makes no sense but while messing around i ended up accidentally typing that in and thats the exact distance i needed. but if i delete it and try putting 230px or 30 px its not the same at all.
what is this?? is it functional? what does it stand for?
.display-grid{
display...
i know this makes no sense but while messing around i ended up accidentally typing that in and thats the distance i need perfectly. but if i delete it and try putting 230px or 30 px its not the same at all.
what is this?? can i use it elsewhere?
Help, im trying to find an fix but in google there is nothing:
I wanted to do a Video as Background, but it keeps getting over the button,label. I wanna that its behind the button label as background how to do?
My HTML Code:
<video autoplay muted loop id="Vid">
<source src="my link i dont...
Hye! I want the sign up and sign in form to be place horizontally in the middle of the page . Currently they are placed on top of each other.
</section>
<div class="lg:w-2/6 md:w-1/2 bg-gray-100 rounded-lg p-8 flex flex-col md:ml-auto w-full mt-10 md:mt-0">
<h2 class="text-gray-900...
Am I able to also change colour by sliding the same slider I use to change image size ?
<body>
<center>
<p><-- low temp.</p><div class="slidecontainer">
<input type="range" min="15" max="25" value="15" class="slider" id="Slider">
</div><p>high temp. --></p>...
The goal of The Odin Project is to provide a complete path for students to go from zero programming knowledge to employed as web developers while working with other students and picking up the skills to become self sufficient along the way.
https://www.theodinproject.com
I have created an intranet through css and html. There is a particular page that has on it the schedule for each day.
At the moment i'm editing that page each day for them.
Is there a way to create a html page that will have a simple imbedded editor that you can just change the wording and...
Hi,
I'm trying to make a html/css program where there are 2 circles, moving in a circular path. My code so far:
body{
margin: 0;
padding: 0;
}
.circle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 400px;
height: 400px...
Hello!
I just trying to add one or more "menu" buttons to website.
I've added button, but it's still doesn't work.
How to solve this problem?
And menu buttons Test 0,Test 1, Test 2 wokrs normally without js
Here are parts of html & css codes
Menu
<div class="tab">
<input...
I am having an issue with my navigation menu.
I use flexbox to align all the items, but for some reason I cannot get the logo / brand name to line up wtith the burger-icon.
I added space-between to the parent container, because I want the logo on the left side, and the menu-icon on the right...
I have a general questions about items on the top of the page which are positioned on the left side (such as a logo) and on the right side (such as a search box and global elements), using float: right. When minimizing the browser or looking at it on a small screen of a phone, these two...
Dear all, can you please help me with a CSS additional code to get the header image over the TOP Bar?
Here is the screenshot: https://nuorobro.com/wp-content/uploads/2021/03/Cattura.png (visible on the live website as well if you’d like to check)
As you can see, I already added a code to have...
Hi all!
I'm trying to build a responsive top navigation with dropdown, but need a little help. When resizing the browser I run into problems such as some submenu items (like under "Software") not showing up correctly. I had a "overflow: hidden;" in there, but commented it out, since when I...
Hello there! in my websites zoom.selync.ga and samia.selync.ga i have added a Winamp mp3/mp4 player and whenever i try to upload a file it wont allow me to do so unless that file is in a folder then it would allow me to upload it. how do i fix the code to where i can just upload a mp4 or a mp3...
Hi all.
I'm using the code below to display some very short (<2 seconds) clips on a web page so don't really need the time or progress bar showing. It would be better if we could just have the play/stop button. There doesn't seem to be a way to customise what controls are shown so wonder if...
Hi,
At the moment I'm working on a project where I want to animate a rollercoaster.
I've added the image that I'm working with.
I want to animate an attraction ride up and down on the light grey line (front line). I've tried many things but I can't seem to come up with a solution.
Anyone here...
Hi,
I'm having a CSS issue that exceeds my knowlegde. Hope someone can help. :)
On my website Rentalworks, when you book a product and click next, and you go to a smaller screen mode you see the blocks overlay instead of stacking.
I tried many things. Flex,... can't seem to solve this.
Any...
Next to no coding experience. Built this site a couple years ago with a visual builder, which has since been discontinued. The code is pretty wacky, and since I don't have much experience, I'm going to put a wall of code on this post. Hard for me to say what is the problem spot. Sorry.
This is...