Abdelrhman-Rayis / GIS-project-

my GIS doc and task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Simple GIS project just some doc and tasks to backup

<style> ul.topnav {  list-style-type: none;  margin: 0;  padding: 0;  overflow: hidden;  background-color: #333;}ul.topnav li {float: left;}ul.topnav li a {  display: inline-block;  color: #f2f2f2;  text-align: center;  padding: 14px 16px;  text-decoration: none;  transition: 0.3s;  font-size: 17px;}ul.topnav li a:hover {background-color: #555;}ul.topnav li.icon {display: none;}@media screen and (max-width:680px) {  ul.topnav li:not(:first-child) {display: none;}  ul.topnav li.icon {    float: right;    display: inline-block;  }}@media screen and (max-width:680px) {  ul.topnav.responsive {position: relative;}  ul.topnav.responsive li.icon {    position: absolute;    right: 0;    top: 0;  }  ul.topnav.responsive li {    float: none;    display: inline;  }  ul.topnav.responsive li a {    display: block;    text-align: left;  }input[type=text] {    width: 100%;    box-sizing: border-box;    border: 2px solid #ccc;    border-radius: 4px;    font-size: 16px;    background-color: white;   // background-image: url('searchicon.png');    background-position: 10px 10px;     background-repeat: no-repeat;    padding: 12px 20px 12px 40px;    -webkit-transition: width 0.4s ease-in-out;    transition: width 0.4s ease-in-out;}#id{ width:300px;    margin: auto;    border: 1px solid red;} </style>//

Animated search form:

 

About

my GIS doc and task