home content tutorials holidays contact ov
This website is here to provide you with the necessities to design & code your own websites, signs, and much more. If you have any questions, message me on facebook! Please do not redistribute or copy anything on this site. Please credit my website when using anything! Thank you for visiting my website! I really hope you enjoy everything I have to offer! ♥
✿ Owner: Kayla
✿ Opened: 06/09/17
✿ Program: Photoshop 2023
✿ Version: 18
✿ Started Sw: 2005ish
✿ Host: Myself
✿ Credits: x
basic "coding" codes
Questions? Feel free to message me and ask.
♥ These codes don't belong to anyone. They are general codes.
♥ Change the numbers, fonts, and colors to what ever you need.

  • background: #ddd;
  • background-color: #ddd
  • background-image: url(URLGOESHERE);
  • background-repeat: no-repeat;
  • background-repeat: repeat;
  • background-repeat: repeat-x, repeat !important;
  • background-position: top center, top center;
  • background-attachment: fixed, fixed;
  • border: 5px solid red;
  • border: 5px solid #ddd;
  • border-top-left: 2px solid #ddd;
  • border-top-right: 2px solid #ddd;
  • border-bottom-left: 2px solid #ddd;
  • border-bottom-right: 2px solid #ddd;
  • border-bottom: 2px dotted #ccc;
  • border-left: 5px solid #ccc;
  • border-right: 5px solid #ccc;
  • border-width: 5px;
  • border-color: #ddd;
  • border-top-style: dotted;
  • border-right-style: solid;
  • border-bottom-style: dotted;
  • border-left-style: solid;
  • border-style: dotted solid double dashed;
  • border-radius: 5px;
  • border-top-right-radius: 5px;
  • border-bottom-right-radius: 5px;
  • border-top-left-radius: 5px;
  • border-bottom-left-radius: 5px;
  • clear:both;
  • color: #ddd;
  • display: block;
  • font-size: 8px;
  • font-family: calibri;
  • font-weight: normal;
  • font-weight: bold;
  • font-style: italic;
  • font: 8px calibri;
  • height: 5px;
  • letter-spacing: 1px;
  • line-height: 5px;
  • margin: 1px;
  • margin: 50px 100px 50px 100px;
  • margin: 3px auto 3px;
  • margin-top: 1px;
  • margin-right: 1px;
  • margin-bottom: 1px;
  • margin-left: 1px;
  • margin: auto;
  • opacity: 1;
  • overflow: hidden;
  • overflow: scroll;
  • overflow: none;
  • padding: 1px;
  • padding: 50px 30px 50px 80px;
  • padding-top: 50px;
  • padding-right: 30px;
  • padding-bottom: 50px;
  • padding-left: 80px;
  • position: relative;
  • position: fixed
  • position: absolute
  • text-decoration:none;
  • text-transform: lowercase;
  • text-transform: uppercase;
  • text-transform: none;
  • text-align: center;
  • text-align: left;
  • text-align: right;
  • text-alight: justify;
  • width: 5px;
  • z-index: 999;


  • b {color: #ddd;}
  • i {color: #ddd;}
  • u {color: #ddd;}
  • s {color: #ddd;}



  • THERE ARE SO MANY MORE OH MY GOD!