-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
58 lines (56 loc) · 1.16 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
html{
background-image:url("images/gradienta-ix_kUDzCczo-unsplash.jpg");
background-size:cover;
background-repeat: no-repeat;
width:100%;
height:100%;
}
.heading{
font-family:'Segoe UI', Tahoma, Verdana, sans-serif, cursive;
text-align:center;
font-size:30px;
}
.heading h2{
margin-top:5%;
margin-top:10px;
text-align: center;
}
.mssg{
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif, cursive;
text-align:center;
margin-bottom:30px;
font-size: 20px;
}
button:hover{
background-color:pink;
}
button{
border-radius: 50px;
padding:8px;
border:3px solid black;
}
.contact{
font-size: cursive;
}
.btn{
margin:0;
position:relative;
top:100%;
margin-bottom:20px;
text-align: center;
}
.whole{
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
background-color: skyblue;
border-radius: 50px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
position:absolute;
left:40%;
padding: 70px 0;
}
body{
position: absolute;
padding: 160px 0;
left:17%;
width:50%;
}