HTMLify

signin.css
Views: 65 | Author: dakshbadal1379
body{
	background: url(star.avif)no-repeat;
	background-size: cover;
}




.kte{
	background:linear-gradient(pink,lightcoral);
	background-size: cover;
	width: 35%;
	margin-left: 650px;
	margin-top: 100px;
	text-align: center;
	padding-bottom: 100px;
	border-radius: 50px;
}
div img{
	width: 200px;
	padding: 0;
	border-radius: 60px;
}
.Logtp{
	text-align: center;
	color: white;
	font-size: 50px;
	font-family: arial;
	font-weight: bold;
}
.boxon{
	height: 80px;
	width: 500px;
	border-radius: 50px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.boxof{
	height: 80px;
	width: 500px;
	border-radius: 50px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.para{
	font-family: sans-serif;
	font-size: 45px;
	color: whitesmoke;
	text-align: center;
	font-weight: bolder;
}
.btn{
	border-radius: 40px;
	width: 400px;
	border-color: pink;
	border: 10px 10px 10px 0;
	height: 90px;
	font-size: 60px;
	color: hotpink;
	font-weight: bold;
	font-family: calibri;
	letter-spacing: 5px;


}

.anch{
	text-decoration: none;
	font-size: 30px;

}
input {
    font-size: 50px;
}

Comments