Hi All!
Not sure if this helps anyone out but I thought I'd share it.
Extract ZIP to desired directory
Replace DISCORD ID within discord.html with your server ID
If using cosmic add this iframe to your home.html within Cosmic\App\View\Home\home.html (src must be changed to correct location)...
This may seem really similar to the macOS Big Sur Mail App Icon I did 2 weeks ago, but the detailing on this one is far greater.
I wanted to replicate this Instagram post as best as I could, and I don't think I did too bad of a job.
View on Codepen
Final outcome:
Hello guys, i present to you my basic parallax tamplete. i hope you'll like this.
Screens :
https://ibb.co/WcQTkvW
https://ibb.co/g4yVYcb
https://ibb.co/tCQkrSz
:down::down::down::down::down::down::down::down::down::down::down::down::down::down::down::down::down:
DOWNLOAD FROM HERE...
It's been a while as I've been mad busy at work, but I saw a Dribbble design I liked and wanted to replicate it.
Tried doing it without JavaScript as well.
The design was this:
My result was this: (less smooth but it works)
https://codepen.io/Markshall/pen/rPzELR
HTML:
<!DOCTYPE html>
<html...
Much like my other post, I saw another nice effect I saw on a website a while ago that I wanted to replicate.
I've not focused much on the styling of it (there's some basic styling but it still looks ugly), but more on the functionality. No JavaScript is involved as it uses a checkbox to...
Okay so this tutorial is made for all of you out there who want to "get gud" at front-end web design.
For this tutorial we will not be including information on how to code the back-end of a website.
Terminology Dictionary
Front-end - The design and layout of the website incorporating...
Just a shitty little 2 minute job maintenance page release that i coded quite sometime ago now i can't remember how long.
I have no use for it so i thought maybe someone might want to use it or make it better.
https://prnt.sc/ikl2tn
If people seem to want it i will put the download link here in...
Egghead is a video tutorial site for a few langues.
They also provide tutorials for many frameworks, libraries, tools and platforms
I highly suggest checking them out if you enjoy learning.
https://egghead.io
hello everyone.
I'm trying to use bootstrap tours (http://bootstraptour.com).
Everything works fine but, when I click 'next' button the element is disappearing once the popover is passed.
My code :
How can I solve this?
Thanks
Hey devbest fkerz
I'm doing something and I want to change this bell's background color to black (or transparent w.e.) but whenever I change code, it doesn't appears or it doesn't open the dropdown. btw im using the code from w3schools dropdowns
Tried to change each background-color and it...
Alright so I am trying to make a navigation bar,
Css code
and here is my php/html
So what is happening is when I hover over Test it does not bring the I guess subnavi we can call it or drop down menu out side of the ul bar. I am trying to figure out if there is a way to have the <div...
Hello everyone I have been working on a site for myself for a good 4 hours. I ran across some problems but fixed most of it if you wish to view my failure in the beginning feel free to scroll to the bottom. (I am leaving it up so other can see what I have redone etc so hopefully it will help...
Since I am not the best programmer in this whole world thats why I am asking you guys to make this "portal" page for me....
So the idea behind this is that when user comes to website he will see this page where he has two options... either go to our discord server or go to our forum which is...
Hey Clubbo Hotel is looking for a css designer to design the pages for our new cms, becoming a css designer at Clubbo Hotel will get you the dev rank and access to mostly everything but as long as you can provide clean css code. Before we accept you, you need to show is some of your work and...
Hey Clubbo Hotel is looking for a css designer to design the pages for our new cms, becoming a css designer at Clubbo Hotel will get you the dev rank and access to mostly everything but as long as you can provide clean css code. Before we accept you, you need to show is some of your work and...
As you can see from the image above, the bottom of the box is slightly off to the side and it kinda fucks up the whole thing. I've tried using float: left; in my css but it stays exactly the same. Here's the css:
#content-bottom {
background: url('../img/content-bottom.png')...
I want to make certain words flash with animate.css
how would it work? using <div class="animated flash"> and jQuery basically I want to do this:
#nav ul li a, visited {
color: rgba(115, 197, 224, 0.54);
display: block;
padding: 15px;
text-decoration: none;
}
I got that I...
Hello, I need help with something.. alright I want the heart (html code http://prntscr.com/8w9g0n) to go blue after I hover it.
The heart was made using bootstrap (which im using) so I have to make the code by myself.. but I do not know how to make it.