Horje
css basics Code Example
css tutorial
css- coloured style sheet
html
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>HTML basics</title>
    </head>
    <body>


    </body>
</html>
css basics
      background-color: #ccc;
      box-sizing: border-box;
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      color: #00f;
      padding: 20px;
      font-size: 20px;
      margin: 10px auto;
      width: 600px;
      text-align: justify;
      text-shadow: 1px 1px 2px #000;
      box-shadow: 0px -8px 10px red , 20px  20px  red;
      border-radius: 20px;




Css

Related
nmap output ip only Code Example nmap output ip only Code Example
transition syntax css Code Example transition syntax css Code Example
change font size on large screen resolution bootstrap Code Example change font size on large screen resolution bootstrap Code Example
ohmyzsh shortcut to oepn folder with vscode Code Example ohmyzsh shortcut to oepn folder with vscode Code Example
vim unset number Code Example vim unset number Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9