Shadow_Lurker
KPCKevin Powell - Community
•Created by Shadow_Lurker on 9/10/2024 in #os-and-tools
Can Someone Help Me Know Why My Browser Isn't Popping Up?
It also does this in my Chrome.
5 replies
KPCKevin Powell - Community
•Created by Shadow_Lurker on 8/5/2024 in #front-end
Can someone explain to me why this is happening?
@ἔρως your right thx for that!
28 replies
KPCKevin Powell - Community
•Created by Shadow_Lurker on 8/5/2024 in #front-end
Can someone explain to me why this is happening?
I figure it out already, I just need to remove my
<meta name="viewport" content="width=device-width, initial-scale=1>
28 replies
KPCKevin Powell - Community
•Created by Shadow_Lurker on 8/5/2024 in #front-end
Can someone explain to me why this is happening?
it didn't work
28 replies
KPCKevin Powell - Community
•Created by Shadow_Lurker on 8/5/2024 in #front-end
Can someone explain to me why this is happening?
Oh, so that's how CodePen works! And thanks for answering my question.
28 replies
KPCKevin Powell - Community
•Created by Shadow_Lurker on 8/5/2024 in #front-end
Can someone explain to me why this is happening?
Then why is my background color not filling the entire background?
28 replies
KPCKevin Powell - Community
•Created by Shadow_Lurker on 8/5/2024 in #front-end
Can someone explain to me why this is happening?
Ooh is that so!
28 replies
KPCKevin Powell - Community
•Created by Shadow_Lurker on 8/5/2024 in #front-end
Can someone explain to me why this is happening?
I used Visual Studio Code for my HTML and CSS.
28 replies
KPCKevin Powell - Community
•Created by Shadow_Lurker on 8/5/2024 in #front-end
Can someone explain to me why this is happening?
In CodePen, I don't see it, but when I inspect it and zoom in, it happens.
28 replies
KPCKevin Powell - Community
•Created by Shadow_Lurker on 8/5/2024 in #front-end
Can someone explain to me why this is happening?
Yeah, I dropped my entire HTML and CSS project on CodePen, so I'm sure that's all of my code.
28 replies
KPCKevin Powell - Community
•Created by Shadow_Lurker on 7/29/2024 in #front-end
Help me with making responsive web design 😅
<style>
body{
background: black;
max-width: 100vw;
max-height: 100vh;
}
header{
background: rgb(0, 174, 255);
text-align: center;
font-size: 80px;
max-width: 960px;
}
.sequence{
display: flex;
justify-content: space-around;
align-items: center;
height: 600px;
}
main{
background: greenyellow;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 20px;
max-width: 960px;
}
pre{
background: gainsboro;
}
b{
font-family: "Playfair Display", serif;
font-optical-sizing: auto;
font-weight: 400px;
font-style: normal;
}
img{
display: block;
max-width: 100%;
}
</style>
6 replies
KPCKevin Powell - Community
•Created by Shadow_Lurker on 7/29/2024 in #front-end
Help me with making responsive web design 😅
Thank you for informing me about that. Here is the CSS I used for anyone who is interested.:
6 replies