Posts

Showing posts with the label water bottle source code

How to make a water bottle using the HTML code?

 How to make a water bottle using the HTML code? Here is the Question How to make a water bottle using the HTML code ,Now I'm sharing How to water bottle using HTML and CSS code So,that you can got your idea about How to make water bottle using HTML code .in this three water bottle source code is here    <html> <style> body  {  margin:10% 10%;  } li.water-bottle  {  float:left; margin-right:15px; } ul  {  list-style-type:none;  } .bottle  {  background: #ddd;  width:100px; border-radius: 30px 30px 6px 6px;  height:200px;  padding:6px; box-shadow: 3px 3px 3px  #efefef; margin-bottom:4px; } .bottle:hover  {  background: #eee; box-shadow: 2px  2px 2px #efefef; } .cap  {  background: #ddd;  margin:0 25px; width:60px; border-radius:8px 8px 10px  12px;  height:35px; border-top:1px solid #ddd;  border-bottom:2px dotted #efefef; } .cap-top  {  b...