Untitled

 avatar
unknown
plain_text
a month ago
1.8 kB
4
Indexable
body {
	text-align: center;
	padding: 20px;
	font-size: 25px;
	background: linear-gradient(blue, pink);
}
	
a	{
	background: linear-gradient(pink, cyan);
	margin: 20px 5px;
	padding: 20px 40px;
	border-radius: 20px;
	transition: 1s;
	font-weight: bold;
}
	
a:hover {
	background: linear-gradient(pink, darkcyan);
	color: white;
	border-radius: 0px;
	padding: 30px;
	font-size: 35px;
	transform: rotate(15deg);
}
	
h1 {
	margin: 60px;
	color: red;
	font-size: 45px;
}
	
p {
	color: white;
}
	
.img_servicios {
	float: left;
}

img {
	width: 30%;
	padding: 0px 50px;
}

li {
	text-align: left;
	color: tomato;
}

div {
	display: flex;
	justify-content: center;
}

form {
	text-align: left;
	width: 40%;
}

label {
	margin-right: 30px;
}

input {
	height: 30px;
	font-size: 25px;
	width: 100%;
	transition: 0.5s;
}

select {
	margin: 30px;
	font-size: 25px;
}

textarea {
	font-size: 25px;
	width: 100%;
	height: 100px;
}

input:hover {
	border: solid 8px red;
	height: 50px;
}

input:focus {
	border: solid 14px green;
	height: 70px;
}

#trabaja-con-nosotros {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 60%;
    margin: 30px auto;
}

#trabaja-con-nosotros h2 {
    color: #333;
}

#trabaja-con-nosotros p {
    font-size: 16px;
    color: #666;
}

#trabaja-con-nosotros form {
    margin-top: 15px;
}

#trabaja-con-nosotros input {
    padding: 8px;
    margin: 10px 0;
	height: 50px;
}

#trabaja-con-nosotros button {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

#trabaja-con-nosotros button:hover {
    background-color: #0056b3;
}





Editor is loading...
Leave a Comment