Skip to content

Instantly share code, notes, and snippets.

View NANDHINI7390's full-sized avatar
🏠
Working from home

NANDHINI7390

🏠
Working from home
View GitHub Profile
@NANDHINI7390
NANDHINI7390 / index.html
Created July 18, 2023 09:07
Tip calculator
<div id ="container">
<h style="font-style:italic" ><center>TIP CALCULATOR</center></h>
<form>
<p>Bill Amount:$<input type="text" id ="billamt" placeholder="enter the bill amount "></p>
@NANDHINI7390
NANDHINI7390 / index.html
Created July 18, 2023 09:35
Random Dog.api
<div id="baby"><img src=" https://dog.ceo/api/breeds/image/random " alt="babies" height="100" width="100"></div>
<br>
<button id="images" style="color:green; background-color: white">change me🙂</button>
@NANDHINI7390
NANDHINI7390 / index.html
Created July 20, 2023 06:41
Weather api
<h1 style="color:#148F77 "><b><i><center> Weather App&#127777 </i></b></center></h1>
<center><input type='search' placeholder='enter the city ' id="city" class="search-bx" name='cityname'style= "width:50%;background-color: white;padding: 12px 20px;margin: 10px 0;display: inline-block;border: 1px solid green;border-radius: 6px;box-sizing: content-box "></center>
<br>
<center><button id="search-button" style="color: yellow; background-color: grey">search</button><center>
<br>
<div>
<div id="location " ></div>
<div id="temp" ></div>
</div>
@NANDHINI7390
NANDHINI7390 / index.html
Created July 20, 2023 07:51
Superhero .api
<h><strong> welcome to superhero<span style="color: blue"> API</span></strong ></h>
<div id="hero"></div>
<input id='inputHero' type='text'>
<button id="searchImage">search</button>
<br><br>
<button id="imgButton">Change Hero😎</button>