├── img.webp ├── style.css └── index.html /img.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nitinrajputind/CSS_handson2/HEAD/img.webp -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | *{ 2 | padding: 0; 3 | margin: 0; 4 | box-sizing: border-box; 5 | } 6 | body{ 7 | background-image: url(./img.webp); 8 | background-repeat: no-repeat; 9 | background-size: cover; 10 | } 11 | .box{ 12 | background-color: black; 13 | border: 10px solid red; 14 | display: inline-block; 15 | border-radius: 50px; 16 | padding: 20px; 17 | position: relative; 18 | color: white; 19 | font-size: 20px; 20 | font-weight: 800; 21 | text-align: center; 22 | line-height: 40px; 23 | } 24 | .box1{ 25 | width: 400px; 26 | height: 150px; 27 | margin-left: 20px; 28 | } 29 | .box2{ 30 | width:400px; 31 | height: 80px; 32 | position: absolute; 33 | z-index: 20; 34 | top: 60px; 35 | left: 300px; 36 | 37 | } 38 | .box3{ 39 | width: 400px; 40 | height: 150px; 41 | position: relative; 42 | left: 400px; 43 | top: 30px; 44 | 45 | } 46 | /* section Second */ 47 | .contanier2{ 48 | display: inline-block; 49 | display: flex; 50 | justify-content: space-between; 51 | 52 | } 53 | .circle{ 54 | width: 500px; 55 | height: 500px; 56 | border-radius: 50%; 57 | border: 10px solid gray; 58 | background-color: aqua; 59 | align-items: center; 60 | text-align: center; 61 | margin-top: 200px; 62 | margin-left: 100px; 63 | } 64 | .circle-content{ 65 | font-size: 25px; 66 | padding: 10px; 67 | margin-top: 100px; 68 | line-height: 60px; 69 | font-style: italic; 70 | font-weight: 900; 71 | } 72 | .form{ 73 | border: 10px dashed red; 74 | align-items: center; 75 | text-align: center; 76 | color: rgb(234, 97, 97); 77 | margin-right: 100px; 78 | margin-top: 100px; 79 | height: 700px; 80 | } 81 | .form h1{ 82 | margin: 20px 0; 83 | } 84 | .form-content input{ 85 | padding: 5px; 86 | } 87 | 88 | /* Menu Section */ 89 | 90 | .menu{ 91 | border: 10px solid red; 92 | width: 500px; 93 | height: 80px; 94 | background: black; 95 | border-radius: 50px; 96 | position: relative; 97 | left: 400px; 98 | margin: 50px 0; 99 | color: white; 100 | padding: 10px; 101 | text-align: center; 102 | font-size: 20px; 103 | 104 | } 105 | /* Layer style */ 106 | .container3{ 107 | display: flex; 108 | flex-wrap: wrap; 109 | gap: 50px; 110 | justify-content: space-evenly; 111 | margin-top: 50px; 112 | 113 | 114 | 115 | 116 | } 117 | .layer{ 118 | border: 5px solid green; 119 | background-color: aqua; 120 | width: 350px; 121 | height: 350px; 122 | border-radius: 50px; 123 | color: blue; 124 | 125 | 126 | } 127 | .layer-conent h3{ 128 | /* padding: 10px; */ 129 | font-size: 40px; 130 | text-align: center; 131 | margin: 20px 0; 132 | 133 | } 134 | .layer-conent ul{ 135 | padding: 20px; 136 | font-size: 25px; 137 | margin-left: 30px; 138 | } 139 | .Large-layer{ 140 | height: 400px; 141 | } 142 | .footer{ 143 | height: 90px; 144 | background-color: white; 145 | margin-top: 80px; 146 | } -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 |Welcome to Dhaba punjabi
15 | you Will get quality food
Home Menu review contact us
19 |EXICITING OFFERS
32 |**GET OUR SPECIAL THALI FOR
34 |ONLY RS-100 ONLY ON MONDAY**
35 |PLZ RATE US OUT OF 5
37 |