Dashboard Temp Share Shortlinks Frames API

HTMLify

project02.html
Views: 513 | Author: dakshbadal1379
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
  <style>
    *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      
    }
    h3{
      color: white;
      font-size: 5rem;
      font-weight: bold;
      text-shadow: 2px 1px 2px #abff00;
      place-items: center;
      text-align: center;
    }
    p{
      color: rgb(238, 211, 211);
      font-size: 2rem;
      font-weight: bolder;
      place-items: center;
      text-align: center;
    }
    section{
      width: 100%;
      height: 100vh;
      background-image: url(rama-sita.webp);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-attachment: fixed;
    }
.Section-0{
      background-image: url(School.jpeg);
      background-repeat: no-repeat;
      background-attachment: fixed;
      width: 100%;
      height: 100vh;
      background-size: 100% 100vh;
      }
    .Section-1{
      background-image: url(att.jpg);
      background-repeat: no-repeat;
      background-attachment: fixed;
      width: 100%;
      height: 100vh;
      background-size: 100% 100vh;
      /* background-position: 100% TOP bottom; */
      }
      .Section-2{
      background-image: url(Library.jpeg);
      background-repeat: no-repeat;
      background-attachment: fixed;
      width: 100%;
      height: 100vh;
      background-size: 100% 100vh;
      }
      .Section-3{
      background-image: url(Smart.jpeg);
      background-repeat: no-repeat;
      background-attachment: fixed;
      width: 100%;
      height: 100vh;
      background-size: 100% 100vh;
      }











  </style>
</head>
<body>
  <section>
    <div class="Section-0">
      <h3>SubsCribe</h3>
      <p>Our Channel</p>
    </div>
  </section>
  <section>
    <div class="Section-1">
      <h3>Follow</h3>
      <p>Our TelegramChannel</p>
    </div>
  </section>
  <section>
    <div class="Section-2">
      <h3>Share</h3>
      <p>Our Channel Video</p>
    </div>
  </section>
  <section>
    <div class="Section-3">
      <h3>Comment</h3>
      <p>Our Post</p>
    </div>
  </section>
</body>
</html>