softylog1.png
7.9 MB
Make A Website With Login And Register - HTML CSS & Javascript
Download Source code π https://github.com/SortedCoding/WebsiteLoginRegisterSoftlyFades
Download Source code π https://github.com/SortedCoding/WebsiteLoginRegisterSoftlyFades
π2
Avtar Logo.png
544.3 KB
Code π from turtle import *
speed(0)
bgcolor('black')
color('orange')
hideturtle()
n = 1
p = True
while True:
circle(n)
if p:
n = n-1
else:
n = n+1
if n ==0 or n == 60:
p = not p
left(1)
forward(3)
speed(0)
bgcolor('black')
color('orange')
hideturtle()
n = 1
p = True
while True:
circle(n)
if p:
n = n-1
else:
n = n+1
if n ==0 or n == 60:
p = not p
left(1)
forward(3)
π₯2
pinklogin.png
9.4 MB
Create a Simple Login Form with HTML & CSS
Download Source code π https://github.com/SortedCoding/BeautifulLoginForm22
Download Source code π https://github.com/SortedCoding/BeautifulLoginForm22
β€1
π Thank You for 2,000 Subscribers! π
Hey everyone!
Iβm excited to share that weβve officially hit 2,000 subscribers on the channel! This journey has been incredible, and itβs all thanks to YOUβyour support, feedback, and engagement have been amazing.
Whether youβve been here from the start or just joined, I truly appreciate every one of you. Iβm committed to bringing even more valuable and exciting content your way as we continue to grow together.
Hereβs to the next chapter, and of course, the next milestone! Stay tuned for whatβs coming next. π
Thank you again for being part of this community. Letβs keep building something great!
@SortedCoding
Hey everyone!
Iβm excited to share that weβve officially hit 2,000 subscribers on the channel! This journey has been incredible, and itβs all thanks to YOUβyour support, feedback, and engagement have been amazing.
Whether youβve been here from the start or just joined, I truly appreciate every one of you. Iβm committed to bringing even more valuable and exciting content your way as we continue to grow together.
Hereβs to the next chapter, and of course, the next milestone! Stay tuned for whatβs coming next. π
Thank you again for being part of this community. Letβs keep building something great!
@SortedCoding
β€1
animelogin.png
7.5 MB
Create a Simple Login Form with HTML & CSS
Download Source code π https://github.com/SortedCoding/BeautifulLoginForm23
Download Source code π https://github.com/SortedCoding/BeautifulLoginForm23
β€1
blackaestheticmountains.png
2.8 MB
Create a Simple Login Form with HTML & CSS
Download Source code π https://github.com/SortedCoding/BeautifulLoginForm24
Download Source code π https://github.com/SortedCoding/BeautifulLoginForm24
β€1
Screenshot 2024-08-20 083307.png
6.4 MB
Create a Simple Login Form with HTML & CSS
Download Source code π https://github.com/SortedCoding/BeautifulLoginForm33
Download Source code π https://github.com/SortedCoding/BeautifulLoginForm33
β€1π1
Create Awesome cursor animation on MouseMove using JavaScript (EASY tutorial)π https://youtu.be/DNZrhA16PHI
β€1
codeπ import turtle
def draw_square(color,size):
turtle.fillcolor(color)
turtle.begin_fill()
for i in range(4):
turtle.forward(size)
turtle.left(90)
turtle.end_fill()
def draw_facebook_logo():
turtle.speed(2)
turtle.bgcolor("white")
turtle.penup()
turtle.goto(-80,60)
turtle.pendown()
# draw the blue background
draw_square('#3b5998',200)
# draw the white letter 'f'
turtle.penup()
turtle.goto(-50,60)
turtle.pendown()
turtle.color("white")
turtle.write("f", font=('Arial',120,'normal'))
#hide the turtle
turtle.hideturtle()
turtle.done()
draw_facebook_logo()
def draw_square(color,size):
turtle.fillcolor(color)
turtle.begin_fill()
for i in range(4):
turtle.forward(size)
turtle.left(90)
turtle.end_fill()
def draw_facebook_logo():
turtle.speed(2)
turtle.bgcolor("white")
turtle.penup()
turtle.goto(-80,60)
turtle.pendown()
# draw the blue background
draw_square('#3b5998',200)
# draw the white letter 'f'
turtle.penup()
turtle.goto(-50,60)
turtle.pendown()
turtle.color("white")
turtle.write("f", font=('Arial',120,'normal'))
#hide the turtle
turtle.hideturtle()
turtle.done()
draw_facebook_logo()
β€2
import turtle
def draw_square(color,size):
turtle.fillcolor(color)
turtle.begin_fill()
for i in range(4):
turtle.forward(size)
turtle.left(90)
turtle.end_fill()
def draw_facebook_logo():
turtle.speed(2)
turtle.bgcolor("white")
turtle.penup()
turtle.goto(-80,60)
turtle.pendown()
# draw the blue background
draw_square('#3b5998',200)
# draw the white letter 'f'
turtle.penup()
turtle.goto(-50,60)
turtle.pendown()
turtle.color("white")
turtle.write("f", font=('Arial',120,'normal'))
#hide the turtle
turtle.hideturtle()
turtle.done()
draw_facebook_logo()
def draw_square(color,size):
turtle.fillcolor(color)
turtle.begin_fill()
for i in range(4):
turtle.forward(size)
turtle.left(90)
turtle.end_fill()
def draw_facebook_logo():
turtle.speed(2)
turtle.bgcolor("white")
turtle.penup()
turtle.goto(-80,60)
turtle.pendown()
# draw the blue background
draw_square('#3b5998',200)
# draw the white letter 'f'
turtle.penup()
turtle.goto(-50,60)
turtle.pendown()
turtle.color("white")
turtle.write("f", font=('Arial',120,'normal'))
#hide the turtle
turtle.hideturtle()
turtle.done()
draw_facebook_logo()
β€1
This media is not supported in your browser
VIEW IN TELEGRAM
Download The Source Code for this Animation https://github.com/SortedCoding/FingerPrintAnimation
β€1
This media is not supported in your browser
VIEW IN TELEGRAM
Download Source Code For This Animation https://github.com/SortedCoding/NavBarAnimation
β€1