Skip to main content

Posts

Make Covid-19 Using Python Turtle | Power Of Turtle In Python ?????

  Python Turtle SOurce COde import  turtle   # Creating turtle   t = turtle.Turtle()   s = turtle.Screen()   s.bgcolor( "black" )   t.pencolor( "red" )      a =  0    b =  0    t.speed( 0 )   t.penup()   t.goto( 0 , 200 )   t.pendown()   while ( True ):       t.forward(a)       t.right(b)       a+= 3        b+= 1         if  b ==  210 :            break        t.hideturtle()      turtle.done()   THANKS FOR WATCHING                                                                 SUBSCRIBE MY CHANNEL ON YOUTUBE
ETHICAL HACKING DOS ATTACK SIMPLE TUTORIAL  FOR EDUCATIONAL PURPOSES ONLY  TOOLS :  MONO FOR RUNNING WINDOWS APPLICATION IN LINUX  LOIC TOOL FOR DOS 

Make Pop Up Affect of Card Using JavaScripts | HTML And CSS | Coding With Roannie

Make Pop Up Affect of Card Using JavaScripts | HTML And CSS | Coding With Roannie Source Code:   <! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   http-equiv = "X-UA-Compatible"   content = "IE=edge" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < title > Document </ title > </ head > < style >      body {           margin :  0 ;           padding :  0 ;           background-color :  #1750eb ;           display :  flex ;          justify-content :  center ;          align-items :  center ;          border-radius :  10px ;          min-height :  100vh ;     }      section {          height :  300px ;          width : 350px ;          background-color :  #ffff ;          color :  black ;                   border-radius :  10px ;          animation : animate  500ms   linear  

Awesome Loading Animation Of website Using HTML and CSS | Coding With Roannie

  Awesome Loading Animation Of website Using HTML and CSS | Coding With Roannie       Source Code : <! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   http-equiv = "X-UA-Compatible"   content = "IE=edge" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < title > Specifity </ title >      < style >          body {              margin :  0 ;              padding :  0 ;              box-sizing :  border-box ;         }                   section {                  background-color :  #001d30 ;              display :  flex ;              justify-content :  center ;              align-items :  center ;              min-height :  100vh ;              animation : changebg  5s   linear   infinite ;                      }          @keyframes   changebg  {             to{                  filt

MacOS User Profile Using HTML and CSS Only | Glassmorphism Effect | Coding With Roannie

  MacOS User Profile Using HTML and CSS Only | Glassmorphism Effect | Coding With Roannie Source Code : <! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   http-equiv = "X-UA-Compatible"   content = "IE=edge" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < link   rel = "preconnect"   href = "https://fonts.googleapis.com" > < link   rel = "preconnect"   href = "https://fonts.gstatic.com"   crossorigin > < link   href = "https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@600&display=swap"   rel = "stylesheet" >      < title > Document </ title > </ head > < style >      * {          margin : 0  ;          padding :  0 ;          background-attachment :  fixed ;          font-family :