Skip to content

prashant316/WebsiteDevelop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebsiteDevelop

SpringBoot/freemaker/Java

<title>Project1</title> <style> body{ font-family: "Baloo Bhai 2", cursive; color: white; margin: 0px; padding: 0px; background-image: url("https://cdn.pixabay.com/photo/2013/03/09/14/38/machines-91849__340.jpg"); background-size: cover; background-attachment: fixed; height: 4544px;
    }
    .left{
        display: inline-block;
        border: 2px solid red;
        position: absolute;
        left: 34px;
        text-align: center;
    }
    .left img{
        width: 45px;
    }
    .mid{
        display:block;
        width: 33%;
        margin: 12px auto;
        text-align: center;
         border: 2px solid green;


    }
    .right{ 
        position :absolute;
        right: 34px;
        top: 22px;
        display:inline-block;
        border: 2px solid yellow;

    }
    .navbar{
        display: inline-block;
        
    }
   
    .navbar li a:hover, .navbar li a.active{
        text-decoration: underline;
        color: grey;
        color: rgb(134, 13, 134);
    }
    .navbar li a{
        color: white;
        padding: 23px 34px;
    }
    .btn{
        font-family: "Baloo Bhai 2", cursive;
        margin: 0px 9px;
        background-color: rgb(8, 0, 0);
        color: white;
        padding : 4px 14px;
        border: 2px solid gray;
        border-radius: 10px;
        font-size: 20px;
        cursor: pointer;
    }
    .btn:hover{
        background-color: rgb(19, 117, 19);
    }
    .container{
        border: 2px solid white;
        margin : 106px 80px;
        padding: 75px;
        width: 33%;
        border-radius: 28px; 
    }
    .form-group input{
        text-align: center;
        display: block;
        width:345px;
        padding: 10px;
        border: 2px solid rgb(22, 21, 21);
        border-radius: 25px;
        font-size: 25px;
        margin: 11px auto;
        font-family: "Baloo Bhai 2", cursive;
    }
    .container h1{
        text-align: center;
    }
    .form-group button{
        display:block;
        margin:auto;
        width: 23%;

    }

</style>
Prashant's Fitness
Call us NowEmail Us

Join the Best GYM of delhi now

Submit
    </form>
</div>

About

SpringBoot/freemaker/Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.2%
  • HTML 24.0%
  • FreeMarker 0.8%