-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (46 loc) · 884 Bytes
/
style.css
File metadata and controls
46 lines (46 loc) · 884 Bytes
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
body {
background-color:rgb(231, 185, 191);
}
h2{
background-color: grey;
font-family: ;
color: white;
width:100%;
height: 100%;
padding-bottom: 15px;
padding-top: 10px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
margin: 0;
margin-top: -16px;
}
#form
{
margin-top: 25px;
}
button{
text-transform: uppercase;
font-weight: bold;
display: block;
margin: 30px auto;
background: darkslategrey;
border-radius: 5px;
width:200px;
height:40px;
font-size: 17px;
color: white;
}
button :hover{
background-color: rgb(12, 12, 12);
transition: background-color 2s ease-out;
}
.container{
background-color:rgb(129, 189, 241);
border-radius: 25px;
height:450px;
width: 24%;
margin-left: 37%;
position: absolute;
padding-top: 1em;
margin-top: 7em;
}