Skip to content

Commit cf10c8e

Browse files
committed
Added external stylesheet
1 parent 4db1a86 commit cf10c8e

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

SURVEY FORM/public/css/style.css

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
body{
2+
background-color: rgb(246, 167, 181);
3+
}
4+
div{
5+
background-color: #fff;
6+
text-align: center;
7+
width: 600px;
8+
height: 570px;
9+
position: absolute;
10+
left: 21%;
11+
margin: 50px;
12+
padding: 50px;
13+
}
14+
15+
input, textarea{
16+
display: block;
17+
margin: 10px auto;
18+
border: none;
19+
background-color: rgb(226, 224, 224);
20+
padding: 8px 15px;
21+
width: 40%;
22+
}
23+
24+
textarea{
25+
width: 60%;
26+
}
27+
28+
.btn{
29+
color: white;
30+
width: 100%;
31+
margin: 10px 0 10px 0;
32+
padding: 12px 23px;
33+
cursor: pointer;
34+
background-color: pink;
35+
border: none;
36+
opacity: 0.9;
37+
}
38+
39+
.btn:hover{
40+
opacity: 1;
41+
}
42+
43+
h1{
44+
color: aliceblue;
45+
text-align: center;
46+
margin-top: 50px;
47+
margin-bottom: 0;
48+
font-size: 56px;
49+
}

0 commit comments

Comments
 (0)