forked from DK-GitHub-DK/Summer-School-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
46 lines (46 loc) · 785 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.heading{
padding: 20px 30px 40px 30px;
margin-top: 20px;
margin-left: 450px;
margin-right: 450px;
background-color: white;
border-radius: 5px;
}
body{
background-color: rgb(236, 232, 240);
align-items: center;
}
.req{
padding-top: 20px;
color: red;
}
#top{
border-top: 5px solid rgb(140, 0, 255);
}
.question{
padding-bottom: 40px;
}
.Answer{
border-bottom: 1px solid rgb(199, 197, 197);
width: 300px;
}
input{
border: none;
outline: none;
color:gray;
width: 300px;
}
button{
background-color: blueviolet;
color:white;
border:none;
border-radius:5px;
width:100px;
padding:10px 15px;
margin-top:20px;
margin-left: 450px;
margin-bottom: 20px;
}
.safety{
margin-left:450px;
}