0% found this document useful (0 votes)
14 views2 pages

Signup

a css project

Uploaded by

attastudy7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Signup

a css project

Uploaded by

attastudy7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

* {

padding:0px;
margin: 0px;
text-align: center;
background-image: url(C:\Users\TWUM ATTA\Desktop\Projects\HTML\Project_1\
Pictures\vegetables\carrots-2387394_640.jpg);
font-family: Segoe ui;
justify-content: space-between;

h1 {
margin-top: 20px;
color: green;
margin-bottom: 20px;
}
h1 a{
color: green;
}
h1 a span{
color: orange;
}

h1 b {
color: orange;
}
.form {
height: 600px;
margin: 400px;
text-align: center;
margin-bottom: 20px;
background-color: transparent;
border: 2px solid orange;
margin-right: 300px;
margin-left: 400px;
margin-top: 100px;
border-radius: 50px;
box-shadow: 5px 10px 15px 10px;
}
.form input{
margin-top: 30px;
height: 30px;
width: 400px;
border: 2px solid green;
padding: 5px;
border-radius: 10px;

}
.buttons button{
margin-left: 230px;
margin-right: 230px;
margin-top: 25px;
margin-bottom: 30px;
border: 2px solid green;
border-radius: 5px;
text-decoration: none;
color: orange;
font-family: Segoe Ui;
}
.buttons a{
padding: 5px;
font-size: 20px;
text-decoration: none;
color: green;
}
.buttons button:hover{
background-color: orange;
}

You might also like