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, I am having trouble getting my onmousehover to work for this new site I have been working on and would like some help.
I need some help with making the hover images appear where the cursor is or just simply above the rules and on the right side of the page in the center.
Also, adjusting...
Hello, so I have been running into an issue, I am still kind of a newbie and I have a custom cursor on my site but for some reason when I hover over my "projects" div class column-two the links do not work. they work with my name and information and contact info but not the projects and not sure...
Hello I have used flex box before without problems, but with this new code I am using to show a hover when over text I am not sure how to make my body content and body content 1 to be in 2 rows at the top, instead of stacked on each other
.bodycontent {
display: flex;
flex-wrap: wrap...
I have a site that I am hosting through siteground and my font-face property isn't showing up when I make the site live, it works fine in preview mode. I have tried saving as a woff, otf, ttf everything and it is not working.
@font-face {
font-family: Sans;
src...
I want when I hover over my text for the image to appear in the top left while the text is in the bottom left. I have it so now when I hover it moves the text underneath down and makes it difficult to navigate. When I change the padding it moves all the text with it.
<div class="hover_img">...
Hello,
I am a relatively new coder and I ran into a problem where my text and images do not link anymore.
I will share the text one that is not working
HTML:
<div class="header1"><a href="index.html"><h4>DUMmY<br>
STUDIO</h4></a>
</div>
<div class="header2"><a...