Thukra Ke Mera Pyar
body {
background-color: black; /* पृष्ठभूमि का रंग काला */
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
h1 {
color: white; /* टेक्स्ट का रंग सफेद */
background-color: red; /* पृष्ठभूमि का रंग लाल */
padding: 20px;
border-radius: 10px; /* किनारों को गोल करना */
font-family: 'Verdana', sans-serif;
font-size: 2.5em;
text-transform: uppercase; /* टेक्स्ट को बड़े अक्षरों में बदलना */
box-shadow: 0 0 10px red; /* हल्का लाल शैडो */
}
Thukra Ke Mera Pyar
web series
Download Thukra Ke Mera Pyaar Season 1
body {
background-color: white; /* पृष्ठभूमि सफेद */
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
a {
display: inline-block;
text-decoration: none;
color: black; /* टेक्स्ट का रंग काला */
background-color: red; /* पृष्ठभूमि का रंग लाल */
padding: 15px 25px;
font-family: 'Verdana', sans-serif;
font-size: 1.5em;
border-radius: 8px; /* किनारों को गोल करना */
box-shadow: 0 0 10px red; /* लाल रंग का हल्का शैडो */
transition: transform 0.2s, background-color 0.2s;
}
a:hover {
background-color: darkred; /* होवर पर डार्क लाल रंग */
transform: scale(1.05); /* हल्का बड़ा होना */
}
Thukra Ke Mera Pyaar Season 1 Download Link