You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.1 KiB
63 lines
1.1 KiB
body {
|
|
font-family: 'Gudea', sans-serif;
|
|
text-align:center;
|
|
background:url(bg.png) no-repeat;
|
|
background-size:cover;
|
|
}
|
|
textarea{
|
|
background: #FFFFFF;
|
|
}
|
|
.box1{
|
|
/*background: orange;*/
|
|
padding-bottom:20px;
|
|
margin-left:30px;
|
|
margin-right:30px;
|
|
margin-top:50px;
|
|
}
|
|
.box2{
|
|
padding:20px;
|
|
margin-left:30px;
|
|
margin-right:30px;
|
|
border-radius:.25em;
|
|
}
|
|
span{
|
|
float£ºleft;
|
|
margin:15px;
|
|
width:200px;
|
|
height:50px;
|
|
}
|
|
.title{
|
|
font-size: 2em;
|
|
font-weight: 700;
|
|
letter-spacing: -1px;
|
|
margin: 0.6rem 0;
|
|
}
|
|
input{
|
|
vertical-align: middle;
|
|
padding: 6px 24px;
|
|
margin: 0px;
|
|
font-size: 18px;
|
|
line-height: 24px;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
color: #ffffff;
|
|
background-color: orange;
|
|
border-radius: 3px;
|
|
border: 1px;
|
|
}
|
|
select {
|
|
outline: 0;
|
|
background: orange;
|
|
color: #ffffff;
|
|
cursor: pointer;
|
|
border: 1px solid #f10;
|
|
border-radius: 3px;
|
|
padding: 6px 24px;
|
|
font-size: 18px;
|
|
margin: 0px;
|
|
}
|
|
.option {
|
|
background: #f1f1f1;
|
|
color: #f40;
|
|
}
|