You want to show day name when you put date, month and year. So you can use our simple HTML, CSS & JavaScript code and make day name finder tool. Code <style> body { font-family: Arial, sans-serif; background-color: #f5f5f5; } .container { max-width: 400px; margin: 0 auto; padding: 20px; border: 1px solid #ccc; border-radius: 5px; […]

I have two simple code for make rotating image using HTML and CSS. You can use this code on your project and replace our image’s URL with your image URL. code for single image rotating <style> @keyframes rotate { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(360deg); } } .globe {margin: auto; width: 100px; […]

आप अपने चेहरे मे बताए हुए अंग्रेजी दवाई मे से कोई भी दवाई का उपयोग कम से कम ही अपने चेहरे पर करें । क्यूँ की अंग्रेजी दवाई का ज्यादा उपयोग करना चेहरे के लिए हानिकारक हो सकता है। अंग्रेजी दवाई के नाम  Melamet, Melas, Panderm +, luliderm और क्रीम मार्केट मे उपलब्ध हैं पर […]

Use Two Step Authentication on Instagram and make more Secure Instagram account. When you turn on Two Step Authentication then always asking code just after submitting login password. How to Two-factor Authentication Open and Login in Instagram with Instagram app. Then go to Settings and activity. Then click on Account center. Then click on Password […]

Google font develop by Google. Use google font and show/make different type of text style. I have share one website and there have all type of google font’s tips. So follow simple two steps on your website for add and set google font. Otherwise choose which font you want to use on your website. 1st […]

Use any one method and change WordPress site method. If you have Hindi content site, So set language attribute in Hindi. So now follow any one method for changing site language – By Theme Open header.php file. Replace language_attributes(); to echo ‘lang=”hi-IN”‘; Then SAVE header.php file. If you use this method. Then change only site […]